Age | Commit message (Expand) | Author |
2020-05-01 | Replace 'which' with 'command -v' to test for the existance of an executable | johnraff |
2020-05-01 | config: fix wrong variable name | Lyndon Brown |
2020-05-01 | config: only try to load FILE.ARCH and FILE.DIST if non-empty strings | Lyndon Brown |
2020-05-01 | config: remove junk config loading code | Lyndon Brown |
2020-04-30 | init: warn if auto script exists but is not executable | Lyndon Brown |
2020-04-29 | a couple tiny doc fixes | Lyndon Brown |
2020-04-26 | config: remove redundant validation check | Lyndon Brown |
2020-04-24 | Replace "Help" calls with "Man" and get rid of Help | Raphaël Hertzog |
2020-04-24 | Make "Man" function smarter to also work for "lb --help" | Raphaël Hertzog |
2020-04-24 | Revert "frontend: properly handle option processing" | Raphaël Hertzog |
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: revert partial format conversion | Lyndon Brown |
2020-04-23 | Fix version computing when LIVE_BUILD is set | Raphaël Hertzog |
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 | Keep LB_ARCHITECTURES environment variable for backwards compatibility | Raphaël Hertzog |
2020-04-23 | rename LB_ARCHITECTURES to LB_ARCHITECTURE | Lyndon Brown |
2020-04-23 | config: move control of apt colour | Lyndon Brown |
2020-04-23 | config: fix mistake in mirror url tidying | Lyndon Brown |
2020-04-23 | chroot: make var local | 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: 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: add missing deprecation warning | Lyndon Brown |
2020-04-23 | config: minor reorganisation | Lyndon Brown |
2020-04-23 | config: strip unhelpful comments | Lyndon Brown |
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: 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 | fix incorrect handling of -c|--conffile | Lyndon Brown |
2020-04-23 | config: support comma and space separated list of source image types | 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 | bootloaders: improve bootloader list handling | Lyndon Brown |
2020-04-23 | fix outdated grub-legacy bootloader name references | Lyndon Brown |