diff options
author | Judd Vinet <judd@archlinux.org> | 2004-03-26 20:01:07 +0000 |
---|---|---|
committer | Judd Vinet <judd@archlinux.org> | 2004-03-26 20:01:07 +0000 |
commit | 262af2251dd4675e3664435068d4a96b21ab7d74 (patch) | |
tree | b6592de62b1a1b5724665ba4cecbf86329d3762b /rc.shutdown | |
parent | abbe7921517e87dcf3fa61036d26d72bc714257a (diff) |
added -h arg to poweroff to park the hard drives
Diffstat (limited to 'rc.shutdown')
-rwxr-xr-x | rc.shutdown | 2 |
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.." |