fsck floppy root before remounting it
authortholo <tholo@openbsd.org>
Mon, 9 Dec 1996 07:06:53 +0000 (07:06 +0000)
committertholo <tholo@openbsd.org>
Mon, 9 Dec 1996 07:06:53 +0000 (07:06 +0000)
distrib/arc/floppies/inst/install.sh
distrib/i386/floppies/inst/install.sh
distrib/sparc/floppies/inst/install.sh

index 24a9ceb..e572d91 100644 (file)
@@ -1,5 +1,5 @@
 #!/bin/sh
-#      $OpenBSD: install.sh,v 1.1 1996/10/10 10:06:00 deraadt Exp $
+#      $OpenBSD: install.sh,v 1.2 1996/12/09 07:06:53 tholo Exp $
 #
 # Copyright (c) 1994 Christopher G. Demetriou
 # All rights reserved.
@@ -283,6 +283,7 @@ echo        ""
 
 fragsize=1024
 blocksize=8192
+$DONTDOIT fsck -t ffs /dev/rfd0a
 $DONTDOIT mount -u /dev/fd0a /
 cat /etc/disktab.preinstall > $DT
 echo   "" >> $DT
index ec84cca..08637c4 100644 (file)
@@ -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
index 51f7231..8c79b82 100644 (file)
@@ -1,5 +1,5 @@
 #!/bin/sh
-#      $OpenBSD: install.sh,v 1.5 1996/10/19 00:06:10 deraadt Exp $
+#      $OpenBSD: install.sh,v 1.6 1996/12/09 07:06:58 tholo Exp $
 #
 # Copyright (c) 1994 Christopher G. Demetriou
 # All rights reserved.
@@ -253,6 +253,7 @@ echo        ""
 
 fragsize=1024
 blocksize=8192
+$DONTDOIT fsck -t ffs /dev/rfd0a
 $DONTDOIT mount -u /dev/fd0a /
 cat /etc/disktab.preinstall > $DT
 echo   "" >> $DT