pull/5/head
Tomas M 2012-09-23 02:25:34 -05:00
parent 795212636a
commit 6ded8880b6
1 changed files with 1 additions and 1 deletions

View File

@ -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