From ad92148b11c9346be6e412c68707f51e830b5679 Mon Sep 17 00:00:00 2001 From: Miles Bader Date: Tue, 25 Jun 1996 23:02:00 +0000 Subject: Use --writable flag to fsck too. --- daemons/rc.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/daemons/rc.sh b/daemons/rc.sh index 39c06934..34ebb424 100644 --- a/daemons/rc.sh +++ b/daemons/rc.sh @@ -10,7 +10,7 @@ then echo Automatic boot in progress... date - /sbin/fsck -p + /sbin/fsck --preen --writable case $? in # Successful completion -- cgit v1.2.3