aboutsummaryrefslogtreecommitdiff
path: root/rc.shutdown
diff options
context:
space:
mode:
authorJudd Vinet <judd@archlinux.org>2004-03-26 20:01:07 +0000
committerJudd Vinet <judd@archlinux.org>2004-03-26 20:01:07 +0000
commit262af2251dd4675e3664435068d4a96b21ab7d74 (patch)
treeb6592de62b1a1b5724665ba4cecbf86329d3762b /rc.shutdown
parentabbe7921517e87dcf3fa61036d26d72bc714257a (diff)
downloadinitscripts-262af2251dd4675e3664435068d4a96b21ab7d74.tar.xz
added -h arg to poweroff to park the hard drives
Diffstat (limited to 'rc.shutdown')
-rwxr-xr-xrc.shutdown2
1 files changed, 1 insertions, 1 deletions
diff --git a/rc.shutdown b/rc.shutdown
index 630f09b..655dc14 100755
--- a/rc.shutdown
+++ b/rc.shutdown
@@ -82,7 +82,7 @@ stat_done
if [ "$RUNLEVEL" = "0" ]; then
printsep
printhl "${C_H2}POWER OFF"
- /sbin/poweroff -d -f -i
+ /sbin/poweroff -d -f -h -i
else
printsep
printhl "${C_H2}REBOOTING.."