Age | Commit message (Expand) | Author |
2020-04-23 | config: expand validation coverage | Lyndon Brown |
2020-04-23 | config: reorganise validation checks | Lyndon Brown |
2020-04-23 | tidy up grub bootloader compatibility checking | Lyndon Brown |
2020-04-23 | config: tidy validation | Lyndon Brown |
2020-04-23 | config: merge defaults.sh and configuration.sh, part 2 | Lyndon Brown |
2020-04-23 | config: merge defaults.sh and configuration.sh, part 1 | 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 | config: move defaults set in wrong function | Lyndon Brown |
2020-04-23 | --binary-images can support only a single type | Lyndon Brown |
2020-04-23 | manpages: fix typo | Lyndon Brown |
2020-04-23 | manpages: fix typo | Lyndon Brown |
2020-04-23 | manpages: remove unhelpful and largely obsolete fixme notices | Lyndon Brown |
2020-04-23 | fix incorrect handling of -c|--conffile | Lyndon Brown |
2020-04-23 | manpages: fixup synopsis | Lyndon Brown |
2020-04-23 | manpages: fix mistake | Lyndon Brown |
2020-04-23 | config: support comma and space separated list of source image types | Lyndon Brown |
2020-04-23 | manpages: document that multiple source image types can be requested | Lyndon Brown |
2020-04-23 | manpages: revise documentation of --linux-packages | Lyndon Brown |
2020-04-23 | manpages: document that --linux-flavours is space separated | Lyndon Brown |
2020-04-23 | manpages: fix typo | Lyndon Brown |
2020-04-23 | manpages: document space separation for --keyring-packages | Lyndon Brown |
2020-04-23 | manpages: document all values for --interactive | Lyndon Brown |
2020-04-23 | config: support comma or space separated archive area lists | Lyndon Brown |
2020-04-23 | config: support both comma and space separated to-cache stages | Lyndon Brown |
2020-04-23 | manpage: document that multiple stages to cache should be space separated | 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 | manpages: fix mistake | Lyndon Brown |
2020-04-23 | fix outdated grub-legacy bootloader name references | Lyndon Brown |
2020-04-23 | manpage: document that multiple archive areas should be space separated | 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 | frontend: fix use of config/environment[.binary] | 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 |