Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-06-19 | Revert aborting live d-i installation if minimal/stripped is selected and ↵ | Chris Lamb | |
instead attempt to not break the chroot too much in this case Signed-off-by: Chris Lamb <chris@chris-lamb.co.uk> | |||
2008-06-19 | Replace another unweildy "if P1 || P2" statement with its "case" equivalent. | Chris Lamb | |
Signed-off-by: Chris Lamb <chris@chris-lamb.co.uk> | |||
2008-06-19 | Remove more imported whitespaces. | Chris Lamb | |
Signed-off-by: Chris Lamb <chris@chris-lamb.co.uk> | |||
2008-06-19 | Adjust "lh_config --help" and lh_config(1) so that the -m option corresponds ↵ | Chris Lamb | |
with --mirror-bootstrap isntead of --mirror-binary-security. Signed-off-by: Chris Lamb <chris@chris-lamb.co.uk> | |||
2008-06-17 | Removing imported whitespaces. | Daniel Baumann | |
2008-06-15 | Only deference symlinks on usb-hdd filesystems that do not support symlinks. | Chris Lamb | |
Signed-off-by: Chris Lamb <chris@chris-lamb.co.uk> | |||
2008-06-15 | Add support for ext2 and ext3 to lh_source_usb-hdd. | Chris Lamb | |
Signed-off-by: Chris Lamb <chris@chris-lamb.co.uk> | |||
2008-06-15 | Add support for usb-hdd on sparc (requires parted 1.8 from experimental). | Chris Lamb | |
Signed-off-by: Chris Lamb <chris@chris-lamb.co.uk> | |||
2008-06-15 | Refactor mkfs handling. | Chris Lamb | |
Signed-off-by: Chris Lamb <chris@chris-lamb.co.uk> | |||
2008-06-15 | Refactor partition table type handling. | Chris Lamb | |
Signed-off-by: Chris Lamb <chris@chris-lamb.co.uk> | |||
2008-06-15 | Refactor partition type handling. | Chris Lamb | |
Signed-off-by: Chris Lamb <chris@chris-lamb.co.uk> | |||
2008-06-15 | Prefix mount and unmount in lh_binary_debian-installer with LH_ROOT_COMMAND. | Chris Lamb | |
Signed-off-by: Chris Lamb <chris@chris-lamb.co.uk> | |||
2008-06-15 | Add support for sparc to lh_binary_debian-installer. | Chris Lamb | |
Signed-off-by: Chris Lamb <chris@chris-lamb.co.uk> | |||
2008-06-15 | Add support for the sparc architecture. | Chris Lamb | |
Signed-off-by: Chris Lamb <chris@chris-lamb.co.uk> | |||
2008-06-15 | Add lh_binary_silo and associated templates to support the SILO bootloader. | Chris Lamb | |
Signed-off-by: Chris Lamb <chris@chris-lamb.co.uk> | |||
2008-06-15 | Ensure 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-15 | Abort 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-15 | Fix truncated Echo_breakage messages. | Chris Lamb | |
Signed-off-by: Chris Lamb <chris@chris-lamb.co.uk> | |||
2008-06-15 | Fix d-i locations in yaboot entries. | Chris Lamb | |
Signed-off-by: Chris Lamb <chris@chris-lamb.co.uk> | |||
2008-06-15 | Fix trivial typographic error ("flavor" => "flavour") | Chris Lamb | |
Signed-off-by: Chris Lamb <chris@chris-lamb.co.uk> | |||
2008-06-14 | Only deference symlinks on FAT{16,32} partitions on usb-hdd. | Chris Lamb | |
Signed-off-by: Chris Lamb <chris@chris-lamb.co.uk> | |||
2008-06-14 | Replace 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-14 | Revert always deferencing symlinks when installing some binary includes. | Chris Lamb | |
Signed-off-by: Chris Lamb <chris@chris-lamb.co.uk> | |||
2008-06-14 | Add 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-14 | Replace a few unweildy "if" statements with their "case" equivalents | Chris Lamb | |
Signed-off-by: Chris Lamb <chris@chris-lamb.co.uk> | |||
2008-06-14 | Move Etch syslinux workaround closer to the original definitions | Chris Lamb | |
Signed-off-by: Chris Lamb <chris@chris-lamb.co.uk> | |||
2008-06-14 | Use correct location of powerpc d-i images. | Chris Lamb | |
Signed-off-by: Chris Lamb <chris@chris-lamb.co.uk> | |||
2008-06-14 | Set correct d-i image type on usb-hdd and tar image types | Chris Lamb | |
Signed-off-by: Chris Lamb <chris@chris-lamb.co.uk> | |||
2008-06-14 | Remove pointless "echo" statements pre- and post- cdebootstrap | Chris Lamb | |
Signed-off-by: Chris Lamb <chris@chris-lamb.co.uk> | |||
2008-06-14 | Allow LH_APT_SECURE to disable package cdebootstrap package authentication | Chris Lamb | |
Signed-off-by: Chris Lamb <chris@chris-lamb.co.uk> | |||
2008-06-14 | Rename USE_NETBOOT_DI to DI_IMAGE_TYPE | Chris Lamb | |
Signed-off-by: Chris Lamb <chris@chris-lamb.co.uk> | |||
2008-06-14 | Always 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-13 | Ensure "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-13 | Don'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-13 | Don't exclude live-installer when LH_DEBIAN_INSTALLER=live | Chris Lamb | |
Signed-off-by: Chris Lamb <chris@chris-lamb.co.uk> | |||
2008-06-13 | Fix a few bogus guards in lh_binary_debian-installer | Chris Lamb | |
Signed-off-by: Chris Lamb <chris@chris-lamb.co.uk> | |||
2008-06-11 | Parsing local arguments to lh_config last. | Daniel Baumann | |
2008-06-10 | Show contents of /etc/default/live-helper in bug info collection script | Chris Lamb | |
Signed-off-by: Chris Lamb <chris@chris-lamb.co.uk> | |||
2008-06-10 | Correcting order where system-wide lh_config defaults file is read, thanks ↵ | Daniel Baumann | |
to Juergen Fiedler <juergen.fiedler@gmail.com>. | |||
2008-06-09 | Only saving source indices to indices cache if source indices are actually ↵ | Daniel Baumann | |
existing, thanks to Thanatermesis <thanatermesis.ecvs@elivecd.net>. | |||
2008-06-09 | Correcting path for system-wide lh_config defaults file. | Daniel Baumann | |
2008-06-09 | Added 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-09 | Removed a useless space. | Marco Amadori | |
Signed-off-by: Marco Amadori <marco.amadori@gmail.com> | |||
2008-06-08 | Releasing live-helper 1.0~a47-1. | Daniel Baumann | |
2008-06-08 | Reverting 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-08 | Compress build logs. Thanks to Mathieu Geli for the suggestion. | Chris Lamb | |
Signed-off-by: Chris Lamb <chris@chris-lamb.co.uk> | |||
2008-06-05 | Updating to standards 3.8.0. | Daniel Baumann | |
2008-06-04 | Updating udeb include/exclude files from debian-cd. | Daniel Baumann | |
2008-05-15 | Fix formatting problems in lh_config man page | Antonio Ospite | |
Signed-off-by: Antonio Ospite <ospite@studenti.unina.it> Signed-off-by: Chris Lamb <chris@chris-lamb.co.uk> | |||
2008-05-15 | Create chroot_local-preseed/ directory when building config/ in lh_config | Chris Lamb | |
Signed-off-by: Chris Lamb <chris@chris-lamb.co.uk> |