wok rev 13883

busybox-boot: boot with loopfs= cmdline arg
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Jan 17 16:09:53 2013 +0100 (2013-01-17)
parents be782e714030
children 3fef7584bca2
files busybox-boot/receipt
line diff
     1.1 --- a/busybox-boot/receipt	Thu Jan 17 15:57:34 2013 +0100
     1.2 +++ b/busybox-boot/receipt	Thu Jan 17 16:09:53 2013 +0100
     1.3 @@ -56,6 +56,7 @@
     1.4  arg loopfs && losetup /dev/loop0 /mnt/\$root && mount /dev/loop0 /mnt
     1.5  arg subroot && cp /bin/busybox /mnt/\$root/dev/shm &&
     1.6  exec switch_root mnt \$root/dev/shm/busybox chroot \$root /sbin/init
     1.7 +arg loopfs && exec switch_root mnt /sbin/init
     1.8  
     1.9  [ -d /proc/bus/usb ] && mount -t usbfs usbfs /proc/bus/usb
    1.10  mount -t sysfs none /sys