summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-04-23config: expand validation coverageLyndon Brown
2020-04-23config: reorganise validation checksLyndon Brown
2020-04-23tidy up grub bootloader compatibility checkingLyndon Brown
2020-04-23config: tidy validationLyndon Brown
2020-04-23config: merge defaults.sh and configuration.sh, part 2Lyndon Brown
2020-04-23config: merge defaults.sh and configuration.sh, part 1Lyndon Brown
2020-04-23config: better handle error conditionLyndon Brown
2020-04-23config: reorganise the option case blockLyndon Brown
2020-04-23config: organise getopt longoption setLyndon Brown
2020-04-23config: remove spurious secondary validation checkLyndon Brown
2020-04-23config: add --validate optionLyndon Brown
2020-04-23config: rename Set_config_defaults() to Prepare_config()Lyndon Brown
2020-04-23config: rename Check_config_defaults() to Validate_config()Lyndon Brown
2020-04-23config: move defaults set in wrong functionLyndon Brown
2020-04-23--binary-images can support only a single typeLyndon Brown
2020-04-23manpages: fix typoLyndon Brown
2020-04-23manpages: fix typoLyndon Brown
2020-04-23manpages: remove unhelpful and largely obsolete fixme noticesLyndon Brown
2020-04-23fix incorrect handling of -c|--conffileLyndon Brown
2020-04-23manpages: fixup synopsisLyndon Brown
2020-04-23manpages: fix mistakeLyndon Brown
2020-04-23config: support comma and space separated list of source image typesLyndon Brown
2020-04-23manpages: document that multiple source image types can be requestedLyndon Brown
2020-04-23manpages: revise documentation of --linux-packagesLyndon Brown
2020-04-23manpages: document that --linux-flavours is space separatedLyndon Brown
2020-04-23manpages: fix typoLyndon Brown
2020-04-23manpages: document space separation for --keyring-packagesLyndon Brown
2020-04-23manpages: document all values for --interactiveLyndon Brown
2020-04-23config: support comma or space separated archive area listsLyndon Brown
2020-04-23config: support both comma and space separated to-cache stagesLyndon Brown
2020-04-23manpage: document that multiple stages to cache should be space separatedLyndon Brown
2020-04-23manpage: fix consistency issuesLyndon Brown
2020-04-23manpages: indicate in usage that multiple bootloaders can be givenLyndon Brown
2020-04-23bootloaders: improve bootloader list handlingLyndon Brown
2020-04-23manpages: fix mistakeLyndon Brown
2020-04-23fix outdated grub-legacy bootloader name referencesLyndon Brown
2020-04-23manpage: document that multiple archive areas should be space separatedLyndon Brown
2020-04-23Fix permissions & ownership of copied /etc/resolv.confLyndon Brown
2020-04-23binary_hdd: fix variable name typoLyndon Brown
2020-04-23config: fix wrong saved value for parent archive areasLyndon Brown
2020-04-23chroot_apt: fix broken removalLyndon Brown
2020-04-23chroot_apt: improve readabilityLyndon Brown
2020-04-23chroot_dpkg: remove redundant chmodLyndon Brown
2020-04-23frontend: fix use of config/environment[.binary]Lyndon Brown
2020-04-23chroot_prep: warn if running archives helper for bootstrap stageLyndon Brown
2020-04-23binary_rootfs: use new chroot_prep helperLyndon Brown
2020-04-23binary_rootfs: fix missing handling of chroot_tmpfsLyndon Brown
2020-04-23bootstrap_archives: remove useless paramLyndon Brown
2020-04-23chroot_prep: expand coverageLyndon Brown
2020-04-23binary: add missing use of chroot_tmpfsLyndon Brown