# HG changeset patch # User Pascal Bellard # Date 1358435393 -3600 # Node ID bafb0ebb3fdeabc85d12c331e20292e5378d3e1c # Parent be782e714030540bc417d77baae07ee626a086e4 busybox-boot: boot with loopfs= cmdline arg diff -r be782e714030 -r bafb0ebb3fde busybox-boot/receipt --- a/busybox-boot/receipt Thu Jan 17 15:57:34 2013 +0100 +++ b/busybox-boot/receipt Thu Jan 17 16:09:53 2013 +0100 @@ -56,6 +56,7 @@ arg loopfs && losetup /dev/loop0 /mnt/\$root && mount /dev/loop0 /mnt arg subroot && cp /bin/busybox /mnt/\$root/dev/shm && exec switch_root mnt \$root/dev/shm/busybox chroot \$root /sbin/init +arg loopfs && exec switch_root mnt /sbin/init [ -d /proc/bus/usb ] && mount -t usbfs usbfs /proc/bus/usb mount -t sysfs none /sys