aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/initscripts/initscripts-1.0
AgeCommit message (Collapse)Author
2011-02-13SlugOS: initscripts-slugos -- add /var/lib/opkg/tmp to volatiles for SlugOS ↵Mike Westerhof
flash image
2011-02-11initscripts: removed jornada7xx specific scripts.Filip Zyzniewski
Stock ones work better (remounting / rw, makedevs calling). Signed-off-by: Filip Zyzniewski <filip.zyzniewski@gmail.com> Signed-off-by: Tom Rini <tom_rini@mentor.com>
2011-02-11initscripts: handle busybox version of makedevs properly.Filip Zyzniewski
Makedevs from busybox has a different command line syntax. Signed-off-by: Filip Zyzniewski <filip.zyzniewski@gmail.com> Signed-off-by: Tom Rini <tom_rini@mentor.com>
2011-02-06SlugOS: initscripts - simplify kexec handling in reboot, fix option ordering.Mike Westerhof
At some point, kexec became sensitive to the order of the --exec and --force options, so kexec was no longer booting a previously-loaded kernel at reboot.
2011-01-30SlugOS: initscripts - rework reboot for clean kexecMike Westerhof
(Borrowed extensively from the HIPOX reboot/kexec technique) Signed-off-by: Mike Westerhof <mike@mwester.net>
2010-12-16initscripts-1.0: Add special bootmisc for bug20 to set the GPS serial port ↵Stefan Schmidt
correctly.
2010-09-19openprotium: fixed unpackFrans Meulenbroeks
recipe referred to checkroot.sh, file was named checkroot without extension, renamed the file to checkroot.sh Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
2010-09-19initscripts : moved unused files to obsolete dirFrans Meulenbroeks
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
2010-02-18initscripts: Have sysfs.sh do similar checks to rcS and bump PR.Tom Rini
rcS checks for [ -e /sys/kernel ], sysfs.sh, for proc will check -e /proc && ! -e /proc/mounts, so for sysfs check for -e /sys && ! -e /sys/kernel && sysfs in /proc/filesystems
2009-12-26Initscripts. Fix devices script for machine jornada6xxKristoffer Ericson
Signed-off-by: Alex Ferguson <thoughtmonster@gmail.com> Signed-off-by: Kristoffer Ericson <kristoffer.ericson@gmail.com>
2009-09-27SlugOS: initscripts - add in the correct device_table.txt for SlugOS,Mike Westerhof
makes turnup work once again.
2009-07-03initscripts: correct checkroot rootfs read-write checkBrian Bloniarz
initscripts: correct checkroot rootfs read-write check Fixes a regexp typo when checking whether the rootfs needs to be remounted. Also alters the remount logic to not assume that the root will be mounted RW. Signed-off-by: Brian Bloniarz <phunge0@hotmail.com> recipes/initscripts/initscripts-1.0/checkroot | 18 +++++++++--------- 1 files changed, 9 insertions(+), 9 deletions(-)
2009-06-01initscripts: Get rid of the vtmaster stuff, bump PR.Tom Rini
I ran into this on my boards that start out with the really minimal (console and null only) set of dev nodes prior to udev running. The banner script looks around for what might be the vtmaster (aka what's got console) to say that we're booting. But that's where things go by default anyhow. Signed-off-by: Tom Rini <trini@embeddedalley.com> Acked-by: Koen Kooi <koen@openembedded.org> Acked-by: Mike Westerhof <mwester@dls.net>
2009-05-27initscripts: fixed bootmisc.sh so that hwclock.sh is only called if installedMartin Dietze
2009-03-17rename packages/ to recipes/ per earlier agreementDenys Dmytriyenko
See links below for more details: http://thread.gmane.org/gmane.comp.handhelds.openembedded/21326 http://thread.gmane.org/gmane.comp.handhelds.openembedded/21816 Signed-off-by: Denys Dmytriyenko <denis@denix.org> Acked-by: Mike Westerhof <mwester@dls.net> Acked-by: Philip Balister <philip@balister.org> Acked-by: Khem Raj <raj.khem@gmail.com> Acked-by: Marcin Juszkiewicz <hrw@openembedded.org> Acked-by: Koen Kooi <koen@openembedded.org> Acked-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>