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:
parent
ca7d67021e
commit
9e196a71ad
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user