summaryrefslogtreecommitdiff
path: root/scripts
AgeCommit message (Expand)Author
2020-05-03adjust action arg consumption orderLyndon Brown
2020-05-02clean: output error on invalid argumentLyndon Brown
2020-05-02options: de-duplicate common option handlingLyndon Brown
2020-05-02config: refactor basic package list constructionLyndon Brown
2020-05-02clean: expand debuggingLyndon Brown
2020-05-02clean: fix missing 'noauto' param for substage executionLyndon Brown
2020-05-02clean: improve arg handlingLyndon Brown
2020-05-02improve stagefiles encapsulationLyndon Brown
2020-05-02caching: output error on invalid action paramLyndon Brown
2020-05-02output error for incorrect action in chroot prep scriptsLyndon Brown
2020-05-02tidy up Echo_breakage()Lyndon Brown
2020-05-02debootstrap: remove useless obtaining debootstrap verbose help stringsLyndon Brown
2020-05-02move and rename Common_config_files()Lyndon Brown
2020-05-01grub2: fix duplicate live entriesLyndon Brown
2020-05-01bootloaders: change 'Advanced options' to 'Utilities'Lyndon Brown
2020-05-01Replace 'which' with 'command -v' to test for the existance of an executablejohnraff
2020-05-01grub2|loopback: avoid perl for live entry creation, use temp fileLyndon Brown
2020-04-30config: optimise --ignore-system-defaultsLyndon Brown
2020-04-30workaround checkbashisms mistakeLyndon Brown
2020-04-30syslinux: fix errors re-running under `--force`Lyndon Brown
2020-04-30grub2: fix lost pre-prepared files detailLyndon Brown
2020-04-30bootstrap_cache: fix failure conditionLyndon Brown
2020-04-29loopback: tidy formattingLyndon Brown
2020-04-29selinux: fix output consistencyLyndon Brown
2020-04-29a couple tiny doc fixesLyndon Brown
2020-04-28fix auto file handling regressionLyndon Brown
2020-04-25Do not overwrite splash.png if the user has provided itRaphaël Hertzog
2020-04-25Make librsvg2-bin dependency unconditional for syslinuxRaphaël Hertzog
2020-04-24syslinux: deduplicate common filesjnqnfe
2020-04-24Use correct variable name to detect removal stepRaphaël Hertzog
2020-04-24Replace "Help" calls with "Man" and get rid of HelpRaphaël Hertzog
2020-04-24Revert "frontend: properly handle option processing"Raphaël Hertzog
2020-04-24config: tidy directory construction and empty directory cleaningLyndon Brown
2020-04-24config: tidy config filesLyndon Brown
2020-04-23chroot_resolve: fix broken network connectivityLyndon Brown
2020-04-23stagefiles: guard unnecessary chroot removalLyndon Brown
2020-04-23config: s/LIVE_IMAGE_TYPE/LB_IMAGE_TYPE/Lyndon Brown
2020-04-23config: s/LIVE_IMAGE_NAME/LB_IMAGE_NAME/Lyndon Brown
2020-04-23config: s/LIVE_CONFIGURATION_VERSION/LB_CONFIGURATION_VERSION/Lyndon Brown
2020-04-23config: address fixmeLyndon Brown
2020-04-23config: remove obsolete variableLyndon Brown
2020-04-23config: revert partial format conversionLyndon Brown
2020-04-23move grub-pc specific code to actual grub-pc scriptLyndon Brown
2020-04-23syslinux: use linux/initrd placeholdersLyndon Brown
2020-04-23config: create config/bootloaders directoryLyndon Brown
2020-04-23binary_syslinux: rely on $LIVE_BUILD_VERSION instead of lb --versionRaphaël Hertzog
2020-04-23tidy version reported in `lb config --dump`Lyndon Brown
2020-04-23Use descriptive parameter names for Usage()Raphaël Hertzog
2020-04-23usage: take exit code as paramLyndon Brown
2020-04-23frontend: properly handle option processingLyndon Brown