Package: elilo
Version: 3.12-2
Severity: minor
Tags: patch
Upgrades to squeeze will migrate users over to persistent block device naming.
It will therefore become the norm to use symlink paths in fstab and boot
loader configs.
/usr/sbin/elilo currently emits a message when it follows a symlink. I can't
think of any reason the user would need to take an action based on this
information, so it'd probably be better to just get remove it.
--- elilo-3.12/debian/elilo.sh.orig 2010-05-10 21:55:01.000000000 -0600
+++ elilo-3.12/debian/elilo.sh 2010-05-10 21:54:32.000000000 -0600
@@ -215,7 +215,6 @@ checkconf()
if [ -L "$boot" ] ; then
oldboot=$boot
boot=$(readlink -f $oldboot)
- echo 1>&2 "$PRG: $oldboot is a symbolic link, using $boot instead"
fi
if [ ! -e "$boot" ] ; then
echo 1>&2 "$PRG: $boot: No such file or directory"
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]