X-Git-Url: http://git.grml.org/?p=grml2usb.git;a=blobdiff_plain;f=grml2usb;h=457346a4287535b99edc0c4a6aa4a2c54d32a73b;hp=632134e42de18be92a33a0781d125d5870861be3;hb=487e2141208b2ebaef9f85c69c41b631f778274c;hpb=f9c03bf7d1d7b08f87ab4b45fa9ff1f8dd8ae829 diff --git a/grml2usb b/grml2usb index 632134e..457346a 100755 --- a/grml2usb +++ b/grml2usb @@ -1350,7 +1350,7 @@ def initial_syslinux_config(target): def adjust_syslinux_bootoptions(src_name, dst_name, flavour): append_re = re.compile("^(\s*append.*)$", re.I) - boot_re = re.compile("/boot/([a-zA-Z0-9_]+/)+(\w+)") + boot_re = re.compile("/boot/([a-zA-Z0-9_]+/)+([a-zA-Z0-9._]+)") flavour_re = re.compile("(label.*)(grml\w+)") default_re = re.compile("(default.cfg)") src = open(src_name, "r")