Make it say Preparing for dos fs instead of Initializing.. the later sounds

scary to some people!
This commit is contained in:
Rodney W. Grimes 1994-02-23 15:43:20 +00:00
parent 4f3bf7e69c
commit df6193abae
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=1206

View File

@ -912,7 +912,7 @@ if [ "$hname" != "" ]; then
echo "Initializing $hname filesystem, and mounting..."
newfs ${rotdelay} /dev/r${drivename}h $name
else
echo "Initializing $hname filesystem..."
echo "Preparing for $hname filesystem, and mounting..."
fi
mkdir -p /mnt/$hname
[ ! "$have_dos_part" ] &&