Copy all {sys,iso}linux *.c32 files like ifcpu64.c32
authorUlrich Dangel <uli@spamt.net>
Wed, 21 Apr 2010 09:00:37 +0000 (11:00 +0200)
committerUlrich Dangel <uli@spamt.net>
Wed, 21 Apr 2010 09:00:37 +0000 (11:00 +0200)
grml2usb

index 3e8839c..bee1012 100755 (executable)
--- a/grml2usb
+++ b/grml2usb
@@ -1254,7 +1254,7 @@ def copy_bootloader_files(iso_mount, target):
     for expr in name, 'distri.cfg', \
         options, 'grml.png', 'hd.cfg', 'isolinux.cfg', 'isolinux.bin', \
         'isoprompt.cfg', 'options.cfg', \
-        'prompt.cfg', 'vesamenu.c32', 'vesamenu.cfg', 'grml.png':
+        'prompt.cfg', 'vesamenu.c32', 'vesamenu.cfg', 'grml.png', '*.c32':
         files = glob.glob(iso_mount + source_dir + expr)
         for path in files:
             filename = os.path.basename(path)