summaryrefslogtreecommitdiff
path: root/helpers
AgeCommit message (Collapse)Author
2011-03-09Emitting a warning if resolvconf is detected on the to be generated live ↵Daniel Baumann
system. Beware of resolvconf, it's broken beyond repair.
2011-03-09Fixing build failure in lh_binary_syslinux that occurs if exithelp.cfg does ↵Cody A.W. Somerville
not exist.
2011-03-09Always rebuilding initrd in chroot_hacks to avoid inclusion of previously ↵Daniel Baumann
removed udev rules (such as persistent devices).
2011-03-09Returning to menu in syslinux.Tzafrir Cohen
2011-03-09Exporting LH_CONFIG_VERSION for the configuration tree format.Daniel Baumann
2011-03-09Not removing man/index.db in lh_chroot_hacks to keep man -k aka apropos ↵Daniel Baumann
working, thanks to Juliusz Chroboczek <Juliusz.Chroboczek@pps.jussieu.fr> (Closes: #527311).
2011-03-09Update location of ia64 d-i dailies. Thanks to Luk Claes.Chris Lamb
2011-03-09Correcting clean option of lh_config to tidy configuration tree.Daniel Baumann
2011-03-09Correcting chroot call for update-initramfs in lh_chroot_hacks.Daniel Baumann
2011-03-09Adding update-initramfs call back in lh_chroot_hacks, but only for netboot.Daniel Baumann
2011-03-09Simplyfing architecture handling for d-i daily URLs.Daniel Baumann
2011-03-09Updating location of powerpc d-i daily images.Daniel Baumann
2011-03-09Manually ensuring correct permissions of filesystem.squashfs in order to ↵Daniel Baumann
prevent unbootable systems in some nutcases.
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.