diff options
author | Miles Bader <miles@gnu.org> | 1996-06-25 23:02:00 +0000 |
---|---|---|
committer | Miles Bader <miles@gnu.org> | 1996-06-25 23:02:00 +0000 |
commit | ad92148b11c9346be6e412c68707f51e830b5679 (patch) | |
tree | 3e0b7c9c4e56001c3bf333b99d317da7f2388c26 /daemons | |
parent | 0debd66a0805c8b1ba8d81d080e222aef8984629 (diff) |
Use --writable flag to fsck too.
Diffstat (limited to 'daemons')
-rw-r--r-- | daemons/rc.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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 |