Age | Commit message (Expand) | Author |
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 |
2020-04-23 | binary_iso: remove duplicate copying of grub binaries | jnqnfe |
2020-04-23 | grub-pc: fix broken boot capability | Lyndon Brown |
2020-04-23 | grub-efi: fix partial broken boot capability | adrian15 |
2020-04-23 | grub2|loopback: define common target | Lyndon Brown |
2020-04-23 | grub2|loopback: extract memtest menu entry creation to config file | Lyndon Brown |
2020-04-23 | grub2|loopback: extract install menu entries to config files | Lyndon Brown |
2020-04-23 | grub2|loopback: move copying of files earlier | Lyndon Brown |
2020-04-23 | syslinux: overwrite default files with user ones | Lyndon Brown |
2020-04-23 | syslinux: simplification | Lyndon Brown |
2020-04-23 | grub2|loopback: overwrite default files with user ones | Lyndon Brown |
2020-04-23 | grub2|loopback: move advanced installer entries under own submenu | Lyndon Brown |
2020-04-23 | grub2|loopback: improve memtest label | Lyndon Brown |
2020-04-23 | grub2|loopback: add hotkeys for some installer entries | Lyndon Brown |
2020-04-23 | grub2|loopback: add hotkey for memtest (m) | Lyndon Brown |
2020-04-23 | grub2|loopback: add hotkey for single kernel live entry (l) | Lyndon Brown |
2020-04-23 | grub2|loopback: allow providing hotkey to menu entry creation helpers | Lyndon Brown |