From 6ded8880b65f52f7b7097439c0435ebaf93eded2 Mon Sep 17 00:00:00 2001 From: Tomas M Date: Sun, 23 Sep 2012 02:25:34 -0500 Subject: [PATCH] force --- initramfs/cleanup | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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