Revert "Consolekit: sync & unmountall before reboot / shutdown"

This reverts commit f79168770fefa9754f01dd8a582732d8ae70e6e6.
This commit is contained in:
Stefan Saraev 2013-01-17 21:42:08 +02:00
parent 1951d155e6
commit 25cabb341d
2 changed files with 0 additions and 4 deletions

View File

@ -31,6 +31,4 @@ for seq in `seq 1 10` ; do
clear > /dev/tty1
killall5 -18 || break
done
sync
umount -a >/dev/null 2>&1
reboot

View File

@ -31,6 +31,4 @@ for seq in `seq 1 10` ; do
clear > /dev/tty1
killall5 -18 || break
done
sync
umount -a >/dev/null 2>&1
poweroff