add a changelog entry
[debian/elilo] / debian / elilo.sh
index 4b1a8522302a7d47d2ba1c38401b8a99635ea2aa..9857ff2729c7ba09b2c146506b2dd667d6e82bd0 100644 (file)
@@ -38,7 +38,7 @@ TARGET=
 EFIROOT=/EFI/debian
 export LC_COLLATE=C
 
-ARCHITECTURE=$(dpkg --print-installation-architecture)
+ARCHITECTURE=$(dpkg --print-architecture)
 
 ## catch signals, clean up junk in /tmp.
 trap "cleanup" 0
@@ -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"