summaryrefslogtreecommitdiff
path: root/rc/bin/inst/halt
diff options
context:
space:
mode:
authorcinap_lenrek <cinap_lenrek@localhost>2011-04-29 09:15:28 +0000
committercinap_lenrek <cinap_lenrek@localhost>2011-04-29 09:15:28 +0000
commit0fb128b622024d64e4b26799cddce44e50a096cc (patch)
tree036bcde9ac216826b8da66e7bfab9d0b8805b3d9 /rc/bin/inst/halt
parent7e0519a5e40209e0481e761240363528de45d1cd (diff)
downloadplan9front-0fb128b622024d64e4b26799cddce44e50a096cc.tar.xz
proto: change mkfs to use libdisk to process proto files, inst: use -U option in mkfs so uid is set and automatic reboot, realemu: cleanup
Diffstat (limited to 'rc/bin/inst/halt')
-rwxr-xr-xrc/bin/inst/halt9
1 files changed, 2 insertions, 7 deletions
diff --git a/rc/bin/inst/halt b/rc/bin/inst/halt
index db67aedc2..98e26940f 100755
--- a/rc/bin/inst/halt
+++ b/rc/bin/inst/halt
@@ -1,8 +1,3 @@
#!/bin/rc
-
-echo -n 'Halting file systems...'
-fshalt
-
-echo
-echo Remember to take the install disk out of the drive.
-echo Feel free to turn off your computer.
+fshalt -r
+while(){}