Age | Commit message (Expand) | Author | Files | Lines |
2011-03-09 | Moving lh_chroot_packages call in lh_chroot to old place. | Daniel Baumann | 1 | -1/+1 |
2011-03-09 | Install most chroot packages in one ${LH_APT} call (Closes: #475739) | Chris Lamb | 7 | -79/+101 |
2011-03-09 | Install local packages using a local APT repo instead of using "dpkg -i" | Chris Lamb | 3 | -58/+40 |
2011-03-09 | lh_chroot_local-preseed: fix minor typo | Tiago Bortoletto Vaz | 1 | -1/+1 |
2011-03-09 | lh_binary_debian-installer: Add dependency on 'wget' | Chris Lamb | 1 | -0/+15 |
2011-03-09 | Fix a number of issues with Syslinux templates (Closes: #476204) | Chris Lamb | 1 | -1/+0 |
2011-03-09 | Use "find -path" for matching "path/to/file" files (Closes: #476206) | Chris Lamb | 1 | -1/+1 |
2011-03-09 | Fix quoting when installing local packages (Closes: #470683) | Chris Lamb | 1 | -1/+1 |
2011-03-09 | Fix typo in policy-rc.d | Chris Lamb | 1 | -1/+1 |
2011-03-09 | Sorting image file lists. | Daniel Baumann | 2 | -2/+2 |
2011-03-09 | Creating binary and source file lists in build directory. | Daniel Baumann | 3 | -1/+8 |
2011-03-09 | Also copying binary package list to build directory. | Daniel Baumann | 2 | -0/+3 |
2011-03-09 | Also adding a packages.txt when building etch images, although there is a cas... | Daniel Baumann | 1 | -11/+7 |
2011-03-09 | lh_chroot_linux-image: Catch missing case in local live-initramfs handling | Chris Lamb | 1 | -1/+1 |
2011-03-09 | helpers/lh_config, functions/defaults.sh: Correct "boostrap" -> "bootstrap" | Chris Lamb | 1 | -1/+1 |
2011-03-09 | Sort md5sum.txt files again after filename. | Daniel Baumann | 2 | -4/+4 |
2011-03-09 | Updating help output of lh_config. | Daniel Baumann | 1 | -3/+4 |
2011-03-09 | Applied patch from Erwan Le Gall <elegall@linagora.com> to give a warning whe... | Daniel Baumann | 1 | -1/+7 |
2011-03-09 | Using new Read_conffile(); now. | Daniel Baumann | 67 | -469/+67 |
2011-03-09 | Adding 'all' configuration file. | Daniel Baumann | 67 | -0/+67 |
2011-03-09 | Fixing md5sum.txt creation to not fail on filenames with whitespaces, thanks ... | Daniel Baumann | 2 | -4/+4 |
2011-03-09 | lh_chroot_hacks: Ensure initrds are group- and world- readable | Chris Lamb | 1 | -0/+4 |
2011-03-09 | Allow LH_ENCRYPTION="disabled" to disable encryption | Chris Lamb | 5 | -38/+44 |
2011-03-09 | lh_binary_encryption: Rework and fix broken AES encryption routines | Chris Lamb | 1 | -36/+40 |
2011-03-09 | lh_binary_rootfs: Remove | Chris Lamb | 1 | -0/+3 |
2011-03-09 | lh_binary_debian-installer: Preseed by repacking initrd in some situations | Chris Lamb | 1 | -0/+28 |
2011-03-09 | lh_binary_debian-installer: Merge pool/netboot determining logic | Chris Lamb | 1 | -19/+18 |
2011-03-09 | lh_binary_debian-installer: Remove "local"-oriented bashisms | Chris Lamb | 1 | -2/+5 |
2011-03-09 | lh_chroot_linux-image: Install dependencies differently when using aptitude | Chris Lamb | 1 | -2/+9 |
2011-03-09 | lh_binary_debian-installer: Don't use --no-clobber for downloading files | Chris Lamb | 1 | -4/+4 |
2011-03-09 | lh_binary_debian-installer: Only create package pools when necessary | Chris Lamb | 1 | -143/+163 |
2011-03-09 | lh_binary_debian-installer: Re-enable d-i on netboot images | Chris Lamb | 1 | -20/+21 |
2011-03-09 | Correcting wrong logic on handling secure apt. | Daniel Baumann | 1 | -2/+2 |
2011-03-09 | Fixing wrong debian-installer auto target configuration. | Daniel Baumann | 1 | -1/+1 |
2011-03-09 | Re-adding quiet on all d-i install targets in post-etch, except expert (and k... | Daniel Baumann | 1 | -3/+3 |
2011-03-09 | Don't append 'quiet' kernel parameter in rescue modes | Chris Lamb | 1 | -5/+5 |
2011-03-09 | Ensure syslinux entry names match templates and standard d-i names | Chris Lamb | 1 | -1/+10 |
2011-03-09 | Updating copyright years to 2008. | Daniel Baumann | 71 | -71/+71 |
2011-03-09 | Also handling ext3 in lh_binary_rootfs, thanks to Bas Wijnen <wijnen@debian.o... | Daniel Baumann | 1 | -7/+7 |
2011-03-09 | Making usb-hdd images large enough (Closes: #468855). | Bas Wijnen | 2 | -2/+2 |
2011-03-09 | Use ${*} instead of ${@} for checking for no arguments in lh_clean. | Chris Lamb | 1 | -1/+1 |
2011-03-09 | Adding temporary hack to remove fstab when using live-installer. | Daniel Baumann | 1 | -0/+7 |
2011-03-09 | Adding --jffs2-eraseblock parameter. | Daniel Baumann | 2 | -4/+19 |
2011-03-09 | It's actually enough to just truncate kernel-img.conf and also less invasive ... | Daniel Baumann | 1 | -16/+1 |
2011-03-09 | Including default kernel-img.conf in live-systems. | Daniel Baumann | 1 | -1/+16 |
2011-03-09 | Using wildcards to support more than one preseeding file. | Daniel Baumann | 1 | -3/+3 |
2011-03-09 | Honor local preseeding file for debian-installer. | Daniel Baumann | 1 | -0/+6 |
2011-03-09 | Fixing typo in sed call to set isolinux splash file. | Daniel Baumann | 1 | -1/+1 |
2011-03-09 | Added forgotten getopts arguments for chroot mirror. | Daniel Baumann | 1 | -1/+1 |
2011-03-09 | When a wrong argument is passed, that argument should be listed (Closes: #468... | Daniel Baumann | 1 | -1/+1 |