X-Git-Url: https://git.grml.org/?p=grml2usb.git;a=blobdiff_plain;f=grml2usb;h=6651f8b628a35911c8956c6d53519f9eafd0707a;hp=3e8839c8169e66b5b14f52060ac19da8f00847c4;hb=a4987f67d53c5b99570f7118fb833a7fcdd97154;hpb=4473adf3b97b3587a2ccc5c883afb045ac3b5597 diff --git a/grml2usb b/grml2usb index 3e8839c..6651f8b 100755 --- a/grml2usb +++ b/grml2usb @@ -12,7 +12,6 @@ This script installs a grml system (either a running system or ISO[s]) to a USB """ -# from __future__ import with_statement from optparse import OptionParser from inspect import isroutine, isclass import datetime, logging, os, re, subprocess, sys, tempfile, time, os.path @@ -1254,7 +1253,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)