]> git.lizzy.rs Git - plan9front.git/blobdiff - rc/bin/inst/halt
proto: change mkfs to use libdisk to process proto files, inst: use -U option in...
[plan9front.git] / rc / bin / inst / halt
index c9973f4a0819b66b23fe40d262432e442b7e08ab..98e26940fa1366f7ef70349d9242907d46ee693e 100755 (executable)
@@ -1,14 +1,3 @@
 #!/bin/rc
-
-echo -n 'Halting file systems...'
-
-if(ps | grep -s ' cwfs$')
-       echo halt >>/srv/cwfs.cmd
-
-echo done
-echo
-echo Remember to take the install disk out of the drive.
-echo Feel free to turn off your computer.
-while()
-       sleep 3600
-
+fshalt -r
+while(){}