Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-03-09 | Adding special handling for kde-desktop hook in lh_chroot_hocks. | Daniel Baumann | 1 | -0/+6 | |
2011-03-09 | Update lh_source_debian to deal with multiple dsc files for the same source. | Ben Armstrong | 1 | -1/+4 | |
2011-03-09 | Automatically setting-up backports repository when specifying ↵ | Daniel Baumann | 1 | -0/+37 | |
lenny-backports as target distribution. | |||||
2011-03-09 | Renaming directory that holds automatic scripts (e.g. scripts/config or ↵ | Daniel Baumann | 4 | -16/+16 | |
scripst/clean) to auto for consistency reasons. | |||||
2011-03-09 | Making unmount routines a bit more robust. | Daniel Baumann | 1 | -1/+3 | |
2011-03-09 | Correcting handling of precached chroot when using plain chroot filesystem. | Daniel Baumann | 1 | -1/+1 | |
2011-03-09 | Ensure that precached-chroots are prepared as well. | Daniel Baumann | 2 | -1/+30 | |
2011-03-09 | Changing local packageslists behaviour for consistency reasons, now looking ↵ | Daniel Baumann | 3 | -2/+53 | |
for .list suffix and enabling them automatically (Closes: #545403). | |||||
2011-03-09 | Handling d-i required packages regarding kernel flavours differently on ubuntu. | Daniel Baumann | 1 | -2/+20 | |
2011-03-09 | Adding experimental support for isohybrid (Closes: #558688). | Daniel Baumann | 1 | -0/+15 | |
2011-03-09 | For consistency, using true|false instead of enabled|disabled in ↵ | Daniel Baumann | 40 | -175/+175 | |
configuration options. | |||||
2011-03-09 | Removing lpia support, this architecture is dead. | Daniel Baumann | 10 | -15/+11 | |
2011-03-09 | Don't try to install parameters.txt for casper in ubuntu mode (Closes: #560109). | Daniel Baumann | 1 | -6/+0 | |
2011-03-09 | Adding a 'sleep 1' before removing the loopdevice when creating usb-hdd images. | Daniel Baumann | 2 | -0/+4 | |
2011-03-09 | Updating icedove-l10n packagename handling for post-lenny, thanks to ↵ | Daniel Baumann | 1 | -1/+10 | |
intrigeri <intrigeri@boum.org>. | |||||
2011-03-09 | Replacing sed 4.2 command to assemble debootstraps components option with a ↵ | Daniel Baumann | 1 | -1/+1 | |
less advanced one, in order to work on legacy distributions. | |||||
2011-03-09 | Adding suffix .list to sources.list.d snipplets. | Daniel Baumann | 1 | -4/+4 | |
2011-03-09 | Using /etc/apt/sources.list.d mechanism for local sources.list snipplets. | Daniel Baumann | 1 | -6/+20 | |
2011-03-09 | Dropping etch support. | Daniel Baumann | 9 | -177/+39 | |
2011-03-09 | Adding debian version 2.0~a1-1. | Daniel Baumann | 77 | -100/+103 | |
2011-03-09 | Replacing sed 4.2 command to assemble debootstraps components option with a ↵ | Daniel Baumann | 1 | -1/+1 | |
less advanced one, in order to work on legacy distributions. | |||||
2011-03-09 | Only adding hardcoded fallback syslinux label when not using neither ↵ | Daniel Baumann | 1 | -2/+7 | |
vesamenu nor gfxboot. | |||||
2011-03-09 | Adding another workaround for etchs syslinux generation to manually treat ↵ | Daniel Baumann | 1 | -1/+7 | |
live.cfg. | |||||
2011-03-09 | Adding syslinux hardcoded default label entries. | Daniel Baumann | 1 | -4/+22 | |
2011-03-09 | Respecting that etch has no prompt.cfg in netboot images. | Daniel Baumann | 1 | -1/+4 | |
2011-03-09 | Giving conditional message in lh_config when creating or updating the config ↵ | Daniel Baumann | 1 | -1/+6 | |
tree. | |||||
2011-03-09 | Omit numbering for first kernel and initrd installed into binary. | Cody A.W. Somerville | 1 | -0/+6 | |
2011-03-09 | Adding patch from Dusty Hendrickson <dhendrickson@cleversafe.com> to allow ↵ | Daniel Baumann | 1 | -0/+6 | |
lh_bootstrap_debootstrap to bootstrap from different section than main and evaluate LH_CATEGORIES for that purpose. | |||||
2011-03-09 | Tidy helper calls before and after switching chroot filesystem in ↵ | Daniel Baumann | 1 | -18/+0 | |
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-09 | Simplyfing chroot copying in lh_binary_chroot. | Daniel Baumann | 1 | -2/+2 | |
2011-03-09 | Escaping variables in binary.sh of lh_binary_iso, thanks to Luigi Capriotti ↵ | Daniel Baumann | 1 | -8/+8 | |
<l.capriotti@xbmc.org>. | |||||
2011-03-09 | Adjusting pathes for boot-screens in netboot images. | Daniel Baumann | 1 | -0/+2 | |
2011-03-09 | Correctly replacing pathes in exithelp.cfg for returning back to syslinux menu. | Daniel Baumann | 1 | -4/+15 | |
2011-03-09 | Correcting pathes in include statements when building netboot images ↵ | Daniel Baumann | 1 | -0/+6 | |
(Closes: #546910). | |||||
2011-03-09 | Fixing regression imported by fixing #533846 incorrectly. | Daniel Baumann | 1 | -3/+6 | |
2011-03-09 | Correcting comment about replacing /dev/urandom with /dev/random. | Karl Goetz | 1 | -1/+1 | |
2011-03-09 | Merging initial and experimental grub2 support from Luigi Capriotti ↵ | Daniel Baumann | 4 | -1/+358 | |
<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-09 | Correcting apt pinning support. | Rui Miguel Bernardo | 1 | -9/+34 | |
2011-03-09 | Also actually creating the functions directory in lh_config. | Daniel Baumann | 1 | -1/+1 | |
2011-03-09 | Allow to overload global functions with local functions stored in the config ↵ | Daniel Baumann | 1 | -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-09 | Avoid showing 'dashed commands are deprecated' warning more than one within ↵ | Daniel Baumann | 1 | -7/+7 | |
lh_clean. | |||||
2011-03-09 | Giving message to users that lh_config is actually doing something. | Daniel Baumann | 1 | -0/+2 | |
2011-03-09 | Deprecating all dashed forms of commands. | Daniel Baumann | 14 | -193/+193 | |
2011-03-09 | Respecting (possibly) customized LH_SYSLINUX_CFG when autodecting syslinux ↵ | Daniel Baumann | 1 | -1/+3 | |
menu module (Closes: #533846). | |||||
2011-03-09 | Allow to enforce syslinux menu module through LH_SYSLINUX_MENU. | Daniel Baumann | 1 | -2/+18 | |
2011-03-09 | Using pre-cached bootstrap stage, if available, in order to build chroot ↵ | Daniel Baumann | 2 | -5/+127 | |
image which dramatically speads up building of large images. | |||||
2011-03-09 | Respecting /etc/hostname in case it's part of chroot_local-includes, thanks ↵ | Daniel Baumann | 1 | -0/+6 | |
to Luigi Capriotti <l.capriotti@xbmc.org> for the idea. | |||||
2011-03-09 | Automatically optaining version number for config tree format. | Daniel Baumann | 1 | -1/+1 | |
2011-03-09 | Only add available install frontend boot entries. | Cody A.W. Somerville | 3 | -6/+27 | |
2011-03-09 | Unify bootloader helpers. | Cody A.W. Somerville | 2 | -29/+78 | |