Author: alexander
Date: 2005-07-16 09:37:32 -0600 (Sat, 16 Jul 2005)
New Revision: 351
Modified:
x86/branches/6.1/initramfs/init
Log:
Fixed SCSI CD-ROM device name
Modified: x86/branches/6.1/initramfs/init
===================================================================
--- x86/branches/6.1/initramfs/init 2005-07-14 08:48:24 UTC (rev 350)
+++ x86/branches/6.1/initramfs/init 2005-07-16 15:37:32 UTC (rev 351)
@@ -1,6 +1,6 @@
#!/bin/sh
LABEL="LFS_CD"
-DEVS=`echo /dev/hd* /dev/scd*`
+DEVS=`echo /dev/hd* /dev/sr*`
while [ -z "$CDROM" ] && [ "$TIMEOUT" != "..............." ] ; do
for DEV in $DEVS ; do
--
http://linuxfromscratch.org/mailman/listinfo/livecd
FAQ: http://www.linuxfromscratch.org/faq/
Unsubscribe: See the above information page