Age | Commit message (Expand) | Author | Files | Lines |
2011-03-09 | For consistency, using true|false instead of enabled|disabled in configuratio... | Daniel Baumann | 1 | -28/+28 |
2011-03-09 | Adding debian version 2.0~a1-1. | Daniel Baumann | 1 | -8/+8 |
2011-03-09 | Giving conditional message in lh_config when creating or updating the config ... | Daniel Baumann | 1 | -1/+6 |
2011-03-09 | Also actually creating the functions directory in lh_config. | Daniel Baumann | 1 | -1/+1 |
2011-03-09 | Allow to overload global functions with local functions stored in the config ... | Daniel Baumann | 1 | -0/+5 |
2011-03-09 | Giving message to users that lh_config is actually doing something. | Daniel Baumann | 1 | -0/+2 |
2011-03-09 | Automatically optaining version number for config tree format. | Daniel Baumann | 1 | -1/+1 |
2011-03-09 | Allowing to overwrite default gzip options through config switch or option. | Daniel Baumann | 1 | -1/+8 |
2011-03-09 | Add option to disable use of GTK debian-installer. | Cody A.W. Somerville | 1 | -1/+11 |
2011-03-09 | Exporting LH_CONFIG_VERSION for the configuration tree format. | Daniel Baumann | 1 | -0/+3 |
2011-03-09 | Correcting clean option of lh_config to tidy configuration tree. | Daniel Baumann | 1 | -1/+8 |
2011-03-09 | Adding initial support for virtual-hdd binary image type. | Daniel Baumann | 1 | -1/+11 |
2011-03-09 | Adding new setting for binary indices: If set to none, no indices are include... | Daniel Baumann | 1 | -1/+1 |
2011-03-09 | Adding clean parameter to lh_config to minimize config directory by automatic... | Daniel Baumann | 1 | -1/+15 |
2011-03-09 | Fixing infinit loop when using autoconfig for lh_config and lh_clean. | Daniel Baumann | 1 | -2/+5 |
2011-03-09 | Removing shell specific extensions and call of scripts/config and scripts/cle... | Daniel Baumann | 1 | -2/+2 |
2011-03-09 | Replacing previous attempt of using config.cfg, now using scripts/config.sh a... | Daniel Baumann | 1 | -9/+9 |
2011-03-09 | Correcting lh_configs config.cfg handling, so that it's at least working when... | Daniel Baumann | 1 | -4/+4 |
2011-03-09 | Updating year in copyright notices for 2009. | Daniel Baumann | 1 | -1/+1 |
2011-03-09 | Using common function file to source shell includes. | Daniel Baumann | 1 | -6/+1 |
2011-03-09 | Fix --apt-pdiffs disabled being ignored. | Cyril Brulebois | 1 | -1/+1 |
2011-03-09 | Document LH_BOOTSTRAP_FLAVOUR as empty by default. | Cyril Brulebois | 1 | -1/+1 |
2011-03-09 | Adding missing --dump to help output of lh_config. | Daniel Baumann | 1 | -0/+1 |
2011-03-09 | Updating mode help message in lh_config. | Daniel Baumann | 1 | -1/+1 |
2011-03-09 | Setting default taskel program from aptitude to tasksel. | Daniel Baumann | 1 | -3/+3 |
2011-03-09 | Adding support for using cdebootstra-static as bootstrap program. | Daniel Baumann | 1 | -1/+1 |
2011-03-09 | If config.cfg is executable, we execute it and accept its output as extra arg... | Daniel Baumann | 1 | -4/+7 |
2011-03-09 | Fixing message for i18n compatibiliy | Antonio Terceiro | 1 | -1/+1 |
2011-03-09 | Parsing lh_config flags from config.cfg, if available. | Daniel Baumann | 1 | -1/+6 |
2011-03-09 | Translating the description of the helpers | Antonio Terceiro | 1 | -1/+1 |
2011-03-09 | Re-order arguments to find(1) to silence warning about sub-optimal ordering. | Chris Lamb | 1 | -1/+1 |
2011-03-09 | Don't assume that if dpkg is installed, we'll actually get a live-helper vers... | Chris Lamb | 1 | -3/+3 |
2011-03-09 | Test for dpkg-query instead of dpkg if we are only going to run dpkg-query wi... | Chris Lamb | 1 | -1/+1 |
2011-03-09 | Only print versions of live-helper in --dump output, not every package instal... | Chris Lamb | 1 | -1/+1 |
2011-03-09 | Add 'dump' as a getopt longoption so as not to prevent rejection of --dump ar... | Chris Lamb | 1 | -1/+1 |
2011-03-09 | NEW: "binary_debian-installer-includes" config directory. | Marco Amadori | 1 | -0/+1 |
2011-03-09 | Generalizing internal LH_CONFFILE variable. | Daniel Baumann | 1 | -3/+3 |
2011-03-09 | Implementing colorful output (currently disabled by default, though). | Daniel Baumann | 1 | -0/+9 |
2011-03-09 | Generalizing internal LH_BREAKPOINTS variable. | Daniel Baumann | 1 | -9/+4 |
2011-03-09 | Generalizing internal LH_VERBOSE variable. | Daniel Baumann | 1 | -9/+4 |
2011-03-09 | Generalizing internal LH_QUIET variable. | Daniel Baumann | 1 | -9/+4 |
2011-03-09 | Generalizing internal LH_DEBUG variable. | Daniel Baumann | 1 | -9/+4 |
2011-03-09 | Generalizing internal LH_FORCE variable. | Daniel Baumann | 1 | -9/+4 |
2011-03-09 | Renaming internal Read_conffile(); to Read_conffiles(); for consistency reasons. | Daniel Baumann | 1 | -3/+3 |
2011-03-09 | Improving version output of lh_config --dump. | Daniel Baumann | 1 | -2/+6 |
2011-03-09 | Merging lh_dumpconfig into lh_config as --dump parameter. | Daniel Baumann | 1 | -0/+32 |
2011-03-09 | Enforcing lh_config to be run before lh_build, see also http://lists.debian.o... | Daniel Baumann | 1 | -0/+3 |
2011-03-09 | lh_config --help and manpage 'copy' mention. | Marco Amadori | 1 | -1/+1 |
2011-03-09 | Splitted "longoptions" in various lines. | Marco Amadori | 1 | -1/+20 |
2011-03-09 | Adding scripts directory to to include custom helper scripts. | Daniel Baumann | 1 | -0/+2 |