X-Git-Url: http://git.grml.org/?p=grml-autoconfig.git;a=blobdiff_plain;f=autoconfig.functions;h=fd4b1215e27eac7315f34fd9572678ec09b72451;hp=94efd88e43f566c3600bc9ad9d45650d9c1fb387;hb=5e1cd3f650a3562ffc5d49a576cccad2b2ac14a0;hpb=125c37336b5ace85eceffb05e45ce858c12047cd diff --git a/autoconfig.functions b/autoconfig.functions index 94efd88..fd4b121 100755 --- a/autoconfig.functions +++ b/autoconfig.functions @@ -1946,7 +1946,7 @@ else else [ -d /mnt/grml ] || mkdir /mnt/grml umount /mnt/grml 1>>$DEBUG 2>&1 # make sure it is not mounted - mount -o ro -t auto $MOUNTDEVICE /mnt/grml ; RC="$?" + mount -o ro -t auto $DCSDEVICE /mnt/grml ; RC="$?" if [[ $RC == 0 ]]; then einfo "Successfully mounted $DCSDEVICE to /mnt/grml (readonly)." ; eend 0 eindent