--- trunk/mkinitrd-magellan/mkinitrd.in 2012/04/02 11:39:05 1792 +++ trunk/mkinitrd-magellan/mkinitrd.in 2012/04/02 11:40:49 1793 @@ -884,9 +884,9 @@ add_initrd 'if [ "${BREAK_ENABLED}" = "yes" ]; then echo "-- Break requested, type 'exit' to resume operation ..."; ash; fi' add_initrd 'echo "-- Switching to real sysroot ..."' -add_initrd 'umount /dev' -add_initrd 'umount /sys' -add_initrd 'umount /proc' +add_initrd 'mount --move /dev /sysroot/dev' +add_initrd 'mount --move /sys /sysroot/sys' +add_initrd 'mount --move /proc /sysroot/proc' [[ ${IMAGE_TYPE} = initramfs ]] && add_initrd 'exec run-init /sysroot ${INITEXEC} $@ /sysroot/dev/console' if [[ ${IMAGE_TYPE} = loopback ]]