diff --git a/initramfs/cleanup b/initramfs/cleanup index 0b37d17..d65fa44 100644 --- a/initramfs/cleanup +++ b/initramfs/cleanup @@ -40,7 +40,7 @@ if [ "$1" = "--start" ]; then cd /mnt/live cp "$0" sbin/init pivot_root . memory/union - echo "$2" > /lib/command + echo "$2 -f" > /lib/command chroot /memory/union /sbin/telinit u fi