[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#214102: rootskel-bootfloppy: does not boot into d-i



reassign 214102 busybox-cvs-floppy-udeb
thanks

On Sat, Oct 04, 2003 at 07:02:22PM +0200, Sebastian Ley wrote:
> I suppose that with the recent busybox and rootskel upload everything
> was in place to build working floppy images again. And in fact, building
> of the bootfloppy and floppy targets work. However when I bott from the
> bootfloppy, it says:
> 
> ./linuxrc: 65: sleep: not found
> 
> which seems to be non-critical since I can insert the floppy disc and it
> continus.

busybox-cvs-floppy-udeb needs to support sleep...

>           But then it goes foobar with:
> 
> . floppy mounted
> Loading the second floppy, please wait ...
> Setting up filesystem, please wait ...
> mount: Mounting /mnt/tmp-initrd on /initrd failed: Block device required
> cp: initrd/* No such file or directory
> [...much more...]

...and loopback mounting.  Fixed thusly.

diff -ru busybox-cvs-20030926~/debian/config-floppy-udeb-linux busybox-cvs-20030926/debian/config-floppy-udeb-linux
--- busybox-cvs-20030926~/debian/config-floppy-udeb-linux	2003-10-06 00:58:59.000000000 -0700
+++ busybox-cvs-20030926/debian/config-floppy-udeb-linux	2003-10-06 01:00:54.000000000 -0700
@@ -109,7 +109,7 @@
 CONFIG_RM=y
 # CONFIG_RMDIR is not set
 # CONFIG_SHA1SUM is not set
-# CONFIG_SLEEP is not set
+CONFIG_SLEEP=y
 # CONFIG_SORT is not set
 # CONFIG_STTY is not set
 CONFIG_SYNC=y
@@ -399,7 +399,7 @@
 #
 # Common options for mount/umount
 #
-# CONFIG_FEATURE_MOUNT_LOOP is not set
+CONFIG_FEATURE_MOUNT_LOOP=y
 # CONFIG_FEATURE_MTAB_SUPPORT is not set
 
 #

-- 
Matty



Reply to: