diff options
author | Thorsten Lockert <tholo@cvs.openbsd.org> | 1996-12-09 07:06:59 +0000 |
---|---|---|
committer | Thorsten Lockert <tholo@cvs.openbsd.org> | 1996-12-09 07:06:59 +0000 |
commit | dba1f05af624b6aa29bdd7c6210fbf84432bf27d (patch) | |
tree | 5ff5677a693e30b2ad532f3f88fa4a4078c3a624 /distrib/i386/floppies | |
parent | 5b474d7fdd9ee3cb70c93e8f0a3ffa114c74926f (diff) |
fsck floppy root before remounting it
Diffstat (limited to 'distrib/i386/floppies')
-rw-r--r-- | distrib/i386/floppies/inst/install.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/distrib/i386/floppies/inst/install.sh b/distrib/i386/floppies/inst/install.sh index ec84ccab0b2..08637c4d122 100644 --- a/distrib/i386/floppies/inst/install.sh +++ b/distrib/i386/floppies/inst/install.sh @@ -1,5 +1,5 @@ #!/bin/sh -# $OpenBSD: install.sh,v 1.15 1996/10/09 02:27:34 deraadt Exp $ +# $OpenBSD: install.sh,v 1.16 1996/12/09 07:06:56 tholo Exp $ # # Copyright (c) 1994 Christopher G. Demetriou # All rights reserved. @@ -293,6 +293,7 @@ echo "" fragsize=1024 blocksize=8192 +$DONTDOIT fsck -t ffs /dev/rfd0a $DONTDOIT mount -u /dev/fd0a / cat /etc/disktab.preinstall > $DT echo "" >> $DT |