summaryrefslogtreecommitdiff
path: root/helpers/lh_config
AgeCommit message (Collapse)Author
2011-03-09Dropping lh_ prefix from internal helpers, this is not user visible.Daniel Baumann
2011-03-09Automatically setting-up backports repository when specifying ↵Daniel Baumann
lenny-backports as target distribution.
2011-03-09Renaming directory that holds automatic scripts (e.g. scripts/config or ↵Daniel Baumann
scripst/clean) to auto for consistency reasons.
2011-03-09For consistency, using true|false instead of enabled|disabled in ↵Daniel Baumann
configuration options.
2011-03-09Adding debian version 2.0~a1-1.Daniel Baumann
2011-03-09Giving conditional message in lh_config when creating or updating the config ↵Daniel Baumann
tree.
2011-03-09Also actually creating the functions directory in lh_config.Daniel Baumann
2011-03-09Allow to overload global functions with local functions stored in the config ↵Daniel Baumann
tree at scripts/functions. live-helper 1.0.6 will be the last release of live-helper 1.x, which will produce lenny 5.0.3 release images. However, when 5.0.4 is due, we'll need to produce new images with slightly modified functions/release.sh files. In order to acchieve that, we'll allow to have such a file overload the functions shipped in live-helper. This way, we can acchieve that: * live-helper itself doesn't need to be updated through stable updates anymore. * we still can do the required changes for a new point release. * we even ship the changes in the source tarballs automatically.
2011-03-09Giving message to users that lh_config is actually doing something.Daniel Baumann
2011-03-09Automatically optaining version number for config tree format.Daniel Baumann
2011-03-09Allowing to overwrite default gzip options through config switch or option.Daniel Baumann
2011-03-09Add option to disable use of GTK debian-installer.Cody A.W. Somerville
Adding the ability to disable use of the GTK graphical debian-installer is handy either to reduce the size of the images or if the necessary files aren't available.
2011-03-09Exporting LH_CONFIG_VERSION for the configuration tree format.Daniel Baumann
2011-03-09Correcting clean option of lh_config to tidy configuration tree.Daniel Baumann
2011-03-09Adding initial support for virtual-hdd binary image type.Daniel Baumann
2011-03-09Adding new setting for binary indices: If set to none, no indices are ↵Daniel Baumann
included at all.
2011-03-09Adding clean parameter to lh_config to minimize config directory by ↵Daniel Baumann
automatically removing unused and thus empty subdirectories.
2011-03-09Fixing infinit loop when using autoconfig for lh_config and lh_clean.Daniel Baumann
2011-03-09Removing shell specific extensions and call of scripts/config and ↵Daniel Baumann
scripts/clean, thanks to Tzafrir Cohen <tzafrir.cohen@xorcom.com>.
2011-03-09Replacing previous attempt of using config.cfg, now using scripts/config.sh ↵Daniel Baumann
and scripts/clean.sh instead.
2011-03-09Correcting lh_configs config.cfg handling, so that it's at least working ↵Daniel Baumann
when not using config.cfg. Will have to be fixed properly later.
2011-03-09Updating year in copyright notices for 2009.Daniel Baumann
2011-03-09Using common function file to source shell includes.Daniel Baumann
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).