X-Git-Url: http://git.grml.org/?p=grml2usb.git;a=blobdiff_plain;f=grml2usb;h=2fb7ed589582fe434b7d608c9dc10262e33258f7;hp=fe3b9210509ece8a32127674c92f64ea887d91ec;hb=9b4ade0bec6002809e1daf01f0cf9d2abf4e07f3;hpb=5bb08d3eb6a4dfe5a643cc8c19e64fbd4e4762f0 diff --git a/grml2usb b/grml2usb index fe3b921..2fb7ed5 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 """) @@ -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)