Age | Commit message (Collapse) | Author | Files |
|
Signed-off-by: Alex Ferguson <thoughtmonster@gmail.com>
Signed-off-by: Kristoffer Ericson <kristoffer.ericson@gmail.com>
|
|
makes turnup work once again.
|
|
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(-)
|
|
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>
|
|
Signed-off-by: Michael Smith <msmith@cbnco.com>
Acked-by: Tom Rini <trini@embeddedalley.com>
|
|
|
|
Remove devfs startup scripts, and revert to the standard OE means to
initially populate the /dev directory. This has the side-effect of
fixing the empty /dev dir problem when extracting the tar.gz image.
|
|
- add kexec handling in /etc/init.d/reboot
- make /sys available again for /etc/init.d/reboot
|
|
* the previous change was meant to do that, but depended on kernel config
* runtime tested on beagleboard, omap3evm and omapzoom
|
|
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>
|