Make darn sure that fsck does not try to fsck dos file systems by setting

the fsck pass to 0, same thing for dump field, in the fstab that is
created by this script.
This commit is contained in:
Rodney W. Grimes 1993-10-19 19:58:55 +00:00
parent e2aa2f4e4e
commit 79334ce243
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=639

View File

@ -936,7 +936,7 @@ if [ "$hname" != "" ]; then
if [ ! "$have_dos_part" ]; then
echo "/dev/${drivename}h /$hname ufs rw 1 5" >>etc/fstab
else
echo "/dev/${drivename}h /$hname pcfs rw" >>etc/fstab
echo "/dev/${drivename}h /$hname pcfs rw 0 0" >>etc/fstab
fi
fi