Browse Source

just a tiny addition

git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@1137 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc
rocklinux
Rene Rebe 22 years ago
parent
commit
978d2198c9
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      target/bootdisk/shutdown

+ 1
- 1
target/bootdisk/shutdown

@ -14,7 +14,7 @@ swapoff -a || error=$?
sync ; sleep 1
echo "Unmounting filesystems."
umount -avf
umount -avf || error=$?
echo "Reboot ..."
reboot -f

Loading…
Cancel
Save