[Scummlinux-cvs-logs] scummlinux/packages/initrd linuxrc,1.4,1.5
Brought to you by:
yoshizf
From: <yo...@us...> - 2003-07-23 13:50:20
|
Update of /cvsroot/scummlinux/scummlinux/packages/initrd In directory sc8-pr-cvs1:/tmp/cvs-serv32448/packages/initrd Modified Files: linuxrc Log Message: Index: linuxrc =================================================================== RCS file: /cvsroot/scummlinux/scummlinux/packages/initrd/linuxrc,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** linuxrc 23 Jul 2003 13:18:47 -0000 1.4 --- linuxrc 23 Jul 2003 13:50:14 -0000 1.5 *************** *** 18,23 **** /bin/busybox mount -t proc none /proc - /bin/busybox echo "60 searching cdrom drives" > /proc/progress - for DEV in /dev/scd*; do NUM=`/bin/busybox echo $DEV | /bin/busybox sed 's%/dev/scd\(.*\)%\1%'` --- 18,21 ---- |