summaryrefslogtreecommitdiff
path: root/helpers
AgeCommit message (Collapse)Author
2011-03-09For lh_local, checking first for helpers in LH_BASE.Tzafrir Cohen
lh_local sets PATH and LH_BASE. However the live-helper wrapper script looks for helper script in the system path (/usr/share/live-helper/helpers) before looking for them in the PATH. This patch thus instructs lh to first adds test under LH_BASE, if set.
2011-03-09Adding support for gfxboot.Daniel Baumann
2011-03-09Changing binary indices behaviour as suggested by Ben Armstrong ↵Daniel Baumann
<synrg@debian.org>, means we're now including binary sources by default (unless they are the same as chroot ones), and binary indices now only controls if apt lists need to be included in the resulting binary image.
2011-03-09Also making use of package cache during chroot_local-hooks (Closes: #566838).Daniel Baumann
2011-03-09Displaying a message between setting up squashfs-tools and starting ↵Daniel Baumann
mksquashfs so that users know what is going on, thanks to Michal Suchanek <michal.suchanek@ruk.cuni.cz> (Closes: #566250).
2011-03-09Adding special handling for kde-desktop hook in lh_chroot_hocks.Daniel Baumann
2011-03-09Update lh_source_debian to deal with multiple dsc files for the same source.Ben Armstrong
2011-03-09Automatically setting-up backports repository when specifying ↵Daniel Baumann
lenny-backports as target distribution.
2011-03-09Renaming directory that holds automatic scripts (e.g. scripts/config or ↵Daniel Baumann
scripst/clean) to auto for consistency reasons.
2011-03-09Making unmount routines a bit more robust.Daniel Baumann
2011-03-09Correcting handling of precached chroot when using plain chroot filesystem.Daniel Baumann
2011-03-09Ensure that precached-chroots are prepared as well.Daniel Baumann
2011-03-09Changing local packageslists behaviour for consistency reasons, now looking ↵Daniel Baumann
for .list suffix and enabling them automatically (Closes: #545403).
2011-03-09Handling d-i required packages regarding kernel flavours differently on ubuntu.Daniel Baumann
2011-03-09Adding experimental support for isohybrid (Closes: #558688).Daniel Baumann
2011-03-09For consistency, using true|false instead of enabled|disabled in ↵Daniel Baumann
configuration options.
2011-03-09Removing lpia support, this architecture is dead.Daniel Baumann
2011-03-09Don't try to install parameters.txt for casper in ubuntu mode (Closes: #560109).Daniel Baumann
2011-03-09Adding a 'sleep 1' before removing the loopdevice when creating usb-hdd images.Daniel Baumann
2011-03-09Updating icedove-l10n packagename handling for post-lenny, thanks to ↵Daniel Baumann
intrigeri <intrigeri@boum.org>.
2011-03-09Replacing sed 4.2 command to assemble debootstraps components option with a ↵Daniel Baumann
less advanced one, in order to work on legacy distributions.
2011-03-09Adding suffix .list to sources.list.d snipplets.Daniel Baumann
2011-03-09Using /etc/apt/sources.list.d mechanism for local sources.list snipplets.Daniel Baumann
2011-03-09Dropping etch support.Daniel Baumann
2011-03-09Adding debian version 2.0~a1-1.Daniel Baumann
2011-03-09Replacing sed 4.2 command to assemble debootstraps components option with a ↵Daniel Baumann
less advanced one, in order to work on legacy distributions.
2011-03-09Only adding hardcoded fallback syslinux label when not using neither ↵Daniel Baumann
vesamenu nor gfxboot.
2011-03-09Adding another workaround for etchs syslinux generation to manually treat ↵Daniel Baumann
live.cfg.
2011-03-09Adding syslinux hardcoded default label entries.Daniel Baumann
2011-03-09Respecting that etch has no prompt.cfg in netboot images.Daniel Baumann
2011-03-09Giving conditional message in lh_config when creating or updating the config ↵Daniel Baumann
tree.
2011-03-09Omit numbering for first kernel and initrd installed into binary.Cody A.W. Somerville
2011-03-09Adding patch from Dusty Hendrickson <dhendrickson@cleversafe.com> to allow ↵Daniel Baumann
lh_bootstrap_debootstrap to bootstrap from different section than main and evaluate LH_CATEGORIES for that purpose.
2011-03-09Tidy helper calls before and after switching chroot filesystem in ↵Daniel Baumann
lh_binary_rootfs to not leave certain helpers activated at the end of the build, thanks to Luigi Capriotti <l.capriotti@xbmc.org>.
2011-03-09Simplyfing chroot copying in lh_binary_chroot.Daniel Baumann
2011-03-09Escaping variables in binary.sh of lh_binary_iso, thanks to Luigi Capriotti ↵Daniel Baumann
<l.capriotti@xbmc.org>.
2011-03-09Adjusting pathes for boot-screens in netboot images.Daniel Baumann
2011-03-09Correctly replacing pathes in exithelp.cfg for returning back to syslinux menu.Daniel Baumann
2011-03-09Correcting pathes in include statements when building netboot images ↵Daniel Baumann
(Closes: #546910).
2011-03-09Fixing regression imported by fixing #533846 incorrectly.Daniel Baumann
2011-03-09Correcting comment about replacing /dev/urandom with /dev/random.Karl Goetz
2011-03-09Merging initial and experimental grub2 support from Luigi Capriotti ↵Daniel Baumann
<l.capriotti@xbmc.org>. Outstanding issues: doesn't work chrooted yet, lh_binary_iso binary.sh modifications probably should be done at lh_binary_grub2.
2011-03-09Correcting apt pinning support.Rui Miguel Bernardo
2011-03-09Also actually creating the functions directory in lh_config.Daniel Baumann
2011-03-09Allow to overload global functions with local functions stored in the config ↵Daniel Baumann
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 Baumann
lh_clean.
2011-03-09Giving message to users that lh_config is actually doing something.Daniel Baumann
2011-03-09Deprecating all dashed forms of commands.Daniel Baumann
2011-03-09Respecting (possibly) customized LH_SYSLINUX_CFG when autodecting syslinux ↵Daniel Baumann
menu module (Closes: #533846).
2011-03-09Allow to enforce syslinux menu module through LH_SYSLINUX_MENU.Daniel Baumann