From 782dc3c20561aea0fb13529d543fb814fda208f7 Mon Sep 17 00:00:00 2001 From: Matthias Hentges Date: Mon, 23 Jan 2006 18:21:48 +0000 Subject: altboot: - Fixed a bug where the /media/ROM mountpoint wasn't moved into the new rootfs - Added support for booting off USB storage devices --- packages/altboot/files/init.altboot | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'packages/altboot/files/init.altboot') 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 $* -- cgit v1.2.3