summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2008-06-15Ensure apt-utils is installed in the helpers it is required.Chris Lamb
This allows us to remove a hacky test from hooks/minimal to see whether we need the package. Signed-off-by: Chris Lamb <chris@chris-lamb.co.uk>
2008-06-15Abort if "live" d-i installation is attempted with minimal or stripped ↵Chris Lamb
LH_PACKAGES_LISTS This is required because lh_binary_rootfs removes /boot if minimal or stripped is the only packages list. Signed-off-by: Chris Lamb <chris@chris-lamb.co.uk>
2008-06-15Fix truncated Echo_breakage messages.Chris Lamb
Signed-off-by: Chris Lamb <chris@chris-lamb.co.uk>
2008-06-15Fix d-i locations in yaboot entries.Chris Lamb
Signed-off-by: Chris Lamb <chris@chris-lamb.co.uk>
2008-06-15Fix trivial typographic error ("flavor" => "flavour")Chris Lamb
Signed-off-by: Chris Lamb <chris@chris-lamb.co.uk>
2008-06-14Only deference symlinks on FAT{16,32} partitions on usb-hdd.Chris Lamb
Signed-off-by: Chris Lamb <chris@chris-lamb.co.uk>
2008-06-14Replace install.amd/install -> install.386/install symlink with a real copy.Chris Lamb
Signed-off-by: Chris Lamb <chris@chris-lamb.co.uk>
2008-06-14Revert always deferencing symlinks when installing some binary includes.Chris Lamb
Signed-off-by: Chris Lamb <chris@chris-lamb.co.uk>
2008-06-14Add Echo_breakage for messages preceeding often-breaking stages and use ↵Chris Lamb
before {c,}debootstrap calls Signed-off-by: Chris Lamb <chris@chris-lamb.co.uk>
2008-06-14Replace a few unweildy "if" statements with their "case" equivalentsChris Lamb
Signed-off-by: Chris Lamb <chris@chris-lamb.co.uk>
2008-06-14Move Etch syslinux workaround closer to the original definitionsChris Lamb
Signed-off-by: Chris Lamb <chris@chris-lamb.co.uk>
2008-06-14Use correct location of powerpc d-i images.Chris Lamb
Signed-off-by: Chris Lamb <chris@chris-lamb.co.uk>
2008-06-14Set correct d-i image type on usb-hdd and tar image typesChris Lamb
Signed-off-by: Chris Lamb <chris@chris-lamb.co.uk>
2008-06-14Remove pointless "echo" statements pre- and post- cdebootstrapChris Lamb
Signed-off-by: Chris Lamb <chris@chris-lamb.co.uk>
2008-06-14Allow LH_APT_SECURE to disable package cdebootstrap package authenticationChris Lamb
Signed-off-by: Chris Lamb <chris@chris-lamb.co.uk>
2008-06-14Rename USE_NETBOOT_DI to DI_IMAGE_TYPEChris Lamb
Signed-off-by: Chris Lamb <chris@chris-lamb.co.uk>
2008-06-14Always deference symlinks when installing some binary includes to fix ↵Chris Lamb
breakage on amd64. Signed-off-by: Chris Lamb <chris@chris-lamb.co.uk>
2008-06-13Ensure "Using system defaults" message appears when calling lh_config ↵Chris Lamb
without --verbose Signed-off-by: Chris Lamb <chris@chris-lamb.co.uk>
2008-06-13Don't skip single dot-files in the root directory of binary and chroot local ↵Chris Lamb
includes Signed-off-by: Chris Lamb <chris@chris-lamb.co.uk>
2008-06-13Don't exclude live-installer when LH_DEBIAN_INSTALLER=liveChris Lamb
Signed-off-by: Chris Lamb <chris@chris-lamb.co.uk>
2008-06-13Fix a few bogus guards in lh_binary_debian-installerChris Lamb
Signed-off-by: Chris Lamb <chris@chris-lamb.co.uk>
2008-06-11Parsing local arguments to lh_config last.Daniel Baumann
2008-06-10Show contents of /etc/default/live-helper in bug info collection scriptChris Lamb
Signed-off-by: Chris Lamb <chris@chris-lamb.co.uk>
2008-06-10Correcting order where system-wide lh_config defaults file is read, thanks ↵Daniel Baumann
to Juergen Fiedler <juergen.fiedler@gmail.com>.
2008-06-09Only saving source indices to indices cache if source indices are actually ↵Daniel Baumann
existing, thanks to Thanatermesis <thanatermesis.ecvs@elivecd.net>.
2008-06-09Correcting path for system-wide lh_config defaults file.Daniel Baumann
2008-06-09Added support for /etc/live-helper.Marco Amadori
* lh_config system-wide configuration file, like an implicit specification of '--conffile=/etc/live-helper' to each lh_config call. Signed-off-by: Marco Amadori <marco.amadori@gmail.com>
2008-06-09Removed a useless space.Marco Amadori
Signed-off-by: Marco Amadori <marco.amadori@gmail.com>
2008-06-08Releasing live-helper 1.0~a47-1.Daniel Baumann
2008-06-08Reverting previous commit to compress build logs.Daniel Baumann
apache2 does not show gzipped files in the browser, but downloads them which is not the desired action.
2008-06-08Compress build logs. Thanks to Mathieu Geli for the suggestion.Chris Lamb
Signed-off-by: Chris Lamb <chris@chris-lamb.co.uk>
2008-06-05Updating to standards 3.8.0.Daniel Baumann
2008-06-04Updating udeb include/exclude files from debian-cd.Daniel Baumann
2008-05-15Fix formatting problems in lh_config man pageAntonio Ospite
Signed-off-by: Antonio Ospite <ospite@studenti.unina.it> Signed-off-by: Chris Lamb <chris@chris-lamb.co.uk>
2008-05-15Create chroot_local-preseed/ directory when building config/ in lh_configChris Lamb
Signed-off-by: Chris Lamb <chris@chris-lamb.co.uk>
2008-05-15Fix minor typographical error in live-helper(7)Chris Lamb
Signed-off-by: Chris Lamb <chris@chris-lamb.co.uk>
2008-05-12Updating vcs fields in control file.Daniel Baumann
2008-05-09Adding uuid-runtime to suggests.Daniel Baumann
2008-05-09Moving bugs document to live-manual.Daniel Baumann
2008-04-28Releasing live-helper 1.0~a46-2.Daniel Baumann
2008-04-28Allow needle and haystack parts of packagelist #if constructs to be listsChris Lamb
This allows us to write: #if SECTIONS contrib non-free contrib-package non-free-package #endif and #if DISTRIBUTION lenny sid new-package #endif Signed-off-by: Chris Lamb <chris@chris-lamb.co.uk>
2008-04-28Conditionally add non-free rar and unrar. Add unrar-free unconditionally.Chris Lamb
Signed-off-by: Chris Lamb <chris@chris-lamb.co.uk>
2008-04-28Remove buggy ext2resizeChris Lamb
Signed-off-by: Chris Lamb <chris@chris-lamb.co.uk>
2008-04-28Remove oldstable-only hwtools from rescue listChris Lamb
Signed-off-by: Chris Lamb <chris@chris-lamb.co.uk>
2008-04-28Remove removed/non-Debian packages pasd, irpas and nsed from rescue listChris Lamb
Signed-off-by: Chris Lamb <chris@chris-lamb.co.uk>
2008-04-28Correct typo of "ntfs3g" -> "ntfs-3g" in rescue listChris Lamb
Signed-off-by: Chris Lamb <chris@chris-lamb.co.uk>
2008-04-28Only install reaim on Etch in rescue listChris Lamb
Signed-off-by: Chris Lamb <chris@chris-lamb.co.uk>
2008-04-28Correct typo of "geopip-bin" => "geoip-bin"Chris Lamb
Signed-off-by: Chris Lamb <chris@chris-lamb.co.uk>
2008-04-28Only install sysutils on Etch in rescue listChris Lamb
Signed-off-by: Chris Lamb <chris@chris-lamb.co.uk>
2008-04-28Only install read-edid on i386 and powerpc in rescue listChris Lamb
Signed-off-by: Chris Lamb <chris@chris-lamb.co.uk>