summaryrefslogtreecommitdiff
path: root/helpers/lh_config
AgeCommit message (Collapse)Author
2011-03-09Fix --apt-pdiffs disabled being ignored.Cyril Brulebois
2011-03-09Document LH_BOOTSTRAP_FLAVOUR as empty by default.Cyril Brulebois
2011-03-09Adding missing --dump to help output of lh_config.Daniel Baumann
2011-03-09Updating mode help message in lh_config.Daniel Baumann
2011-03-09Setting default taskel program from aptitude to tasksel.Daniel Baumann
2011-03-09Adding support for using cdebootstra-static as bootstrap program.Daniel Baumann
2011-03-09If config.cfg is executable, we execute it and accept its output as extra ↵Daniel Baumann
arguments. This makes dynamic configuration possible.
2011-03-09Fixing message for i18n compatibiliyAntonio Terceiro
2011-03-09Parsing lh_config flags from config.cfg, if available.Daniel Baumann
2011-03-09Translating the description of the helpersAntonio Terceiro
2011-03-09Re-order arguments to find(1) to silence warning about sub-optimal ordering.Chris Lamb
2011-03-09Don't assume that if dpkg is installed, we'll actually get a live-helper ↵Chris Lamb
version number from it.
2011-03-09Test for dpkg-query instead of dpkg if we are only going to run dpkg-query ↵Chris Lamb
within that scope.
2011-03-09Only print versions of live-helper in --dump output, not every package ↵Chris Lamb
installed.
2011-03-09Add 'dump' as a getopt longoption so as not to prevent rejection of --dump ↵Chris Lamb
argument to lh_config.
2011-03-09NEW: "binary_debian-installer-includes" config directory.Marco Amadori
This add another "-includes" power to live-helper, just leave your full path files there and they will end on the installer initrd. This is mostly useful for hacking the installer images with themes, firmware and new installation helpers. "This doesn't handle the case where you want to remove files or programmatically modify things" yet.
2011-03-09Generalizing internal LH_CONFFILE variable.Daniel Baumann
2011-03-09Implementing colorful output (currently disabled by default, though).Daniel Baumann
2011-03-09Generalizing internal LH_BREAKPOINTS variable.Daniel Baumann
2011-03-09Generalizing internal LH_VERBOSE variable.Daniel Baumann
2011-03-09Generalizing internal LH_QUIET variable.Daniel Baumann
2011-03-09Generalizing internal LH_DEBUG variable.Daniel Baumann
2011-03-09Generalizing internal LH_FORCE variable.Daniel Baumann
2011-03-09Renaming internal Read_conffile(); to Read_conffiles(); for consistency reasons.Daniel Baumann
2011-03-09Improving version output of lh_config --dump.Daniel Baumann
2011-03-09Merging lh_dumpconfig into lh_config as --dump parameter.Daniel Baumann
2011-03-09Enforcing lh_config to be run before lh_build, see also ↵Daniel Baumann
http://lists.debian.org/debian-live/2008/10/msg00102.html (Closes: #500740).
2011-03-09lh_config --help and manpage 'copy' mention.Marco Amadori
2011-03-09Splitted "longoptions" in various lines.Marco Amadori
2011-03-09Adding scripts directory to to include custom helper scripts.Daniel Baumann
2011-03-09Fix handling of --version and getopt program name.Chris Lamb
2011-03-09Fixed 2 typos in getopt longoptions string.Marco Amadori
2011-03-09Renaming sections to categories in order to use the same names as Debian ↵Daniel Baumann
Policy does (Closes: #483777).
2011-03-09Don't install lists from chroot_local-packageslists without them being ↵Chris Lamb
specified in LH_PACKAGES_LISTS (Closes: #490755)
2011-03-09Remove accidental trailing '"' (quote) package from lh_config usage.Chris Lamb
2011-03-09Correcting typo in win32-loader config.Daniel Baumann
2011-03-09Moving win32-loader inclusion support from external hook into main program ↵Daniel Baumann
(Closes: #476546).
2011-03-09Removing currently unused help message in lh_config.Daniel Baumann
2011-03-09Adding guessing of the preseeding filename, and way to manually overwrite it ↵Daniel Baumann
(or select it in case of multiple available preseeding files).
2011-03-09Adding last modifications in order to have localization fully working in ↵Tiago Bortoletto Vaz
live-helper. This commit goes with some pt_BR translations just for testing. Thanks to Antonio Terceiro for helping and coding in some shell stuff.
2011-03-09Fix "lh_config -c". Thanks to Simon Schiele <lists@codingmonkey.de>.Chris Lamb
2011-03-09Remove --debian-installer-daily from getopt call.Chris Lamb
2011-03-09Merging debian-installer-daily option into debian-installer-distribution.Daniel Baumann
2011-03-09Minor typo fix for encryption parameter in lh_config help message.Tiago Bortoletto Vaz
2011-03-09Suporting debian-installer distribution choice, which makes possible to ↵Tiago Bortoletto Vaz
build a image using a system-independent debian-installer suite. The config option for this is --debian-installer-distribution CODENAME.
2011-03-09Adding missing debian-installer options in lh_config --help message.Tiago Bortoletto Vaz
2011-03-09Improving message when using default values in /etc/default/live-helper.Tiago Bortoletto Vaz
2011-03-09Add lh_chroot_local-patches helper to apply local patches against chroot.Chris Lamb
2011-03-09Fix syntax error in --ignore-system-defaults handling.Chris Lamb
2011-03-09Fix bug where command-line argument --ignore-system-default was not seen ↵Chris Lamb
before it was required.