correct a pasto
authorThorsten Glaser <tg@mirbsd.org>
Sun, 15 Aug 2010 15:37:31 +0000 (15:37 +0000)
committerMichael Prokop <mika@grml.org>
Fri, 1 Oct 2010 13:41:39 +0000 (15:41 +0200)
Signed-off-by: Thorsten Glaser <tg@mirbsd.org>
grml2usb
grml2usb-compat

index 490542f..8de8b25 100755 (executable)
--- a/grml2usb
+++ b/grml2usb
@@ -1505,7 +1505,7 @@ def handle_grub2_config(grml_flavour, grub_target, bootopt):
 
     # grub2 config
     grub2_cfg = grub_target + 'grub.cfg'
-    logging.debug("Creating grub2 configuration file (grub.lst)")
+    logging.debug("Creating grub2 configuration file (grub.cfg)")
 
     global GRML_DEFAULT
 
index 3f48ae0..77576e2 100755 (executable)
@@ -1322,7 +1322,7 @@ def handle_grub2_config(grml_flavour, grub_target, bootopt):
 
     # grub2 config
     grub2_cfg = grub_target + 'grub.cfg'
-    logging.debug("Creating grub2 configuration file (grub.lst)")
+    logging.debug("Creating grub2 configuration file (grub.cfg)")
 
     global GRML_DEFAULT