Age | Commit message (Expand) | Author |
2020-04-23 | chroot_resolve: fix broken network connectivity | Lyndon Brown |
2020-04-23 | stagefiles: guard unnecessary chroot removal | Lyndon Brown |
2020-04-23 | config: s/LIVE_IMAGE_TYPE/LB_IMAGE_TYPE/ | Lyndon Brown |
2020-04-23 | config: s/LIVE_IMAGE_NAME/LB_IMAGE_NAME/ | Lyndon Brown |
2020-04-23 | config: s/LIVE_CONFIGURATION_VERSION/LB_CONFIGURATION_VERSION/ | Lyndon Brown |
2020-04-23 | config: address fixme | Lyndon Brown |
2020-04-23 | config: remove obsolete variable | Lyndon Brown |
2020-04-23 | config: revert partial format conversion | Lyndon Brown |
2020-04-23 | move grub-pc specific code to actual grub-pc script | Lyndon Brown |
2020-04-23 | syslinux: use linux/initrd placeholders | Lyndon Brown |
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 |