clarify the message about /proc being already mounted

This message was being taken by some users as an error, so I have
removed the part about "skipping..." Hopefully this will make the
message less alarming.
This commit is contained in:
William Hubbs 2012-05-02 14:48:52 -05:00
parent ca7d67021e
commit 9e196a71ad

View File

@ -75,7 +75,7 @@ if [ -e $f ]; then
if [ "$(VAR=a cat $f)" = "$(VAR=b cat $f)" ]; then
eerror "You have cruft in /proc that should be deleted"
else
einfo "/proc is already mounted, skipping"
einfo "/proc is already mounted"
mountproc=false
fi
fi