X-Git-Url: https://git.grml.org/?p=grml-live.git;a=blobdiff_plain;f=etc%2Fgrml%2Fgrml-live.conf;h=c9ff7ad52732d0ac7ac73a93e47da51ba9bd7f40;hp=a6b18b49baebf603ae30ada98ced817c7ffe47a3;hb=e265e3093a98d723d40b36dde1aba26146aa301f;hpb=2def18e419f1474c3904672ce297babbb4b9b501 diff --git a/etc/grml/grml-live.conf b/etc/grml/grml-live.conf index a6b18b4..c9ff7ad 100644 --- a/etc/grml/grml-live.conf +++ b/etc/grml/grml-live.conf @@ -31,7 +31,9 @@ ISO_OUTPUT="$OUTPUT/grml_isos" #ZERO_FAI_LOGFILE='1' # Which Debian suite to you want to use? Unless it is set it defaults to "lenny" -# Supported values are: etch, lenny, squeeze, sid +# Supported values are: etch, lenny, sid +# squeeze -> requires /etc/grml/fai/config/basefiles/....tar.gz +# until supported by debootstrap # SUITE="sid" # Which FAI classes do you want to use by default?# @@ -46,11 +48,12 @@ CLASSES="GRMLBASE,GRML_MEDIUM,I386" ## *FAI_DEBOOTSTRAP* accordingly. To use a local directory (like an NFS mount) ## check out MIRROR_DIRECTORY and MIRROR_SOURCES as well. -# Do you want to generate /etc/grml/fai/apt/sources.list on-the-fly via grml-live? -# If so then activate the according mirrors using GRML_LIVE_SOURCES=... +# Which Debian mirror do you want to use for main packages (after debootstrapping +# has been finished)? # If you do *not* set GRML_LIVE_SOURCES here then grml-live will just take what -# /etc/grml/fai/apt/sources.list provides by default. -# Use the variable like your /etc/apt/sources.list looks like. +# /etc/grml/fai/apt/sources.list provides by default. But please do *not* +# manually edit /etc/grml/fai/apt/sources.list but instead use $GRML_LIVE_SOURCES. +# Use the variable as your /etc/apt/sources.list looks like. #GRML_LIVE_SOURCES=" #deb http://192.168.1.112/debian lenny main contrib non-free #deb http://deb.grml.org/ grml-stable main @@ -107,11 +110,41 @@ GRML_FAI_CONFIG=/etc/grml/fai # It defaults to output of 'dpkg --print-architecture' # ARCH="i386" +# Name of distribution that should be build. By default +# it's "grml", if you want to adjust please make sure +# your distri name is just one single word so it +# works on the boot prompt. +# DISTRI_NAME="grml" + +# Short information about the distribution. Default: +# DISTRI_INFO="Grml - Live Linux for system administrators " + +# Bootsplash background image use in isolinux configuration +# Note: not relevant if using non-default ISOLINUX_METHOD="console". +# DISTRI_SPLASH='grml.png' + # Do you want to use your own templates? If so set the # template directory but please make sure it looks # likes the default directory [/usr/share/grml-live/templates] # TEMPLATE_DIRECTORY='/usr/share/grml-live/templates' +# Do you want to use console based isolinux boot splash +# instead of the default graphical menu? +# ISOLINUX_METHOD="console" + +# Do you want to skip adding /boot/addons/ (from the template directory)? +# NO_ADDONS='1' + +# Do you want to skip adding /boot/addons/bsd4grml/ (from the template directory)? +# NO_ADDONS_BSD4GRML='1' + +# By default the ISO is created for hybrid boot, so you can either +# boot the CD using normal el torito mode or copy it to USB device +# *without* having to run grml2usb (like: 'dd if=grml.iso of=/dev/sdX') +# - working both with the same ISO +# HYBRID_METHOD='disable' # do not create a hybrid ISO +# HYBRID_METHOD='isohybrid' # use isohybrid instead of the default (being manifold) + # exclude files from compressed squashfs file using the # the mksquashfs option -ef: # SQUASHFS_EXCLUDES_FILE="/etc/grml/fai/squashfs-excludes"