# HG changeset patch # User Pascal Bellard # Date 1358428244 -3600 # Node ID ac41646beaa9afd3a462fb889f29c064357cd332 # Parent 1db81b2d03ff9c2eb661f392bf3ae784d6b91129 busybox-boot: add mount=, loopfs= & subroot= cmdline args (again) diff -r 1db81b2d03ff -r ac41646beaa9 busybox-boot/receipt --- a/busybox-boot/receipt Thu Jan 17 14:05:32 2013 +0100 +++ b/busybox-boot/receipt Thu Jan 17 14:10:44 2013 +0100 @@ -54,8 +54,8 @@ arg mount && mount $root /mnt arg loopfs && losetup /dev/loop0 /mnt/$root && mount /dev/loop0 /mnt -arg subroot && cp /bin/chroot /mnt/$root/dev/shm && -exec switch_root mnt $root/dev/shm/chroot $root /sbin/init +arg subroot && cp /bin/busybox /mnt/$root/dev/shm && +exec switch_root mnt $root/dev/shm/busybox chroot $root /sbin/init [ -d /proc/bus/usb ] && mount -t usbfs usbfs /proc/bus/usb mount -t sysfs none /sys