--- trunk/mkinitrd/lib/linuxrc.sh 2006/02/26 00:53:40 344 +++ trunk/mkinitrd/lib/linuxrc.sh 2006/03/25 11:29:06 353 @@ -1,5 +1,5 @@ #!/bin/sh -# $Header: /home/cvsd/magellan-cvs/magellan-src/mkinitrd/lib/linuxrc.sh,v 1.4 2006-02-26 00:53:40 niro Exp $ +# $Header: /home/cvsd/magellan-cvs/magellan-src/mkinitrd/lib/linuxrc.sh,v 1.5 2006-03-25 11:29:06 niro Exp $ # loads given kernel modules load_kernel_modules() @@ -146,8 +146,8 @@ # needed for the usbstick, the timeout maybe to short if [ "${DOUSB}" = "yes" ]; then - echo "-- Waiting 3 seconds for possible usb mount ..." - sleep 3 + echo "-- Waiting 8 seconds for possible usb mount ..." + sleep 8 fi # searching cdrom with cdid @@ -197,7 +197,7 @@ do ln -s mnt/cloop/${x} ${x} done - mkdir -p initrd proc tmp sys var/tmp dev + mkdir -p initrd proc tmp sys var/tmp dev media # make /sysroot/dev/console & /mnt/dev/null [ ! -e /sysroot/dev/console ] && mknod -m 600 /sysroot/dev/console c 5 1