From: Michael Prokop Date: Tue, 11 Aug 2009 09:18:11 +0000 (+0200) Subject: config_finddcsdir(): Use the correct device for GRMLCFG X-Git-Tag: v0.8.25~10 X-Git-Url: http://git.grml.org/?p=grml-autoconfig.git;a=commitdiff_plain;h=5e1cd3f650a3562ffc5d49a576cccad2b2ac14a0 config_finddcsdir(): Use the correct device for GRMLCFG --- 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 diff --git a/debian/changelog b/debian/changelog index 4c4a3a7..28f0b4b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +grml-autoconfig (0.8.25) UNRELEASED; urgency=low + + * config_finddcsdir(): Use the correct device for GRMLCFG. + Bugreport and path by Julian Langschädel, thanks! + + -- Michael Prokop Tue, 11 Aug 2009 11:17:01 +0200 + grml-autoconfig (0.8.24) unstable; urgency=low * Check for space after bootoption 'fast' so we do not conflict