From: Ulrich Dangel Date: Mon, 26 Oct 2009 23:26:18 +0000 (+0100) Subject: The f1 file does not have to be present on old grml releases, just ignore X-Git-Tag: v0.9.16~3 X-Git-Url: http://git.grml.org/?p=grml2usb.git;a=commitdiff_plain;h=6905712499f60660104c1bb6564eae336634b2d1;hp=7d35f0df00c826283dc3c0658c9c8748e7c561cb The f1 file does not have to be present on old grml releases, just ignore these file. --- diff --git a/grml2usb b/grml2usb index 7fe8681..70231c0 100755 --- a/grml2usb +++ b/grml2usb @@ -1132,6 +1132,8 @@ def copy_bootloader_files(iso_mount, target): for ffile in ['f%d' % number for number in range(1,11) ]: bootsplash = search_file(ffile, iso_mount) + if not bootsplash: + continue exec_rsync(bootsplash, syslinux_target + ffile) # avoid the "file is read only, overwrite anyway (y/n) ?" question