Commit Graph

510 Commits

Author SHA1 Message Date
Chris Lamb
27b487e9d4 Update location of ia64 d-i dailies. Thanks to Luk Claes. 2011-03-09 19:09:44 +01:00
Daniel Baumann
52f91d1e57 Correcting clean option of lh_config to tidy configuration tree. 2011-03-09 19:09:44 +01:00
Daniel Baumann
60d87f4f91 Correcting chroot call for update-initramfs in lh_chroot_hacks. 2011-03-09 19:09:44 +01:00
Daniel Baumann
deaa1214dc Adding update-initramfs call back in lh_chroot_hacks, but only for netboot. 2011-03-09 19:09:44 +01:00
Daniel Baumann
695d3eedee Simplyfing architecture handling for d-i daily URLs. 2011-03-09 19:09:44 +01:00
Daniel Baumann
142228914f Updating location of powerpc d-i daily images. 2011-03-09 19:09:44 +01:00
Daniel Baumann
5790ad171b Manually ensuring correct permissions of filesystem.squashfs in order to prevent unbootable systems in some nutcases. 2011-03-09 19:09:44 +01:00
Cody A.W. Somerville
4afc571314 Adding lpia support. 2011-03-09 19:09:44 +01:00
Cody A.W. Somerville
a486d3e1ad Adding Ubuntu mode. 2011-03-09 19:09:44 +01:00
Daniel Baumann
40988d5de3 Removing some code in chroot_apt helper that left over the preferences files in the final image. 2011-03-09 19:09:44 +01:00
Cody A.W. Somerville
39876e86b9 Do not fail build when greps to generate udeb exclusion list return no results or grepped files do not exist. 2011-03-09 19:09:44 +01:00
Daniel Baumann
cf28ec62c6 Updating first bunch of architectures to new location of d-i daily images. 2011-03-09 19:09:43 +01:00
Cody A.W. Somerville
b05975ba1e Checking for installer README.html to prevent build failure. 2011-03-09 19:09:43 +01:00
Daniel Baumann
1457161934 Improving check for syslinux templates by checking actual content, not just the directory. 2011-03-09 19:09:43 +01:00
Daniel Baumann
fb314b164f Only trying to handle syslinux help screens if they are actually available. 2011-03-09 19:09:43 +01:00
Daniel Baumann
8a3dd8cfe0 Only trying to copy syslinux english templates if they are actually available. 2011-03-09 19:09:43 +01:00
Daniel Baumann
336a46f226 Correcting win32-loader copy call to work with non-chrooted builds too. 2011-03-09 19:09:43 +01:00
Daniel Baumann
f73041f2f0 Adding initial support for virtual-hdd binary image type. 2011-03-09 19:09:42 +01:00
Daniel Baumann
e691015fc0 Correcting path within netboot tarballs. 2011-03-09 19:09:42 +01:00
Daniel Baumann
a31541517b Updating syslinux menu configuration. 2011-03-09 19:09:42 +01:00
Daniel Baumann
9a8304d03b Adding new setting for binary indices: If set to none, no indices are included at all. 2011-03-09 19:09:42 +01:00
Daniel Baumann
fedc5c1519 Updating .disk/info generation when building iso images. 2011-03-09 19:09:42 +01:00
Daniel Baumann
ca9f7bf33e Creating win32-loader.ini in win32-loader helper script. 2011-03-09 19:09:42 +01:00
Daniel Baumann
5d589646a5 Renaming win32-loader executable as debian-cd does. 2011-03-09 19:09:41 +01:00
Daniel Baumann
f14e9354b9 Moving live-initramfs or casper parameter list to live subdirectory on the images. 2011-03-09 19:09:41 +01:00
Daniel Baumann
a010abf10e Moving binary manifest to live subdirectory on the images. 2011-03-09 19:09:41 +01:00
Daniel Baumann
192c94747b Take win32-loader from the target distribution by using the chroot. 2011-03-09 19:09:41 +01:00
Daniel Baumann
069aa8723c Splitting out win32-loader handling into own helper script. 2011-03-09 19:09:41 +01:00
Daniel Baumann
26314ad6a0 Adding clean parameter to lh_config to minimize config directory by automatically removing unused and thus empty subdirectories. 2011-03-09 19:09:41 +01:00
Daniel Baumann
4d3525ab0f Correcting order of genisoimage option assembling, the exludes do have to be processed last. 2011-03-09 19:09:41 +01:00
Daniel Baumann
285b6ed834 Adding autoconfig support to lh_build as well. 2011-03-09 19:09:41 +01:00
Daniel Baumann
695cdf1530 Fixing infinit loop when using autoconfig for lh_config and lh_clean. 2011-03-09 19:09:41 +01:00
Daniel Baumann
2e9433d58d Removing shell specific extensions and call of scripts/config and scripts/clean, thanks to Tzafrir Cohen <tzafrir.cohen@xorcom.com>. 2011-03-09 19:09:41 +01:00
Daniel Baumann
0c9e2bf57c Adding dummy live-helper command to make any confused user aware that live-helper is a set of commands starting with the lh_ prefix. 2011-03-09 19:09:40 +01:00
Daniel Baumann
730b248507 Replacing previous attempt of using config.cfg, now using scripts/config.sh and scripts/clean.sh instead. 2011-03-09 19:09:40 +01:00
Daniel Baumann
992a145afd Automatically displaying manpage when calling a helper with -h or --help. 2011-03-09 19:09:40 +01:00
Daniel Baumann
dd74cb6b47 Correcting lh_configs config.cfg handling, so that it's at least working when not using config.cfg. Will have to be fixed properly later. 2011-03-09 19:09:40 +01:00
Daniel Baumann
989f26d87b Updating year in copyright notices for 2009. 2011-03-09 19:09:40 +01:00
Daniel Baumann
9ce762a502 Using common function file to source shell includes. 2011-03-09 19:09:40 +01:00
Daniel Baumann
58d6b235f9 Fixing and unifying handling of hooks. 2011-03-09 19:09:40 +01:00
Daniel Baumann
67a0daf671 Removing enforced installation of mawk in the chroot in 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-09 19:09:40 +01:00
Daniel Baumann
951c24dc08 Adding temporary workaround to 'failed to install grub' error when using live-installer. 2011-03-09 19:09:40 +01:00
Daniel Baumann
a0d12dbf00 Actually doing apt-ftparchive operations in chroot as it was originally intended to be, otherwise apt-utils would be need to be a depends of live-helper. 2011-03-09 19:09:40 +01:00
Cyril Brulebois
6193ef2285 Actually fix initrd-related breakage in chroot hacks.
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-09 19:09:40 +01:00
Cyril Brulebois
4652d65411 Make hacks not break if there are no initrds.
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-09 19:09:40 +01:00
Cyril Brulebois
f5cb9b046b Fix --apt-pdiffs disabled being ignored. 2011-03-09 19:09:40 +01:00
Cyril Brulebois
b12e0fd6ce Document LH_BOOTSTRAP_FLAVOUR as empty by default. 2011-03-09 19:09:40 +01:00
Daniel Baumann
5d9525a3b0 Adding missing --dump to help output of lh_config. 2011-03-09 19:09:40 +01:00
Daniel Baumann
cb2397a601 Updating mode help message in lh_config. 2011-03-09 19:09:40 +01:00
Daniel Baumann
84e4a199da Setting default taskel program from aptitude to tasksel. 2011-03-09 19:09:40 +01:00