Age | Commit message (Collapse) | Author |
|
Gbp-Dch: Ignore
|
|
this script outputs a series of progressive dots as progress is made,
finally terminated with ' done.'. however if an error occurs then the
error would end up being printed directly on the end of this instead of
on a new line since newlines are not printed after each dot. this fixes
this oversight.
Gbp-Dch: Short
Closes: #952883
|
|
the '.' progress stuff has been left as is. perhaps that should be removed
since its use is inconsistent compared to other scripts?
Gbp-Dch: Short
Closes: #952882
|
|
Closes: #952881
|
|
only a couple were in use and only by unused echo helpers which have now
themselves been removed, so nothing in this file is needed.
Partial fix for #952880
Gbp-Dch: Short
Closes: #952880
|
|
Partial fix for #952880
Gbp-Dch: Short
|
|
Partial fix for #952880
Gbp-Dch: Short
|
|
|
|
all of these echo helpers are essentially 'logging' functions with output
always intended for stdout/stderr. lack of explicit stdout/stderr direction
means that their output could be captured unintentionally should they be
used within a function designed to construct a string.
Gbp-Dch: Short
Closes: #952879
|
|
lack of stderr directed output for the `E:` prefix meant that it would
not appear alongside the message in some use cases
Gbp-Dch: Short
Closes: #952878
|
|
Closes: #952876
|
|
Closes: #952887
|
|
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
|
|
this has only ever supported specifying a single arch, thus was confusing
being plural
Gbp-Dch: Short
Closes: #952892
|
|
Closes: #952885
|
|
Closes: #952884
|
|
Closes: #952877
|
|
Closes: #952875
|
|
Closes: #952873
|
|
Closes: #952863
|
|
inspired by what it does for `/usr/sbin/flash-kernel`
Gbp-Dch: Short
Closes: #952891
|
|
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
|
|
inconsistent with all other output
Gbp-Dch: Ignore
Closes: #952874
|
|
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
|
|
`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
|
|
Closes: #952862
|
|
Closes: #952861
|
|
Closes: #952860
|
|
Gbp-Dch: Ignore
Closes: #952858
|
|
including:
- spaces replaced with tabs for consistency
- alignment of `;;` in some case statements changed for consistency
Gbp-Dch: Short
Closes: #952857
|
|
this is the last commit for the set reported as #952856 and thus closes it
Gbp-Dch: Ignore
Closes: #952856
|
|
some might think "distribution" refers to "debian"/"ubuntu"/"redhat"/etc
Gbp-Dch: Short
|
|
|
|
--firmware-binary adds firmware to d-i, --firmware-chroot adds to live
Gbp-Dch: Short
|
|
Gbp-Dch: Ignore
|
|
"they" -> "who" (two uses of "they" referring to different things)
Gbp-Dch: Ignore
|
|
Gbp-Dch: Ignore
|
|
...so remove obsolete mentions
Gbp-Dch: Short
|
|
Gbp-Dch: Ignore
|
|
Gbp-Dch: Ignore
|
|
Gbp-Dch: Ignore
|
|
Gbp-Dch: Ignore
|
|
"automatise" -> "automate"
Gbp-Dch: Ignore
|
|
Gbp-Dch: Ignore
|
|
Gbp-Dch: Ignore
|
|
Gbp-Dch: Ignore
|
|
Gbp-Dch: Ignore
|
|
"from the local mirror" suggested that live-build is always used with a
local mirror, which is not the case.
Gbp-Dch: Ignore
|
|
Gbp-Dch: Ignore
|
|
"the their"
Gbp-Dch: Ignore
|