summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorRaphaël Hertzog <hertzog@debian.org>2016-12-16 10:00:36 +0100
committerRaphaël Hertzog <hertzog@debian.org>2016-12-16 10:00:36 +0100
commit75aa6dec5bf886c30f3a4ff7f99d94459fd99d5f (patch)
tree470038877874eba0f87edbe1b2d9963a6f119205 /scripts
parent50b6a2952394783c286cfa3ee0a1c09ced67e936 (diff)
downloadvyos-live-build-75aa6dec5bf886c30f3a4ff7f99d94459fd99d5f.tar.gz
vyos-live-build-75aa6dec5bf886c30f3a4ff7f99d94459fd99d5f.zip
Minor updates to lb_config and its manual page
* Update the manual page with the missiong --bootappend-live-failsafe option. * Keep supporting the former --bootloader (without s).
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/build/config6
1 files changed, 3 insertions, 3 deletions
diff --git a/scripts/build/config b/scripts/build/config
index 9c2d90444..c692a926f 100755
--- a/scripts/build/config
+++ b/scripts/build/config
@@ -32,7 +32,7 @@ USAGE="${PROGRAM} [--apt apt|aptitude]\n\
\t [--bootappend-install PARAMETER|\"PARAMETERS\"]\n\
\t [--bootappend-live PARAMETER|\"PARAMETERS\"]\n\
\t [--bootappend-live-failsafe PARAMETER|\"PARAMETERS\"]\n\
-\t [--bootloaders grub-legacy|grub-pc|syslinux]\n\
+\t [--bootloaders grub-legacy|grub-pc|syslinux|grub-efi]\n\
\t [--cache true|false]\n\
\t [--cache-indices true|false]\n\
\t [--cache-packages true|false]\n\
@@ -140,7 +140,7 @@ Local_arguments ()
archive-areas:,parent-archive-areas:,chroot-filesystem:,
gzip-options:,image-name:,interactive:,keyring-packages:,linux-flavours:,linux-packages:,
security:,updates:,backports:,binary-filesystem:,binary-images:,
- apt-indices:,bootappend-install:,bootappend-live:,bootappend-live-failsafe:,bootloaders:,checksums:,compression:,config:,zsync:,build-with-chroot:,
+ apt-indices:,bootappend-install:,bootappend-live:,bootappend-live-failsafe:,bootloader:,bootloaders:,checksums:,compression:,config:,zsync:,build-with-chroot:,
debian-installer:,debian-installer-distribution:,debian-installer-preseedfile:,debian-installer-gui:,
grub-splash:,isohybrid-options:,hdd-label:,hdd-size:,hdd-partition-start:,iso-application:,iso-preparer:,iso-publisher:,
iso-volume:,jffs2-eraseblock:,memtest:,net-root-filesystem:,net-root-mountoptions:,
@@ -499,7 +499,7 @@ Local_arguments ()
shift 2
;;
- --bootloaders)
+ --bootloaders|--bootloader)
LB_BOOTLOADERS="${2}"
shift 2
;;