X-Git-Url: http://git.grml.org/?p=grml2usb.git;a=blobdiff_plain;f=grml2usb;h=31cf05bb37dd114f6bb7b0d4fa608d280a6c53af;hp=fee2026614f01a536bc8d78d84408bfbaf8009b6;hb=b5b9182aed0cd5b4788aee58026fbbf0fe71d336;hpb=68176d28f7c0c3b86b23af1e7c4420edb931fb34 diff --git a/grml2usb b/grml2usb index fee2026..31cf05b 100755 --- a/grml2usb +++ b/grml2usb @@ -1147,9 +1147,6 @@ def copy_bootloader_files(iso_mount, target): 'isoprompt.cfg', 'options.cfg', \ 'prompt.cfg', 'vesamenu.c32', 'vesamenu.cfg', 'grml.png': path = search_file(filename, iso_mount + '/boot/isolinux/') - if not path: - print filename - continue exec_rsync(path, syslinux_target + filename) path = search_file('hidden.cfg', iso_mount + '/boot/isolinux/')