From 95973b70a2a6c90335241dc3064a7c0b1d5a0cae Mon Sep 17 00:00:00 2001 From: Clifford Wolf Date: Wed, 30 Nov 2005 14:47:19 +0000 Subject: [PATCH] Clifford Wolf: Fixed little showstopper bug in 1st stage bootdisk image [2005113015470525635] (https://www.rocklinux.net/submaster) git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@6700 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc --- target/bootdisk/linuxrc.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/target/bootdisk/linuxrc.sh b/target/bootdisk/linuxrc.sh index 8e920488c..cf0c30674 100644 --- a/target/bootdisk/linuxrc.sh +++ b/target/bootdisk/linuxrc.sh @@ -420,7 +420,7 @@ sleep 5 udevstart if [ ${autoboot} -eq 1 ] ; then - load_ramdisk_file 1 + load_ramdisk_file cdroms 1 fi autoboot=0 cat << EOF