From 2bda95eb2273c0e98f860512b2e2f65cd1093326 Mon Sep 17 00:00:00 2001 From: Marc Haber Date: Wed, 9 Sep 2009 13:14:42 +0200 Subject: [PATCH] DCSDIR default value is /live/image issue #730, if no GRMLCONFIG device is found and no myconfig option is given, DCSDIR is empty. It should be /live/image. Thanks to Ulrich Dangel --- autoconfig.functions | 2 ++ 1 file changed, 2 insertions(+) diff --git a/autoconfig.functions b/autoconfig.functions index 8e7df56..8097a2d 100755 --- a/autoconfig.functions +++ b/autoconfig.functions @@ -1958,6 +1958,8 @@ else fi DCSDIR="/mnt/grml" fi + else + DCSDIR="/live/image" fi fi fi -- 2.1.4