Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | Rename USE_NETBOOT_DI to DI_IMAGE_TYPE | Chris Lamb | |
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-04-17 | Some formating and style cleanups. | Daniel Baumann | |
2008-04-16 | lh_binary_debian-installer: Add dependency on 'wget' | Chris Lamb | |
The 'minimal' hook removes wget, which is used extensively by the Debian Installer hook. Signed-off-by: Chris Lamb <chris@chris-lamb.co.uk> | |||
2008-04-07 | Using new Read_conffile(); now. | Daniel Baumann | |
2008-04-07 | Adding 'all' configuration file. | Daniel Baumann | |
2008-03-22 | lh_binary_debian-installer: Preseed by repacking initrd in some situations | Chris Lamb | |
This patch repacks the initrd when using the d-i netboot images in order to incorporate a preseed.cfg if it exists. Before this patch, preseeding of d-i netboot images was not possible. Repacking the initrd has the additional advantage of being able to preseed the first few questions of the installation process. Signed-off-by: Chris Lamb <chris@chris-lamb.co.uk> | |||
2008-03-22 | lh_binary_debian-installer: Merge pool/netboot determining logic | Chris Lamb | |
The code which determined whether to use the netboot d-i images was the inverse of the code which determined whether to create a local package pool: this patch merges the two. This patch additionally ensures that setting "businesscard" whilst building an ISO image will install the d-i netboot images; this was causing d-i failures when it couldn't find its (non-existent) package pool. Signed-off-by: Chris Lamb <chris@chris-lamb.co.uk> | |||
2008-03-22 | lh_binary_debian-installer: Remove "local"-oriented bashisms | Chris Lamb | |
Signed-off-by: Chris Lamb <chris@chris-lamb.co.uk> | |||
2008-03-22 | lh_binary_debian-installer: Don't use --no-clobber for downloading files | Chris Lamb | |
Using --no-clobber at the same time as -O<file> results in <file> being created with no contents, which was resulting in (broken) zero-byte d-i kernels and initrds. The patch is simple -- simply remove --no-clobber: wget -O<file> <url> will always download <url> to <file>, regardless of how many times it is run. Signed-off-by: Chris Lamb <chris@chris-lamb.co.uk> | |||
2008-03-22 | lh_binary_debian-installer: Only create package pools when necessary | Chris Lamb | |
There is no need to create a package pool when creating a netboot Debian Live image or when the LH_DEBIAN_INSTALLER is set to "businesscard". Signed-off-by: Chris Lamb <chris@chris-lamb.co.uk> | |||
2008-03-22 | lh_binary_debian-installer: Re-enable d-i on netboot images | Chris Lamb | |
This patch also modifies the configuration logic to ensure that setting LH_DEBIAN_INSTALLER="enabled" whilst creating a netboot image will install the netboot variety of d-i. Signed-off-by: Chris Lamb <chris@chris-lamb.co.uk> | |||
2008-03-06 | Updating copyright years to 2008. | Daniel Baumann | |
2008-02-29 | Using wildcards to support more than one preseeding file. | Daniel Baumann | |
2008-02-29 | Honor local preseeding file for debian-installer. | Daniel Baumann | |
2008-02-21 | Renaming LH_MIRROR_BOOTSTRAP* to LH_MIRROR_CHROOT and introducing dedicated ↵ | Daniel Baumann | |
LH_MIRROR_BOOTSTRAP for debootstrap/cdebootstrap only. | |||
2008-02-21 | Adding apt/aptitude options. | Daniel Baumann | |
By using APT_OPTIONS and APTITUDE_OPTIONS in config/common, one can manipulate the default options wich is made to each and every apt and aptitude call. | |||
2008-01-15 | Re-add guards against bogus 'for' shell expansion. | Chris Lamb | |
Signed-off-by: Chris Lamb <chris@chris-lamb.co.uk> | |||
2008-01-15 | Refactor d-i udeb handling with better failure mode (Closes: #444565) | Chris Lamb | |
Signed-off-by: Chris Lamb <chris@chris-lamb.co.uk> | |||
2008-01-15 | Use Install_file for udebs. | Chris Lamb | |
2008-01-15 | Consistently using the pipe as seperator in sed commands now. | Daniel Baumann | |
2008-01-15 | Move installing binary.deb/archives/*.deb. | Chris Lamb | |
Signed-off-by: Chris Lamb <chris@chris-lamb.co.uk> | |||
2008-01-15 | Remove conditionals, as an expansion never 'fails': it just | Chris Lamb | |
won't copy any files. Signed-off-by: Chris Lamb <chris@chris-lamb.co.uk> | |||
2008-01-15 | Refactor installing file to binary/pool/main/./.* functionality. | Chris Lamb | |
Signed-off-by: Chris Lamb <chris@chris-lamb.co.uk> | |||
2008-01-15 | Don't put more than one glob on a 'for' line, unless they are guaranteed | Chris Lamb | |
to succeed, otherwise the second one is not expanded and "*.deb" (for example) is used literally. This patch expands (haha) each "for" loop into it's own. Signed-off-by: Chris Lamb <chris@chris-lamb.co.uk> | |||
2007-09-24 | Replacing backticks with POSIX expression. | Daniel Baumann | |
2007-09-23 | Respecting LH_QUIET for wget calls, thanks to Justin Pryzby ↵ | Daniel Baumann | |
<pryzbyj@justinpryzby.com>. | |||
2007-09-23 | Adding local udeb_exclude file functionality. | Daniel Baumann | |
2007-09-23 | Do not remove pkgsel anymore. | Daniel Baumann | |
2007-09-23 | Do not create symlinks on usb-hdd images. | Daniel Baumann | |
2007-09-23 | Making local udebs/local debs architecture aware. | Daniel Baumann | |
2007-09-23 | Removing both required local and d-i udebs when using live-installer. | Daniel Baumann | |
2007-09-23 | Added forgotten path to bootstrap-base removal. | Daniel Baumann | |
2007-09-23 | Simplifying debian-installer download. | Daniel Baumann | |
2007-09-23 | Adding support for live-installer. | Daniel Baumann | |
2007-09-23 | Simplyfing LH_BASE calls. | Daniel Baumann | |
2007-09-23 | Setting debian-installer default flavour to netinst. | Daniel Baumann | |
2007-09-23 | Adding live-helper 1.0~a27-1. | Daniel Baumann | |
2007-09-23 | Adding live-helper 1.0~a23-1. | Daniel Baumann | |
2007-09-23 | Adding live-helper 1.0~a22-1. | Daniel Baumann | |
2007-09-23 | Adding live-helper 1.0~a19-1. | Daniel Baumann | |
2007-09-23 | Adding live-helper 1.0~a18-1. | Daniel Baumann | |
2007-09-23 | Adding live-helper 1.0~a17-1. | Daniel Baumann | |
2007-09-23 | Adding live-helper 1.0~a16-1. | Daniel Baumann | |
2007-09-23 | Adding live-helper 1.0~a15-1. | Daniel Baumann | |