summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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-09Fixing and unifying handling of hooks.Daniel Baumann
2011-03-09Removing enforced installation of mawk in the chroot in ↵Daniel Baumann
lh_binary_debian-installer, mawk is priority required and therefore always there anyway. Additionally, this would unnecessarily blow up images that have gawk (or any other awk implementation) installed.
2011-03-09Adding temporary workaround to 'failed to install grub' error when using ↵Daniel Baumann
live-installer.
2011-03-09Actually doing apt-ftparchive operations in chroot as it was originally ↵Daniel Baumann
intended to be, otherwise apt-utils would be need to be a depends of live-helper.
2011-03-09Making sure that /tmp has the right permissions after installing ↵Daniel Baumann
sun-java*-doc through sun-java example hooks. Apparently, sun-java*-doc packages are tampering with it.
2011-03-09Actually fix initrd-related breakage in chroot hacks.Cyril Brulebois
To actually handle the case where there are no initrds, one has to tell xargs not to run the chmod command if there are no parameters.
2011-03-09Make hacks not break if there are no initrds.Cyril Brulebois
Even if it's likely that initrds will be present at this stage, it might be that they went away because of local hooks, and hacks shouldn't break just because of missing initrds.
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-09Get rid of MIRROR_BOOTSTRAP_SECURITY in documentation.Cyril Brulebois
Both --mirror-bootstrap-security and MIRROR_BOOTSTRAP_SECURITY are long gone, see: c6fa0ca0421a5353348ed8a16c56e3481ae12129.
2011-03-09Correcting typo in previous aptitude->tasksel commit.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-09Unsupported bootloader/image type combinations are errors, not warning.Daniel Baumann
2011-03-09Must be printf instead of echo!Antonio Terceiro
2011-03-09Translating the description of the helpersAntonio Terceiro
2011-03-09Removing incorrect extra argumentAntonio Terceiro
2011-03-09Don't ask for translators to translate a bunch of asterisksAntonio Terceiro
2011-03-09Adding Echo function as translatableAntonio Terceiro
2011-03-09Not considering some strings as translatable.Antonio Terceiro
It does not make sense to translate those strings.
2011-03-09Adding missing newlines in Echo_errorAntonio Terceiro
2011-03-09Don't break messages into parts; this make it impossible for translatorsAntonio Terceiro
2011-03-09Adding check for currently not supported bootloader/image-type combinations.Daniel Baumann
2011-03-09Adding short comments to the different cases in Check_defaults();.Daniel Baumann
2011-03-09Releasing version 1.0.2-4.Daniel Baumann
2011-03-09Moving removal of apt packages lists from minimal and stripped hook to ↵Daniel Baumann
lh_chroot_sources, thanks to Ben Armstrong <synrg@debian.org>.
2011-03-09Prefering local hosts over truncated one.Daniel Baumann
2011-03-09Prefering local resolv.conf over truncated one.Daniel Baumann
2011-03-09Releasing version 1.0.2-3.Daniel Baumann
2011-03-09Truncating resolv.conf created during bootstrap stage, otherwise we'll end ↵Daniel Baumann
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 Lamb
2011-03-09Adding sample hook to add custom /etc/modules entries.Daniel Baumann
2011-03-09Also handling custom apt.conf in config/chroot_apt/apt.conf to allow further ↵Daniel Baumann
apt configuration (Closes: #511247).
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-09Releasing version 1.0.2-2.Daniel Baumann
2011-03-09Updating location of archive key in in image autobuild script.Daniel Baumann
2011-03-09Marking pstack in rescuelist as i386 only.Daniel Baumann
2011-03-09Correcting naming of source tarballs in image autobuild script.Daniel Baumann
2011-03-09Marking fragrouter in rescue list as etch only.Daniel Baumann