X-Git-Url: https://git.grml.org/?a=blobdiff_plain;f=etc%2Fgrml%2Fgrml-live.conf;h=16b02edc2690bbc976e40793b07aa51c44969580;hb=74d1a6f74d05f84290497cf37e681e8aa051d1e1;hp=3420d0db729f1584ab2892835fb8c33a3f5e0143;hpb=0a08c07e12394fabaf1b92b9c10f0632d88de1c3;p=grml-live.git diff --git a/etc/grml/grml-live.conf b/etc/grml/grml-live.conf index 3420d0d..16b02ed 100644 --- a/etc/grml/grml-live.conf +++ b/etc/grml/grml-live.conf @@ -3,7 +3,7 @@ # 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. -# Latest change: Sun Nov 25 18:39:34 CET 2007 [mika] +# Latest change: Fri Jan 11 01:55:54 CET 2008 [mika] ################################################################################ # Main output directory @@ -88,6 +88,9 @@ HOSTNAME=grml # Specify user with UID 1000 on live-system: USERNAME=grml +# Specify options for Squashfs build stage (running mksquashfs): +# SQUASHFS_OPTIONS="-nolzma" + # Which bootloader do you want to use? Default: isolinux # Supported values: isolinux, grub # BOOT_METHOD='isolinux' @@ -110,6 +113,10 @@ GRML_FAI_CONFIG=/etc/grml/fai # likes the default directory [/usr/share/grml-live/templates] # TEMPLATE_DIRECTORY='/usr/share/grml-live/templates' +# exclude files from compressed squashfs file using the +# the mksquashfs option -ef: +# SQUASHFS_EXCLUDES_FILE="/etc/grml/fai/squashfs-excludes" + # Do you want to download pageant, plink, pscp, psftp, putty and puttygen # using wget to store it inside $BUILD_OUTPUT/windows/? # Just unset it do skip download via wget or modify the download URL.