Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-03-05 | help/usage: fix overly complex script description handling | jnqnfe | |
Closes: #952887 | |||
2020-03-05 | binary_disk: refactor | jnqnfe | |
Avoid all of the duplication for each installer case Note, what is done for the netboot case (which was previously missing) still needs addressing Gbp-Dch: Short Closes: #952865 | |||
2020-03-05 | simplify --debian-installer choices | jnqnfe | |
`false` and `none` make no sense as choices for this option. Here we replace `false` with `none`, and remove `true`. Note that `true` was treated as an alias for netinst (see the changes to source_disk and and binary_disk). For backwards compatibility we still allow `true` and `false` by converting them to `netinst` and `none` respectively, whilst printing a warning to encourage users to move to `netinst`/`none`. Gbp-Dch: Short Closes: #952864 | |||
2020-03-05 | binary: fix missing handling of disk info for netboot case | jnqnfe | |
The specifics of what whould be done for it, beyond the disk info label, needs addressing. (fixme comment left). (#952854). Partial fix for #952846 Gbp-Dch: Short Closes: #952846 | |||
2019-12-19 | Support --distribution-binary and --distribution-chroot | Raphaël Hertzog | |
This makes it possible to build an image against a first distribution (--distribution-chroot) and have the resulting image point to another distribution (--distribution-binary). We can use this to build against a snapshot and have the result use the original distribution that was snapshotted. Closes: #888507 | |||
2015-08-10 | Getting rid of hard-coded release numbers and using /etc/os-release instead ↵ | Daniel Baumann | |
(Closes: #790860). Unfortunately VERSION_ID on testing/unstable is currently not included in /etc/os-release, see #795124. | |||
2015-05-03 | Dropping automagics for ubuntu. | Daniel Baumann | |
Future live-build versions will still allow to use casper, but its configuration will be done differently by a custom config tree, rather than embedded and maintenance intensive code in live-build itself. | |||
2015-05-03 | Dropping automagics for casper. | Daniel Baumann | |
Future live-build versions will still allow to use casper, but its configuration will be done differently by hooks in the config tree, rather than embedded and maintenance intensive code in live-build itself. | |||
2015-02-07 | Using same logic to create the source/.disk/archive_trace for ↵ | Daniel Baumann | |
binary/.disk/archive_trace too (Closes: #774200). | |||
2015-01-04 | Updating year in copyright notices to 2015. | Daniel Baumann | |
2014-12-10 | Cleaning up from python removal (LIVE_IMAGE_ARCHITECTURE). | Daniel Baumann | |
2014-02-08 | Updating copyright notices for 2014. | Daniel Baumann | |
2013-05-06 | Removing all references to my old email address. | Daniel Baumann | |
2013-05-06 | Updating year in all copyright notices. | Daniel Baumann | |
2013-05-06 | Moving off binary image architecture into new config tree format. | Daniel Baumann | |
2013-05-06 | Moving off binary image type into new config tree format. | Daniel Baumann | |
2013-05-06 | Removing kubuntu mode, it's not different anymore to standard ubuntu mode. | Daniel Baumann | |
2013-05-06 | Adding debian version 4.0~a1-1.debian/4.0_a1-1 | Daniel Baumann | |
2013-01-01 | Updating year in all copyright notices. | Daniel Baumann | |
2012-12-17 | Removing kubuntu mode, it's not different anymore to standard ubuntu mode. | Daniel Baumann | |
2012-10-25 | Renaming progress mode to progress-linux to match the used naming scheme. | Daniel Baumann | |
2012-08-27 | Dropping lb prefix from live-build scripts, not needed anymore. | Daniel Baumann | |
Previously, we needed to keep the lb_* prefix as the scripts could also be executed standalone. Since the lb wrapper is mandatory since squeeze, we can drop this now. | |||
2011-03-09 | Prefixing helper scripts to make 'out of source' usage usable (Closes: #572455). | Daniel Baumann | |
2011-03-09 | Updating internal variables from lh to lb scheme, should be the last piece ↵ | Daniel Baumann | |
to finish the live-helper to live-build rename. | |||
2011-03-09 | Updating copyright headers for live-build. | Daniel Baumann | |
2011-03-09 | Moving /usr/share/live-helper to /usr/share/live/build. | Daniel Baumann | |
2011-03-09 | Adding slightly modified patch from Cody A.W. Somerville ↵ | Daniel Baumann | |
<cody.somerville@canonical.com> to extract casper uuid file from casper initrds. | |||
2011-03-09 | Rearranging helpers scripts in source tree. | Daniel Baumann | |