From: Ulrich Dangel Date: Mon, 19 Oct 2009 20:03:15 +0000 (+0200) Subject: Also copy f1 for prompt X-Git-Tag: v0.9.13~10 X-Git-Url: http://git.grml.org/?p=grml2usb.git;a=commitdiff_plain;h=0a965db0cc8c8d0842b4aeb0c1a081435615eaa8 Also copy f1 for prompt --- diff --git a/grml2usb b/grml2usb index 2fb7ed5..df7326d 100755 --- a/grml2usb +++ b/grml2usb @@ -1119,7 +1119,7 @@ def copy_bootloader_files(iso_mount, target): logo = search_file('logo.16', iso_mount) exec_rsync(logo, syslinux_target + 'logo.16') - for ffile in 'f2', 'f3', 'f4', 'f5', 'f6', 'f7', 'f8', 'f9', 'f10': + for ffile in 'f1', 'f2', 'f3', 'f4', 'f5', 'f6', 'f7', 'f8', 'f9', 'f10': bootsplash = search_file(ffile, iso_mount) exec_rsync(bootsplash, syslinux_target + ffile)