summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-03-05help/usage: fix incorrect program commandLyndon Brown
Closes: #952884
2020-03-05help/usage: avoid unnecessary use of echo helpersjnqnfe
Closes: #952877
2020-03-05fix capitalisation of some output messagesjnqnfe
Closes: #952875
2020-03-05archives: fix mount local repo commentsjnqnfe
Closes: #952873
2020-03-05add missing shebangs to temp generated shell code filesLyndon Brown
Closes: #952863
2020-03-05chroot_dpkg: start-stop-daemon simplificationLyndon Brown
inspired by what it does for `/usr/sbin/flash-kernel` Gbp-Dch: Short Closes: #952891
2020-03-05bootloaders: fix ignoring LB_DEBIAN_INSTALLER_GUI in menu creationLyndon Brown
LB_DEBIAN_INSTALLER_GUI defines whether or not to provide the graphical installer. the installer_debian-installer script pays attention to it and does not download it if not wanted. the actual bootloaders however (both grub2/loopback and syslinux) ignore it, which leaves broken and unwanted menu entries. this fixes that. Gbp-Dch: Short Closes: #952890
2020-03-05defaults: fix pointlessly split line errorjnqnfe
inconsistent with all other output Gbp-Dch: Ignore Closes: #952874
2020-03-05memtest: better handle obsolete LB_MEMTEST valueLyndon Brown
available values currently are memtest86+|memtest86|none; "false" is presumably handled for backwards compatibility there is no need to handle this in individual scripts. the right place to handle it is in Set_Defaults as now done Gbp-Dch: Short Closes: #952866
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-05source: fix mistaken append instead of overwriteLyndon Brown
Closes: #952862
2020-03-05don't unnecessarily convert exit codes to stringsLyndon Brown
Closes: #952861
2020-03-05installer: de-dup daily DI urlLyndon Brown
Closes: #952860
2020-03-05help/usage: fix usage string of top level scriptLyndon Brown
Gbp-Dch: Ignore Closes: #952858
2020-03-05fix indentationLyndon Brown
including: - spaces replaced with tabs for consistency - alignment of `;;` in some case statements changed for consistency Gbp-Dch: Short Closes: #952857
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-05binary: fix missing handling of disk info for netboot casejnqnfe
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
2020-03-05source: fix missing handling of disk info for netboot casejnqnfe
Partial fix for #952846 Gbp-Dch: Short
2020-03-05installer: fix unquoted stringLyndon Brown
Gbp-Dch: Ignore Closes: #952851
2020-03-05binary_rootfs: fix chmod of squashfs image only being applied when using chrootjnqnfe
Perhaps it is unnecessary in the other case, but not harm applying in both to be certain. Gbp-Dch: Short Closes: #952850