Add support for syslinux prompt
[grml2usb.git] / grml2usb
index fe3b921..2fb7ed5 100755 (executable)
--- 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)