X-Git-Url: http://git.grml.org/?p=grml-autoconfig.git;a=blobdiff_plain;f=autoconfig.functions;h=fd4b1215e27eac7315f34fd9572678ec09b72451;hp=50d45a23576e88ebe3024c781814c558f6014e1b;hb=5e1cd3f650a3562ffc5d49a576cccad2b2ac14a0;hpb=f3f2108ec4f2886c16b225614cc69b1da0364d76 diff --git a/autoconfig.functions b/autoconfig.functions index 50d45a2..fd4b121 100755 --- a/autoconfig.functions +++ b/autoconfig.functions @@ -1,7 +1,7 @@ #!/bin/zsh # Filename: autoconfig.functions # Purpose: basic system configuration and hardware setup for grml system -# Authors: grml-team (grml.org), (c) Klaus Knopper , (c) Michael Prokop +# Authors: grml-team (grml.org), (c) Michael Prokop # Bug-Reports: see http://grml.org/bugs/ # License: This file is licensed under the GPL v2. ################################################################################ @@ -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