summaryrefslogtreecommitdiff
path: root/helpers
AgeCommit message (Collapse)Author
2011-03-09Adding lpia support.Cody A.W. Somerville
2011-03-09Adding Ubuntu mode.Cody A.W. Somerville
2011-03-09Removing some code in chroot_apt helper that left over the preferences files ↵Daniel Baumann
in the final image.
2011-03-09Do not fail build when greps to generate udeb exclusion list return no ↵Cody A.W. Somerville
results or grepped files do not exist.
2011-03-09Updating first bunch of architectures to new location of d-i daily images.Daniel Baumann
2011-03-09Checking for installer README.html to prevent build failure.Cody A.W. Somerville
2011-03-09Improving check for syslinux templates by checking actual content, not just ↵Daniel Baumann
the directory.
2011-03-09Only trying to handle syslinux help screens if they are actually available.Daniel Baumann
2011-03-09Only trying to copy syslinux english templates if they are actually available.Daniel Baumann
2011-03-09Correcting win32-loader copy call to work with non-chrooted builds too.Daniel Baumann
2011-03-09Adding initial support for virtual-hdd binary image type.Daniel Baumann
2011-03-09Correcting path within netboot tarballs.Daniel Baumann
2011-03-09Updating syslinux menu configuration.Daniel Baumann
2011-03-09Adding new setting for binary indices: If set to none, no indices are ↵Daniel Baumann
included at all.
2011-03-09Updating .disk/info generation when building iso images.Daniel Baumann
2011-03-09Creating win32-loader.ini in win32-loader helper script.Daniel Baumann
2011-03-09Renaming win32-loader executable as debian-cd does.Daniel Baumann
2011-03-09Moving live-initramfs or casper parameter list to live subdirectory on the ↵Daniel Baumann
images.
2011-03-09Moving binary manifest to live subdirectory on the images.Daniel Baumann
2011-03-09Take win32-loader from the target distribution by using the chroot.Daniel Baumann
2011-03-09Splitting out win32-loader handling into own helper script.Daniel Baumann
2011-03-09Adding clean parameter to lh_config to minimize config directory by ↵Daniel Baumann
automatically removing unused and thus empty subdirectories.
2011-03-09Correcting order of genisoimage option assembling, the exludes do have to be ↵Daniel Baumann
processed last.
2011-03-09Adding autoconfig support to lh_build as well.Daniel Baumann
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-09Adding dummy live-helper command to make any confused user aware that ↵Daniel Baumann
live-helper is a set of commands starting with the lh_ prefix.
2011-03-09Replacing previous attempt of using config.cfg, now using scripts/config.sh ↵Daniel Baumann
and scripts/clean.sh instead.
2011-03-09Automatically displaying manpage when calling a helper with -h or --help.Daniel Baumann
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-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-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-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-09Don't ask for translators to translate a bunch of asterisksAntonio Terceiro
2011-03-09Don't break messages into parts; this make it impossible for translatorsAntonio Terceiro