diff options
author | cinap_lenrek <cinap_lenrek@centraldogma> | 2011-04-29 05:50:44 +0000 |
---|---|---|
committer | cinap_lenrek <cinap_lenrek@centraldogma> | 2011-04-29 05:50:44 +0000 |
commit | 7e0519a5e40209e0481e761240363528de45d1cd (patch) | |
tree | 3dea22b4aa09de0a39ca4ec31c7c764cbde89a23 /rc/bin | |
parent | c0ebaf7ee866fcee3f8c7ee44cd2c92f50881939 (diff) |
inst: halt filesystems with fshalt
Diffstat (limited to 'rc/bin')
-rwxr-xr-x | rc/bin/inst/halt | 8 |
1 files changed, 1 insertions, 7 deletions
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 - |