X-Git-Url: https://git.grml.org/?p=grml2usb.git;a=blobdiff_plain;f=grml2usb;h=df7326dcd40449a00828fe02236c2a899ba42e74;hp=fe3b9210509ece8a32127674c92f64ea887d91ec;hb=0a965db0cc8c8d0842b4aeb0c1a081435615eaa8;hpb=5bb08d3eb6a4dfe5a643cc8c19e64fbd4e4762f0 diff --git a/grml2usb b/grml2usb index fe3b921..df7326d 100755 --- a/grml2usb +++ b/grml2usb @@ -534,6 +534,17 @@ include additional.cfg include options.cfg include addons.cfg + +label help + menu label S^yslinux prompt + config prompt.cfg + text help + Jump to old style isolinux prompt + featuring further information + regarding available boot options. + endtext + + include hiddens.cfg """) @@ -1108,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) @@ -1125,7 +1136,7 @@ def copy_bootloader_files(iso_mount, target): for filename in 'addons.cfg', 'default.cfg', 'distri.cfg', \ 'grml.cfg', 'grml.png', 'hd.cfg', 'isoprompt.cfg', 'options.cfg', \ - 'vesamenu.c32', 'vesamenu.cfg', 'grml.png': + 'prompt.cfg', 'vesamenu.c32', 'vesamenu.cfg', 'grml.png': path = search_file(filename, iso_mount + '/boot/isolinux/') exec_rsync(path, syslinux_target + filename)