diff options
author | Matthias Hentges <oe@hentges.net> | 2006-01-23 18:21:48 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2006-01-23 18:21:48 +0000 |
commit | 782dc3c20561aea0fb13529d543fb814fda208f7 (patch) | |
tree | 3cd4fdb7b3cf6ec9f649c3bb8390db44b6bfe7b9 /packages/altboot/files/init.altboot | |
parent | 6b447a6a8392db239d0f57457d5b59b0ec30aec0 (diff) |
altboot:
- Fixed a bug where the /media/ROM mountpoint wasn't moved into the new rootfs
- Added support for booting off USB storage devices
Diffstat (limited to 'packages/altboot/files/init.altboot')
-rw-r--r-- | packages/altboot/files/init.altboot | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/altboot/files/init.altboot b/packages/altboot/files/init.altboot index 81656fc9b2..5bc833d2b1 100644 --- a/packages/altboot/files/init.altboot +++ b/packages/altboot/files/init.altboot @@ -256,7 +256,7 @@ wait_for_input() { # * * * * * * This is the main function * * * * * * -if test "`runlevel`" != "unknown" +if test "`runlevel`" != "unknown" -a "$1" != "-force" then echo "altboot: Using real init [$REAL_INIT] [$*] *" >/dev/tty1 exec $REAL_INIT $* |