summaryrefslogtreecommitdiff
path: root/helpers
AgeCommit message (Collapse)AuthorFilesLines
2011-03-09Also actually creating the functions directory in lh_config.Daniel Baumann1-1/+1
2011-03-09Allow to overload global functions with local functions stored in the config ↵Daniel Baumann1-0/+5
tree at scripts/functions. live-helper 1.0.6 will be the last release of live-helper 1.x, which will produce lenny 5.0.3 release images. However, when 5.0.4 is due, we'll need to produce new images with slightly modified functions/release.sh files. In order to acchieve that, we'll allow to have such a file overload the functions shipped in live-helper. This way, we can acchieve that: * live-helper itself doesn't need to be updated through stable updates anymore. * we still can do the required changes for a new point release. * we even ship the changes in the source tarballs automatically.
2011-03-09Avoid showing 'dashed commands are deprecated' warning more than one within ↵Daniel Baumann1-7/+7
lh_clean.
2011-03-09Giving message to users that lh_config is actually doing something.Daniel Baumann1-0/+2
2011-03-09Deprecating all dashed forms of commands.Daniel Baumann14-193/+193
2011-03-09Respecting (possibly) customized LH_SYSLINUX_CFG when autodecting syslinux ↵Daniel Baumann1-1/+3
menu module (Closes: #533846).
2011-03-09Allow to enforce syslinux menu module through LH_SYSLINUX_MENU.Daniel Baumann1-2/+18
2011-03-09Using pre-cached bootstrap stage, if available, in order to build chroot ↵Daniel Baumann2-5/+127
image which dramatically speads up building of large images.
2011-03-09Respecting /etc/hostname in case it's part of chroot_local-includes, thanks ↵Daniel Baumann1-0/+6
to Luigi Capriotti <l.capriotti@xbmc.org> for the idea.
2011-03-09Automatically optaining version number for config tree format.Daniel Baumann1-1/+1
2011-03-09Only add available install frontend boot entries.Cody A.W. Somerville3-6/+27
2011-03-09Unify bootloader helpers.Cody A.W. Somerville2-29/+78
2011-03-09Allowing to overwrite default gzip options through config switch or option.Daniel Baumann6-36/+18
2011-03-09Adding a message about which hook made a build fail, if any.Daniel Baumann3-3/+3
2011-03-09Add option to disable use of GTK debian-installer.Cody A.W. Somerville2-12/+25
Adding the ability to disable use of the GTK graphical debian-installer is handy either to reduce the size of the images or if the necessary files aren't available.
2011-03-09Fix build failure when retrying build at deconfiguring file /bin/hostname.Cody A.W. Somerville1-1/+4
If you attempt a build and it fails for whatever reasons (say, a configuration issue) and then you retry your build without calling lh_clean, you can sometimes run into an issue with the 'deconfiguring file /bin/hostname' step. It'll try to move chroot/bin/hostname.orig to chroot/bin/hostname but chroot/bin/hostname.orig won't exist as chroot/bin/hostname hasn't been moved aside like it expects (ie. the original file is still chroot/bin/hostname). This is frustrating since if the error was ignored, the build would be able to complete successfully and as expected. So, let lh_chroot_hostname check if 'chroot/bin/hostname.orig' exists before attempting to move it to 'chroot/bin/hostname'.
2011-03-09Replacing policy-rc.d text that is used by sbuild too.Daniel Baumann1-4/+1
2011-03-09Including archive trace into .disk meta information.Daniel Baumann2-0/+20
2011-03-09Remove potentially-expanding architecture list by making current x86 vars ↵Chris Lamb1-17/+16
the fallback.
2011-03-09Support LH_BOOTSTRAP_FLAVOUR="standard" when using debootstrapChris Lamb1-0/+2
cdebootstrap will accept --variant=standard, but debootstrap does not; this patch means that we don't try and pass it to debootstrap - this can happen if switching between the two utilities.
2011-03-09Removing config stage file on purge, if the user is using an auto script to ↵Daniel Baumann1-0/+5
generate the config.
2011-03-09Cosmetical simplification of debian-installer DESTDIR assignement, thanks to ↵Daniel Baumann1-4/+4
Cody A.W. Somerville <cody.somerville@canonical.com>.
2011-03-09Exclude di-utils-exit-installer from udeb_exclude, we want it on the images ↵Daniel Baumann1-0/+3
on purpose.
2011-03-09Outputting usage if lh is called without argument.Daniel Baumann1-1/+1
2011-03-09Preserve quoting in lh when passing through to sub commands (Closes: #521824).Daniel Baumann1-1/+1
2011-03-09Emitting a warning if resolvconf is detected on the to be generated live ↵Daniel Baumann1-0/+8
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. Somerville1-1/+4
not exist.
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