diff options
author | aiju <aiju@phicode.de> | 2011-05-18 04:17:27 +0000 |
---|---|---|
committer | aiju <aiju@phicode.de> | 2011-05-18 04:17:27 +0000 |
commit | 27dc8032ab5f4d2e8dabb2070827385f2832ac3c (patch) | |
tree | bb4ad60ba0e633c80fbd8cb36487a4d84f191520 /rc | |
parent | 7aee021b1327cd31279c0215475fa9eccb15fddc (diff) |
added scram(8)
Diffstat (limited to 'rc')
-rwxr-xr-x | rc/bin/fshalt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/rc/bin/fshalt b/rc/bin/fshalt index 681311f17..6dbf51c13 100755 --- a/rc/bin/fshalt +++ b/rc/bin/fshalt @@ -48,6 +48,7 @@ cp /bin/ns /tmp cp /bin/rc /tmp cp /bin/sed /tmp cp /bin/sleep /tmp +cp /bin/scram /tmp bind /tmp /rc bind /tmp /bin @@ -77,6 +78,7 @@ fn x { echo rebooting... echo reboot >'#c/reboot' } + if not scram } x |