X-Git-Url: http://git.grml.org/?p=grml2usb.git;a=blobdiff_plain;f=grml2usb;h=18463a47fe7555e8174e85b30f2390c6fb768eb2;hp=b36798acc5d22abe982de0f0cca50aa8d7e68139;hb=6817350f1070c71101b784500a4642e71bc3adbe;hpb=5818eec7811558140bd19aa8b1a3378789f3803f;ds=sidebyside diff --git a/grml2usb b/grml2usb index b36798a..18463a4 100755 --- a/grml2usb +++ b/grml2usb @@ -1492,7 +1492,7 @@ def add_syslinux_entry(filename, grml_flavour): data.close() def modify_filenames(grml_flavour, target, filenames): - """Replace the standarf filenames with the new ones + """Replace the standard filenames with the new ones @grml_flavour: grml-flavour strin @target: directory where the files are located @@ -1569,7 +1569,7 @@ def handle_syslinux_config(grml_flavour, target): entry = 'include %s\n' % new_default defaults_file = '%s/defaults.cfg' % syslinux_target new_default_with_path = "%s/%s" % (syslinux_target, new_default) - new_grml_cfg = "%s/%s_grml.cfg" % ( syslinux_target, flavour_filename) + new_grml_cfg = "%s/%s_grml.cfg" % (syslinux_target, flavour_filename) if os.path.isfile(defaults_file):