]> git.gag.com Git - debian/elilo/blobdiff - debian/elilo.sh
don't explicitly request iocharset=iso8859-1 in elilo.sh
[debian/elilo] / debian / elilo.sh
index 46cfb220e11a9f71493a39e64311693f67af5486..faff78bf7b3d386125c5351c86c7c1cd88dc2b69 100644 (file)
@@ -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"
@@ -346,7 +345,7 @@ mnt()
     fi
 
     [ "$VERBOSE" = 1 ] && echo "$PRG: Mounting $boot..."
-    mount -t "$fstype" -o codepage=437,iocharset=iso8859-1,rw,noexec,umask=077$loop "$boot" "$TMP/bootstrap.$$"
+    mount -t "$fstype" -o codepage=437,rw,noexec,umask=077$loop "$boot" "$TMP/bootstrap.$$"
     if [ $? != 0 ] ; then
        echo 1>&2 "$PRG: An error occured mounting $boot"
        return 1