From 5e1cd3f650a3562ffc5d49a576cccad2b2ac14a0 Mon Sep 17 00:00:00 2001 From: Michael Prokop Date: Tue, 11 Aug 2009 11:18:11 +0200 Subject: [PATCH] config_finddcsdir(): Use the correct device for GRMLCFG --- autoconfig.functions | 2 +- debian/changelog | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) 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 -- 2.1.4