Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-03-09 | Merging live-webhelper. | Daniel Baumann | 17 | -3/+1617 | |
2011-03-09 | Removing outdated crontab and cronjob examples. | Daniel Baumann | 3 | -291/+0 | |
2011-03-09 | Setting debian-installer-gui default to false for squeeze and sid. | Daniel Baumann | 1 | -1/+9 | |
2011-03-09 | Adding support for debian-volatile archive. | Daniel Baumann | 3 | -3/+99 | |
2011-03-09 | Updating year to 2010 in copyright notices. | Daniel Baumann | 111 | -112/+112 | |
2011-03-09 | Adding lh_chroot_upstart manpage. | Daniel Baumann | 1 | -0/+29 | |
2011-03-09 | Adding helper to prevent upstart from being run during chroot phase (Closes: ↵ | Trent W. Buck | 4 | -0/+96 | |
#571056). | |||||
2011-03-09 | Applying slightly modified patch from Cody A.W. Somerville ↵ | Daniel Baumann | 4 | -2/+18 | |
<cody.somerville@canonical.com> to add support for custom debian installer images mirror. | |||||
2011-03-09 | Releasing debian version 2.0~a8-1. | Daniel Baumann | 2 | -1/+37 | |
2011-03-09 | Updating default desktop configuration quirks. | Daniel Baumann | 3 | -20/+70 | |
2011-03-09 | Updating tasks handling for squeeze. | Daniel Baumann | 1 | -4/+38 | |
2011-03-09 | Updating signing key of example sources. | Daniel Baumann | 1 | -28/+16 | |
2011-03-09 | Adding cpio to recommends. | Daniel Baumann | 1 | -1/+1 | |
2011-03-09 | Updating image autobuild script. | Daniel Baumann | 1 | -64/+126 | |
2011-03-09 | Updating rescue list for squeeze. | Daniel Baumann | 1 | -0/+7 | |
2011-03-09 | Reworking iso-hybrid as an independent binary image type. | Daniel Baumann | 13 | -60/+93 | |
2011-03-09 | Cleaning up usb helpers for a future usb-zip addition. | Daniel Baumann | 23 | -68/+77 | |
2011-03-09 | Installs policy-rc.d also in binary phase. | Marco Amadori | 1 | -0/+2 | |
* Potentially apt upgrades could trigger daemon restarts that could lock filesystems like /proc in the chroot system. | |||||
2011-03-09 | Removed the appending of LH_BOOTAPPEND_LIVE to LH_BOOTAPPEND_INSTALL. | Richard Nelson | 1 | -5/+0 | |
2011-03-09 | Automatically populating config tree when having auto/config present and lh ↵ | Daniel Baumann | 1 | -0/+7 | |
build is called without having lh config run before. | |||||
2011-03-09 | Updating error message on arm/armel regarding kernel flavour selection. | Daniel Baumann | 1 | -5/+6 | |
2011-03-09 | Marking gwenview in chroot_localization as lenny-only, thanks to Rodrigo P. ↵ | Daniel Baumann | 1 | -1/+5 | |
Gomez <armyofthepenguin@gmail.com>. | |||||
2011-03-09 | Updating kde and kde-full packages lists for squeeze. | Rodrigo P. Gomez | 2 | -2/+9 | |
2011-03-09 | Mention in lh config manpage that local packages need the .list suffix. | Daniel Baumann | 1 | -1/+1 | |
2011-03-09 | Releasing debian version 2.0~a7-1. | Daniel Baumann | 2 | -1/+33 | |
2011-03-09 | Removing whitespaces at the end of bootappend-install assignements. | Daniel Baumann | 1 | -0/+2 | |
2011-03-09 | Correcting gramatical typo in lh_config manpage, thanks to Tzafrir Cohen ↵ | Daniel Baumann | 1 | -1/+1 | |
<tzafrir.cohen@xorcom.com>. | |||||
2011-03-09 | Don't append and re-append try-usb parameter to bootappend-install options ↵ | Daniel Baumann | 1 | -1/+4 | |
over and over again. | |||||
2011-03-09 | Removing remaining leftovers from etch-only options --genisoimage and ↵ | Daniel Baumann | 2 | -17/+2 | |
--union-filesystem removals (Closes: #568261). | |||||
2011-03-09 | Also using sources.list snipplets for local packages just as for the other ↵ | Daniel Baumann | 1 | -4/+3 | |
repositories (Closes: #569619). | |||||
2011-03-09 | Calling /usr/sbin/chroot with full path in Chroot(); should fix path ↵ | Daniel Baumann | 1 | -2/+2 | |
problems when using live-helper from a local source tree. | |||||
2011-03-09 | Updating homepage field in control. | Daniel Baumann | 1 | -1/+1 | |
2011-03-09 | Updating to standards version 3.8.4. | Daniel Baumann | 1 | -1/+1 | |
2011-03-09 | Dropping lh_ prefix from internal helpers, this is not user visible. | Daniel Baumann | 78 | -6/+6 | |
2011-03-09 | For lh_local, checking first for helpers in LH_BASE. | Tzafrir Cohen | 1 | -1/+4 | |
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-09 | Adding support for gfxboot. | Daniel Baumann | 1 | -2/+2 | |
2011-03-09 | Updating mirror locations in image autobuild script. | Daniel Baumann | 1 | -2/+2 | |
2011-03-09 | Changing binary indices behaviour as suggested by Ben Armstrong ↵ | Daniel Baumann | 1 | -66/+63 | |
<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-09 | Releasing debian version 2.0~a6-1. | Daniel Baumann | 1 | -0/+13 | |
2011-03-09 | Also making use of package cache during chroot_local-hooks (Closes: #566838). | Daniel Baumann | 1 | -0/+6 | |
2011-03-09 | Adding update-alternatives call to set sun-java as default java in sun-java ↵ | Daniel Baumann | 1 | -0/+3 | |
example hook. | |||||
2011-03-09 | Updating packages list for powerpc. | Daniel Baumann | 2 | -5/+13 | |
2011-03-09 | Recommending gnu-fdisk on powerpc. | Daniel Baumann | 1 | -1/+1 | |
2011-03-09 | Updating defaults for kernel packages to not include separate aufs-modules ↵ | Daniel Baumann | 1 | -1/+1 | |
for squeeze, not needed anymore. | |||||
2011-03-09 | Releasing debian version 2.0~a5-1. | Daniel Baumann | 1 | -0/+18 | |
2011-03-09 | Displaying a message between setting up squashfs-tools and starting ↵ | Daniel Baumann | 1 | -0/+3 | |
mksquashfs so that users know what is going on, thanks to Michal Suchanek <michal.suchanek@ruk.cuni.cz> (Closes: #566250). | |||||
2011-03-09 | Removing dead code for bootstrap mirror defaults. | Daniel Baumann | 1 | -9/+1 | |
2011-03-09 | Adding special handling for kde-desktop hook in lh_chroot_hocks. | Daniel Baumann | 1 | -0/+6 | |
2011-03-09 | Minimizing rules file. | Daniel Baumann | 4 | -39/+8 | |
2011-03-09 | Wrapping suggests. | Daniel Baumann | 1 | -1/+4 | |