summaryrefslogtreecommitdiff
path: root/manpages
AgeCommit message (Collapse)Author
2020-03-05config: rename --architectures to --architectureLyndon Brown
this has only ever supported specifying a single arch, thus was confusing being plural Gbp-Dch: Short Closes: #952892
2020-03-05simplify --debian-installer choicesjnqnfe
`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-05manpage: fix missing mention of a config fileLyndon Brown
this is the last commit for the set reported as #952856 and thus closes it Gbp-Dch: Ignore Closes: #952856
2020-03-05manpage: better explain --distributionLyndon Brown
some might think "distribution" refers to "debian"/"ubuntu"/"redhat"/etc Gbp-Dch: Short
2020-03-05manpage: add non-free firmware noteLyndon Brown
2020-03-05manpage: fix wrong description for --firmware-binaryLyndon Brown
--firmware-binary adds firmware to d-i, --firmware-chroot adds to live Gbp-Dch: Short
2020-03-05manpage: fix typoLyndon Brown
Gbp-Dch: Ignore
2020-03-05manpage: clarificationLyndon Brown
"they" -> "who" (two uses of "they" referring to different things) Gbp-Dch: Ignore
2020-03-05manpage: clarificationLyndon Brown
Gbp-Dch: Ignore
2020-03-05manpage: ubuntu support was droppedLyndon Brown
...so remove obsolete mentions Gbp-Dch: Short
2020-03-05manpage: fix missing stage mentionLyndon Brown
Gbp-Dch: Ignore
2020-03-05manpage: document --system defaultLyndon Brown
Gbp-Dch: Ignore
2020-03-05manpage: clarifyLyndon Brown
Gbp-Dch: Ignore
2020-03-05manpage: grammarLyndon Brown
Gbp-Dch: Ignore
2020-03-05manpage: fix typoLyndon Brown
"automatise" -> "automate" Gbp-Dch: Ignore
2020-03-05manpage: actually explain the purpose of the option in the descriptionLyndon Brown
Gbp-Dch: Ignore
2020-03-05manpage: better explain --debian-installer-guiLyndon Brown
Gbp-Dch: Ignore
2020-03-05manpage: clarityLyndon Brown
Gbp-Dch: Ignore
2020-03-05manpage: clarityLyndon Brown
Gbp-Dch: Ignore
2020-03-05manpage: fix package cache explanationLyndon Brown
"from the local mirror" suggested that live-build is always used with a local mirror, which is not the case. Gbp-Dch: Ignore
2020-03-05manpage: clarityLyndon Brown
Gbp-Dch: Ignore
2020-03-05manpage: fix typoLyndon Brown
"the their" Gbp-Dch: Ignore
2020-03-05manpage: fix typoLyndon Brown
"of each packages" -> "of each package" Gbp-Dch: Ignore
2020-03-05manpage: fix typoLyndon Brown
"to be build" -> "to be built" Gbp-Dch: Ignore
2020-03-05manpage: source archives clarificationLyndon Brown
Gbp-Dch: Ignore
2020-03-05manpage: use upper case acronymsLyndon Brown
not sure that ISO is an acronym, but included anyway Gbp-Dch: Ignore
2020-03-05manpage: explain specifying multiple bootloadersLyndon Brown
2020-03-05manpage: fix poor bootloaders descriptionLyndon Brown
2020-03-05manpage: separate first and secondary build commandsLyndon Brown
`lb build` is a top level command and the one most users will want. listing the secondary component build stages alongside it just confuses things. here we clarify things by moving the second-level build stages to a separate list. Gbp-Dch: Short
2020-03-05manpage: fix typoLyndon Brown
"know" -> "known" Gbp-Dch: Ignore
2020-03-05manpage: fix typoLyndon Brown
"some times" -> "sometimes" Gbp-Dch: Ignore
2020-03-05manpage: fix outdated component listLyndon Brown
2020-03-05manpage: fix possible parent installer valuesLyndon Brown
the parent one allows "daily" also Gbp-Dch: Short
2020-03-01remove another redundant filejnqnfe
Originally removed in 42fb1e197607ac8920b3f8f3a583d1d540c5ae05 Accidentally restored in bc50443cf043616c7087f383e11bf85cd233c54e (Closes #952835)
2019-12-19Support --distribution-binary and --distribution-chrootRaphaƫ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
2019-06-22Manpage: Update the default values of --mirror-* and --parent-mirror-*Roland Clobus
2019-06-22Manpage: use 3rd person form when describing an optionRoland Clobus
2019-06-22Manpage: simplify the descriptionRoland Clobus
2019-06-19Manpage: the configuration directory (config) cannot be modifiedRoland Clobus
2019-06-19Manpage: removed FIXME for the SYNOPSIS section, all options are now listedRoland Clobus
2019-06-19Manpage: removed incorrect mentioning of the -d command line optionRoland Clobus
2019-06-19--mirror-binary* was not properly sortedRoland Clobus
2019-06-19Manpage: Use alphabetical order for the description of the command line optionsRoland Clobus
2019-06-19Manpage: typoRoland Clobus
2019-06-19Manpage: consistent use of whitespace in the command line option listRoland Clobus
2019-06-19Manpage: added missing \fR tagsRoland Clobus
2019-06-16Reordered the command line options to make them in alphabetical orderRoland Clobus
2019-06-16Manpage: Added documentation for --bootstrap-qemu-[arch|exclude|static]Roland Clobus
2019-06-16Manpage: Added documentation for --loadlinRoland Clobus
2019-06-16Manpage: Added documentation for --swap-file-path and --swap-file-sizeRoland Clobus