mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-15 06:42:51 +01:00
Make it say Preparing for dos fs instead of Initializing.. the later sounds
scary to some people!
This commit is contained in:
parent
4f3bf7e69c
commit
df6193abae
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=1206
@ -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" ] &&
|
||||
|
Loading…
Reference in New Issue
Block a user