Also copy f1 for prompt
authorUlrich Dangel <uli@spamt.net>
Mon, 19 Oct 2009 20:03:15 +0000 (22:03 +0200)
committerUlrich Dangel <uli@spamt.net>
Mon, 19 Oct 2009 23:07:26 +0000 (01:07 +0200)
grml2usb

index 2fb7ed5..df7326d 100755 (executable)
--- 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')
 
     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)
 
         bootsplash = search_file(ffile, iso_mount)
         exec_rsync(bootsplash, syslinux_target + ffile)