X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=debian%2Felilo.sh;h=faff78bf7b3d386125c5351c86c7c1cd88dc2b69;hb=22d395c928749a75cc7b98425f5173634938d30c;hp=9857ff2729c7ba09b2c146506b2dd667d6e82bd0;hpb=10cd7a3ea637ebb98f4aea0e8142fed4505f6223;p=debian%2Felilo diff --git a/debian/elilo.sh b/debian/elilo.sh index 9857ff2..faff78b 100644 --- a/debian/elilo.sh +++ b/debian/elilo.sh @@ -345,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