scripts/GRMLBASE/15-initsetup: assume safe GRML_NAME default
authorMichael Prokop <mika@grml.org>
Mon, 28 Sep 2009 12:15:17 +0000 (14:15 +0200)
committerMichael Prokop <mika@grml.org>
Mon, 28 Sep 2009 12:15:17 +0000 (14:15 +0200)
debian/changelog
etc/grml/fai/config/scripts/GRMLBASE/15-initsetup

index 3101752..b06c57f 100644 (file)
@@ -26,8 +26,9 @@ grml-live (0.9.23) unstable; urgency=low
   * Update documentation regarding recent lzma development.
   * Some minor cosmetic corrections in grml-live's output.
   * Add missing test call in $FORCE_ISO_REBUILD code.
+  * scripts/GRMLBASE/15-initsetup: assume safe GRML_NAME default.
 
- -- Michael Prokop <mika@grml.org>  Mon, 28 Sep 2009 14:13:02 +0200
+ -- Michael Prokop <mika@grml.org>  Mon, 28 Sep 2009 14:14:38 +0200
 
 grml-live (0.9.22) unstable; urgency=low
 
index 23eed89..381c988 100755 (executable)
@@ -9,6 +9,8 @@
 set -u
 set -e
 
+[ -z "$GRML_NAME" ] && GRML_NAME=grml
+
 if ! [ -r $target/etc/runlevel.conf ] ; then
    echo 'Warning: /etc/runlevel.conf does not exist...'
    echo '... assuming we do not have file-rc, skipping 15-initsetup'