Age | Commit message (Expand) | Author |
2020-04-23 | config: create config/bootloaders directory | Lyndon Brown |
2020-04-23 | binary_syslinux: rely on $LIVE_BUILD_VERSION instead of lb --version | Raphaël Hertzog |
2020-04-23 | tidy version reported in `lb config --dump` | Lyndon Brown |
2020-04-23 | Use descriptive parameter names for Usage() | Raphaël Hertzog |
2020-04-23 | usage: take exit code as param | Lyndon Brown |
2020-04-23 | frontend: properly handle option processing | Lyndon Brown |
2020-04-23 | rename LB_BOOTSTRAP_QEMU_ARCHITECTURES to LB_BOOTSTRAP_QEMU_ARCHITECTURE | Lyndon Brown |
2020-04-23 | rename LB_ARCHITECTURES to LB_ARCHITECTURE | Lyndon Brown |
2020-04-23 | fix usage | Lyndon Brown |
2020-04-23 | move script param capture to before arg processing | Lyndon Brown |
2020-04-23 | firmware: robustify and simplify archive area checking | Lyndon Brown |
2020-04-23 | config: obsolete old --tasksel option | Lyndon Brown |
2020-04-23 | config: obsolete --net-root-path | Raphaël Hertzog |
2020-04-23 | config: obsolete --net-root-* options (except one) | Lyndon Brown |
2020-04-23 | config: obsolete unused --net-cow-* options | Lyndon Brown |
2020-04-23 | config: obsolete unused --isohybrid-options option | Lyndon Brown |
2020-04-23 | config: apt-get should probably be an allowed and documented --apt value | Lyndon Brown |
2020-04-23 | config: fix broken backwards compatibility hack | Lyndon Brown |
2020-04-23 | config: stop writing 'default: <foo>' lines to config files | Lyndon Brown |
2020-04-23 | installer: rework validation check for installer type | Lyndon Brown |
2020-04-23 | tidy up grub bootloader compatibility checking | Lyndon Brown |
2020-04-23 | config: better handle error condition | Lyndon Brown |
2020-04-23 | config: reorganise the option case block | Lyndon Brown |
2020-04-23 | config: organise getopt longoption set | Lyndon Brown |
2020-04-23 | config: remove spurious secondary validation check | Lyndon Brown |
2020-04-23 | config: add --validate option | Lyndon Brown |
2020-04-23 | config: rename Set_config_defaults() to Prepare_config() | Lyndon Brown |
2020-04-23 | config: rename Check_config_defaults() to Validate_config() | Lyndon Brown |
2020-04-23 | --binary-images can support only a single type | Lyndon Brown |
2020-04-23 | manpages: document all values for --interactive | Lyndon Brown |
2020-04-23 | manpage: fix consistency issues | Lyndon Brown |
2020-04-23 | manpages: indicate in usage that multiple bootloaders can be given | Lyndon Brown |
2020-04-23 | bootloaders: improve bootloader list handling | Lyndon Brown |
2020-04-23 | fix outdated grub-legacy bootloader name references | Lyndon Brown |
2020-04-23 | Fix permissions & ownership of copied /etc/resolv.conf | Lyndon Brown |
2020-04-23 | binary_hdd: fix variable name typo | Lyndon Brown |
2020-04-23 | config: fix wrong saved value for parent archive areas | Lyndon Brown |
2020-04-23 | chroot_apt: fix broken removal | Lyndon Brown |
2020-04-23 | chroot_apt: improve readability | Lyndon Brown |
2020-04-23 | chroot_dpkg: remove redundant chmod | Lyndon Brown |
2020-04-23 | chroot_prep: warn if running archives helper for bootstrap stage | Lyndon Brown |
2020-04-23 | binary_rootfs: use new chroot_prep helper | Lyndon Brown |
2020-04-23 | binary_rootfs: fix missing handling of chroot_tmpfs | Lyndon Brown |
2020-04-23 | bootstrap_archives: remove useless param | Lyndon Brown |
2020-04-23 | chroot_prep: expand coverage | Lyndon Brown |
2020-04-23 | binary: add missing use of chroot_tmpfs | Lyndon Brown |
2020-04-23 | add bulk chroot preparation script execution helper | Lyndon Brown |
2020-04-23 | binary: remove useless execution of `lb chroot_debianchroot remove` | Lyndon Brown |
2020-04-23 | remove some unwanted quoting of list parameters | Lyndon Brown |
2020-04-23 | fix $@ parameter expansion issues | Lyndon Brown |