From 0a965db0cc8c8d0842b4aeb0c1a081435615eaa8 Mon Sep 17 00:00:00 2001 From: Ulrich Dangel Date: Mon, 19 Oct 2009 22:03:15 +0200 Subject: [PATCH] Also copy f1 for prompt --- grml2usb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.1.4