summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2011-03-09Document LH_BOOTSTRAP_FLAVOUR as empty by default.Cyril Brulebois1-1/+1
2011-03-09Adding missing --dump to help output of lh_config.Daniel Baumann1-0/+1
2011-03-09Updating mode help message in lh_config.Daniel Baumann1-1/+1
2011-03-09Get rid of MIRROR_BOOTSTRAP_SECURITY in documentation.Cyril Brulebois6-38/+2
Both --mirror-bootstrap-security and MIRROR_BOOTSTRAP_SECURITY are long gone, see: c6fa0ca0421a5353348ed8a16c56e3481ae12129.
2011-03-09Correcting typo in previous aptitude->tasksel commit.Daniel Baumann1-1/+1
2011-03-09Setting default taskel program from aptitude to tasksel.Daniel Baumann2-4/+4
2011-03-09Adding support for using cdebootstra-static as bootstrap program.Daniel Baumann3-10/+10
2011-03-09If config.cfg is executable, we execute it and accept its output as extra ↵Daniel Baumann1-4/+7
arguments. This makes dynamic configuration possible.
2011-03-09Fixing message for i18n compatibiliyAntonio Terceiro1-1/+1
2011-03-09Parsing lh_config flags from config.cfg, if available.Daniel Baumann1-1/+6
2011-03-09Unsupported bootloader/image type combinations are errors, not warning.Daniel Baumann1-1/+1
2011-03-09Must be printf instead of echo!Antonio Terceiro1-3/+3
2011-03-09Translating the description of the helpersAntonio Terceiro72-72/+72
2011-03-09Removing incorrect extra argumentAntonio Terceiro1-1/+1
2011-03-09Don't ask for translators to translate a bunch of asterisksAntonio Terceiro1-2/+2
2011-03-09Adding Echo function as translatableAntonio Terceiro1-1/+1
2011-03-09Not considering some strings as translatable.Antonio Terceiro1-4/+4
It does not make sense to translate those strings.
2011-03-09Adding missing newlines in Echo_errorAntonio Terceiro1-2/+2
2011-03-09Don't break messages into parts; this make it impossible for translatorsAntonio Terceiro2-33/+8
2011-03-09Adding check for currently not supported bootloader/image-type combinations.Daniel Baumann1-0/+13
2011-03-09Adding short comments to the different cases in Check_defaults();.Daniel Baumann1-0/+5
2011-03-09Releasing version 1.0.2-4.Daniel Baumann1-0/+9
2011-03-09Moving removal of apt packages lists from minimal and stripped hook to ↵Daniel Baumann3-17/+12
lh_chroot_sources, thanks to Ben Armstrong <synrg@debian.org>.
2011-03-09Prefering local hosts over truncated one.Daniel Baumann1-1/+6
2011-03-09Prefering local resolv.conf over truncated one.Daniel Baumann1-1/+6
2011-03-09Releasing version 1.0.2-3.Daniel Baumann2-1/+25
2011-03-09Truncating resolv.conf created during bootstrap stage, otherwise we'll end ↵Daniel Baumann1-0/+7
up with a local resolv.conf in the final image. Thanks to Ben Armstrong <synrg@debian.org>.
2011-03-09Set default value of _COLOR to "false" from "disabled".Chris Lamb1-1/+1
2011-03-09Adding sample hook to add custom /etc/modules entries.Daniel Baumann1-0/+15
2011-03-09Also handling custom apt.conf in config/chroot_apt/apt.conf to allow further ↵Daniel Baumann1-0/+22
apt configuration (Closes: #511247).
2011-03-09Re-order arguments to find(1) to silence warning about sub-optimal ordering.Chris Lamb1-1/+1
2011-03-09Don't assume that if dpkg is installed, we'll actually get a live-helper ↵Chris Lamb1-3/+3
version number from it.
2011-03-09Test for dpkg-query instead of dpkg if we are only going to run dpkg-query ↵Chris Lamb1-1/+1
within that scope.
2011-03-09Only print versions of live-helper in --dump output, not every package ↵Chris Lamb1-1/+1
installed.
2011-03-09Add 'dump' as a getopt longoption so as not to prevent rejection of --dump ↵Chris Lamb1-1/+1
argument to lh_config.
2011-03-09Releasing version 1.0.2-2.Daniel Baumann2-1/+10
2011-03-09Updating location of archive key in in image autobuild script.Daniel Baumann1-2/+2
2011-03-09Marking pstack in rescuelist as i386 only.Daniel Baumann1-0/+2
2011-03-09Correcting naming of source tarballs in image autobuild script.Daniel Baumann1-2/+2
2011-03-09Marking fragrouter in rescue list as etch only.Daniel Baumann1-0/+2
2011-03-09Releasing version 1.0.2-1.Daniel Baumann2-1/+10
2011-03-09Updating cd includes.Daniel Baumann193-10434/+34733
2011-03-09Updating udeb data.Daniel Baumann3-44/+68
2011-03-09Iterating over all installed kernel images in update-initramfs example hook.Daniel Baumann1-1/+6
2011-03-09Marking ardour-gtk in studio package list as etch and sid only.Daniel Baumann1-0/+2
2011-03-09Releasing version 1.0.1-4.Daniel Baumann2-1/+25
2011-03-09Adding emdebian grip mode.Daniel Baumann1-3/+59
2011-03-09Removing debian-edu mode, outdated and apparently not used anymore.Daniel Baumann1-38/+2
2011-03-09Adding Debian Science package list.Daniel Baumann1-0/+10
2011-03-09NEW: "binary_debian-installer-includes" config directory.Marco Amadori2-2/+31
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.