Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-06-20 | Add support for generation of sparc netboot images. | Chris Lamb | |
Signed-off-by: Chris Lamb <chris@chris-lamb.co.uk> | |||
2008-06-20 | Add support for sparc "tar" binary image type. | Chris Lamb | |
Signed-off-by: Chris Lamb <chris@chris-lamb.co.uk> | |||
2008-06-20 | Add support for sparc install includes. | Chris Lamb | |
Signed-off-by: Chris Lamb <chris@chris-lamb.co.uk> | |||
2008-06-20 | Refactor destination setting in lh_binary_silo to check arguments at ↵ | Chris Lamb | |
beginning of the script. Signed-off-by: Chris Lamb <chris@chris-lamb.co.uk> | |||
2008-06-20 | Abort build if building from the root directory (/) as this causes misc ↵ | Chris Lamb | |
build failures. Signed-off-by: Chris Lamb <chris@chris-lamb.co.uk> | |||
2008-06-20 | Emit a warning when running lh_build without a config/ directory. | Chris Lamb | |
Signed-off-by: Chris Lamb <chris@chris-lamb.co.uk> | |||
2008-06-20 | Migrate a In_list candidate to grep -E. | Chris Lamb | |
Perhaps we could .-include the In_list function? Signed-off-by: Chris Lamb <chris@chris-lamb.co.uk> | |||
2008-06-20 | Migrate a few uses of grep to In_list. | Chris Lamb | |
Signed-off-by: Chris Lamb <chris@chris-lamb.co.uk> | |||
2008-06-20 | Add In_list function to extract various bits of code that did (or should ↵ | Chris Lamb | |
have done) the same job. Signed-off-by: Chris Lamb <chris@chris-lamb.co.uk> | |||
2008-06-19 | Remove a useless space | Chris Lamb | |
Signed-off-by: Chris Lamb <chris@chris-lamb.co.uk> | |||
2008-06-19 | Consolidate grep text searching predicates to use "grep -qs" | Chris Lamb | |
If this is deemed not portable enough in the future, it should be easy enough to find/replace. Signed-off-by: Chris Lamb <chris@chris-lamb.co.uk> | |||
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>. |