Always assign an value to GRML_DEFAULT
authorUlrich Dangel <uli@spamt.net>
Sun, 21 Feb 2010 01:39:55 +0000 (02:39 +0100)
committerUlrich Dangel <uli@spamt.net>
Sun, 21 Feb 2010 01:43:14 +0000 (02:43 +0100)
grml2usb

index cb4d621..1155a4a 100755 (executable)
--- a/grml2usb
+++ b/grml2usb
@@ -1252,9 +1252,9 @@ def install_iso_files(grml_flavour, iso_mount, device, target):
     # * provide alternative search_file() if file information is stored in a config.ini file?
     # * catch "install: .. No space left on device" & CO
 
+    global GRML_DEFAULT
+    GRML_DEFAULT = grml_flavour
     if options.dryrun:
-        global GRML_DEFAULT
-        GRML_DEFAULT = grml_flavour
         return 0
     elif not options.bootloaderonly:
         logging.info("Copying files. This might take a while....")