From 7e0519a5e40209e0481e761240363528de45d1cd Mon Sep 17 00:00:00 2001 From: cinap_lenrek Date: Fri, 29 Apr 2011 05:50:44 +0000 Subject: inst: halt filesystems with fshalt --- rc/bin/inst/halt | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'rc/bin/inst') diff --git a/rc/bin/inst/halt b/rc/bin/inst/halt index c9973f4a0..db67aedc2 100755 --- a/rc/bin/inst/halt +++ b/rc/bin/inst/halt @@ -1,14 +1,8 @@ #!/bin/rc echo -n 'Halting file systems...' +fshalt -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 - -- cgit v1.2.3