X-Git-Url: http://git.grml.org/?p=grml-live.git;a=blobdiff_plain;f=templates%2Fboot%2Fisolinux%2Fisolinux.cfg;h=51c8e43df8303456b31d6d5b902b01de2dece836;hp=393cafef26729c1c3246950bcc2e8c06ad69f267;hb=780493cf50c9fd9fde0c0a3c66a4d5d4df146d1b;hpb=bfd9828c6d6ffd6e07a87c66b0b18cf5f53f0bed diff --git a/templates/boot/isolinux/isolinux.cfg b/templates/boot/isolinux/isolinux.cfg index 393cafe..51c8e43 100644 --- a/templates/boot/isolinux/isolinux.cfg +++ b/templates/boot/isolinux/isolinux.cfg @@ -1,11 +1,13 @@ # Filename: isolinux.cfg -# Purpose: main and central configuration file for isolinyx +# Purpose: main and central configuration file for isolinux # Authors: grml-team (grml.org), (c) Michael Prokop # Bug-Reports: see http://grml.org/bugs/ # License: This file is licensed under the GPL v2 or any later version. ################################################################################ # File Overview: # - addons.cfg -> configuration file for /boot/addons/ (only used if NO_ADDONS not set) +# - addons_list.cfg -> list of entries for addon menu +# - addon_* -> definition for entries in the addon menu # - boot-beep.msg -> bootsplash config for console version sending beep sound # - boot.msg -> bootsplash config for console version (no graphical boot menu) # - console.cfg -> console version configuration of isolinux (no graphical boot menu) @@ -42,10 +44,10 @@ # d = Debug Mode # a = Disable Framebuffer # s = Enable SSH (with random password) -# f = Failsafe Mode # o = Forensic Mode # g = German Settings # m = Graphical Mode +# p = Persistent Mode # r = Load to RAM # c = Serial Console # @@ -58,7 +60,6 @@ # a = All-in-One-Image # x = GPXE # f = FreeDOS -# 4 = MirOS bsd4grml # m = Memtest86+ # t = Hardware Detection Tool # @@ -70,11 +71,29 @@ timeout 300 # boot from hard disk instead by default: -# ontimeout chain.32 hd0 0 +# ontimeout chain.c32 hd0 0 # use this to control the bootup via a serial port: # serial 0 9600 +# following is a placeholder just in case you want to patch your own startup +# options right into the Grml ISO. Feel free to use a hex editor like dhex to +# adapt this part of the file inside the ISO to your needs. You can search for +# the string a8bd612867ae71d0b17f9d33f80f61ab261aa354 in the ISO file binary to +# find the right place + +# the following are 10 lines of 70 characters +###################################################################### +###################################################################### +###################################################################### +###################################################################### +###################################################################### +###################################################################### +###################################################################### +###################################################################### +###################################################################### +###################################################################### + # finally either include 'console.cfg' for console based bootsplash # or 'vesamenu.cfg' for graphic menu version of bootsplash (adjusted # automatically in build process via grml-live):