summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-04-23move grub-pc specific code to actual grub-pc scriptLyndon Brown
2020-04-23syslinux: use linux/initrd placeholdersLyndon Brown
2020-04-23Add updated directives to enable cryptsetup support in initrdRaphaël Hertzog
2020-04-23Fix indentationRaphaël Hertzog
2020-04-23config: create config/bootloaders directoryLyndon Brown
2020-04-23binary_syslinux: rely on $LIVE_BUILD_VERSION instead of lb --versionRaphaël Hertzog
2020-04-23tidy version reported in `lb config --dump`Lyndon Brown
2020-04-23Fix version computing when LIVE_BUILD is setRaphaël Hertzog
2020-04-23Drop the epoch in /usr/share/live/build/VERSIONRaphaël Hertzog
2020-04-23Use descriptive parameter names for Usage()Raphaël Hertzog
2020-04-23usage: take exit code as paramLyndon Brown
2020-04-23frontend: properly handle option processingLyndon Brown
2020-04-23frontend: change "no such script" to "unknown command"Lyndon Brown
2020-04-23frontend: reorder checksLyndon Brown
2020-04-23rename LB_BOOTSTRAP_QEMU_ARCHITECTURES to LB_BOOTSTRAP_QEMU_ARCHITECTURELyndon Brown
2020-04-23Keep LB_ARCHITECTURES environment variable for backwards compatibilityRaphaël Hertzog
2020-04-23rename LB_ARCHITECTURES to LB_ARCHITECTURELyndon Brown
2020-04-23fix usageLyndon Brown
2020-04-23move script param capture to before arg processingLyndon Brown
2020-04-23config: move control of apt colourLyndon Brown
2020-04-23config: fix mistake in mirror url tidyingLyndon Brown
2020-04-23chroot: make var localLyndon Brown
2020-04-23firmware: robustify and simplify archive area checkingLyndon Brown
2020-04-23config: obsolete old --tasksel optionLyndon Brown
2020-04-23manpage: fix typo and simplify --net-tarball option descriptionLyndon Brown
2020-04-23config: obsolete --net-root-pathRaphaël Hertzog
2020-04-23config: obsolete --net-root-* options (except one)Lyndon Brown
2020-04-23config: obsolete unused --net-cow-* optionsLyndon Brown
2020-04-23config: obsolete unused --isohybrid-options optionLyndon Brown
2020-04-23config: apt-get should probably be an allowed and documented --apt valueLyndon Brown
2020-04-23config: fix broken backwards compatibility hackLyndon Brown
2020-04-23config: stop writing 'default: <foo>' lines to config filesLyndon Brown
2020-04-23installer: rework validation check for installer typeLyndon Brown
2020-04-23config: add missing deprecation warningLyndon Brown
2020-04-23config: minor reorganisationLyndon Brown
2020-04-23config: strip unhelpful commentsLyndon Brown
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