summaryrefslogtreecommitdiff
path: root/helpers
AgeCommit message (Collapse)AuthorFilesLines
2011-03-09Always rebuilding initrd in chroot_hacks to avoid inclusion of previously ↵Daniel Baumann1-3/+3
removed udev rules (such as persistent devices).
2011-03-09Returning to menu in syslinux.Tzafrir Cohen1-0/+2
2011-03-09Exporting LH_CONFIG_VERSION for the configuration tree format.Daniel Baumann1-0/+3
2011-03-09Not removing man/index.db in lh_chroot_hacks to keep man -k aka apropos ↵Daniel Baumann1-1/+0
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 Lamb1-5/+1
2011-03-09Correcting clean option of lh_config to tidy configuration tree.Daniel Baumann1-1/+8
2011-03-09Correcting chroot call for update-initramfs in lh_chroot_hacks.Daniel Baumann1-1/+1
2011-03-09Adding update-initramfs call back in lh_chroot_hacks, but only for netboot.Daniel Baumann1-6/+9
2011-03-09Simplyfing architecture handling for d-i daily URLs.Daniel Baumann1-22/+2
2011-03-09Updating location of powerpc d-i daily images.Daniel Baumann1-1/+1
2011-03-09Manually ensuring correct permissions of filesystem.squashfs in order to ↵Daniel Baumann1-0/+1
prevent unbootable systems in some nutcases.
2011-03-09Adding lpia support.Cody A.W. Somerville10-20/+17
2011-03-09Adding Ubuntu mode.Cody A.W. Somerville3-29/+67
2011-03-09Removing some code in chroot_apt helper that left over the preferences files ↵Daniel Baumann2-15/+1
in the final image.
2011-03-09Do not fail build when greps to generate udeb exclusion list return no ↵Cody A.W. Somerville1-3/+3
results or grepped files do not exist.
2011-03-09Updating first bunch of architectures to new location of d-i daily images.Daniel Baumann1-5/+5
2011-03-09Checking for installer README.html to prevent build failure.Cody A.W. Somerville1-2/+5
2011-03-09Improving check for syslinux templates by checking actual content, not just ↵Daniel Baumann1-2/+2
the directory.
2011-03-09Only trying to handle syslinux help screens if they are actually available.Daniel Baumann1-12/+21
2011-03-09Only trying to copy syslinux english templates if they are actually available.Daniel Baumann1-1/+4
2011-03-09Correcting win32-loader copy call to work with non-chrooted builds too.Daniel Baumann1-8/+14
2011-03-09Adding initial support for virtual-hdd binary image type.Daniel Baumann15-8/+294
2011-03-09Correcting path within netboot tarballs.Daniel Baumann1-10/+10
2011-03-09Updating syslinux menu configuration.Daniel Baumann1-19/+22
2011-03-09Adding new setting for binary indices: If set to none, no indices are ↵Daniel Baumann2-11/+7
included at all.
2011-03-09Updating .disk/info generation when building iso images.Daniel Baumann2-22/+58
2011-03-09Creating win32-loader.ini in win32-loader helper script.Daniel Baumann1-0/+18
2011-03-09Renaming win32-loader executable as debian-cd does.Daniel Baumann1-0/+1
2011-03-09Moving live-initramfs or casper parameter list to live subdirectory on the ↵Daniel Baumann1-6/+0
images.
2011-03-09Moving binary manifest to live subdirectory on the images.Daniel Baumann1-8/+15
2011-03-09Take win32-loader from the target distribution by using the chroot.Daniel Baumann1-9/+23
2011-03-09Splitting out win32-loader handling into own helper script.Daniel Baumann3-15/+57
2011-03-09Adding clean parameter to lh_config to minimize config directory by ↵Daniel Baumann1-1/+15
automatically removing unused and thus empty subdirectories.
2011-03-09Correcting order of genisoimage option assembling, the exludes do have to be ↵Daniel Baumann1-8/+8
processed last.
2011-03-09Adding autoconfig support to lh_build as well.Daniel Baumann1-0/+11
2011-03-09Fixing infinit loop when using autoconfig for lh_config and lh_clean.Daniel Baumann2-8/+14
2011-03-09Removing shell specific extensions and call of scripts/config and ↵Daniel Baumann2-4/+4
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 Baumann2-16/+42
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 Baumann2-9/+17
and scripts/clean.sh instead.
2011-03-09Automatically displaying manpage when calling a helper with -h or --help.Daniel Baumann1-1/+1
2011-03-09Correcting lh_configs config.cfg handling, so that it's at least working ↵Daniel Baumann1-4/+4
when not using config.cfg. Will have to be fixed properly later.
2011-03-09Updating year in copyright notices for 2009.Daniel Baumann73-73/+73
2011-03-09Using common function file to source shell includes.Daniel Baumann72-432/+72
2011-03-09Fixing and unifying handling of hooks.Daniel Baumann1-7/+4
2011-03-09Removing enforced installation of mawk in the chroot in ↵Daniel Baumann1-1/+0
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 Baumann1-2/+19
live-installer.
2011-03-09Actually doing apt-ftparchive operations in chroot as it was originally ↵Daniel Baumann1-16/+35
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 Brulebois1-1/+1
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 Brulebois1-1/+3
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 Brulebois1-1/+1