summaryrefslogtreecommitdiff
path: root/functions/defaults.sh
diff options
context:
space:
mode:
authorKim Hagen <kim@sentrium.io>2021-08-09 09:24:21 -0500
committerKim Hagen <kim@sentrium.io>2021-08-09 09:24:21 -0500
commit301cd5b991caded9c84d1ce4bb214ac720ba5796 (patch)
tree8e2354a14a176e4dbe33e34507a62e8f4d9bd9c1 /functions/defaults.sh
parentf81f65598555f88f1b0535807da7418e5326be67 (diff)
downloadvyos-live-build-301cd5b991caded9c84d1ce4bb214ac720ba5796.tar.gz
vyos-live-build-301cd5b991caded9c84d1ce4bb214ac720ba5796.zip
add items for grub setup and enable persistence1.3.81.3.71.3.61.3.51.3.41.3.3-epa11.3.31.3.2equuleus
Diffstat (limited to 'functions/defaults.sh')
-rwxr-xr-xfunctions/defaults.sh12
1 files changed, 12 insertions, 0 deletions
diff --git a/functions/defaults.sh b/functions/defaults.sh
index c48955104..b1e30e5e9 100755
--- a/functions/defaults.sh
+++ b/functions/defaults.sh
@@ -595,6 +595,15 @@ Set_defaults ()
case "${LB_INITRAMFS}" in
live-boot)
LB_BOOTAPPEND_LIVE="${LB_BOOTAPPEND_LIVE:-boot=live components quiet splash}"
+ LB_BOOTAPPEND_VYOS_CONSOLE_1="${LB_BOOTAPPEND_VYOS_CONSOLE_1:-none}"
+ LB_BOOTAPPEND_VYOS_CONSOLE_2="${LB_BOOTAPPEND_VYOS_CONSOLE_2:-none}"
+ LB_BOOTAPPEND_VYOS_CONSOLE_3="${LB_BOOTAPPEND_VYOS_CONSOLE_3:-none}"
+ LB_BOOTAPPEND_VYOS_PW_CONSOLE_1="${LB_BOOTAPPEND_VYOS_PW_CONSOLE_1:-none}"
+ LB_BOOTAPPEND_VYOS_PW_CONSOLE_2="${LB_BOOTAPPEND_VYOS_PW_CONSOLE_2:-none}"
+ LB_BOOTAPPEND_VYOS_PW_CONSOLE_3="${LB_BOOTAPPEND_VYOS_PW_CONSOLE_3:-none}"
+ LB_VYOS_CONSOLE_1="${LB_VYOS_CONSOLE_1:-none}"
+ LB_VYOS_CONSOLE_2="${LB_VYOS_CONSOLE_2:-none}"
+ LB_VYOS_CONSOLE_3="${LB_VYOS_CONSOLE_3:-none}"
LB_BOOTAPPEND_LIVE_FAILSAFE="${LB_BOOTAPPEND_LIVE_FAILSAFE:-boot=live components memtest noapic noapm nodma nomce nolapic nomodeset nosmp nosplash vga=normal}"
;;
@@ -870,4 +879,7 @@ Check_defaults ()
# Ports using foreign bootstrap need a working qemu-*-system. This is the location it
LB_BOOTSTRAP_QEMU_STATIC="${LB_BOOTSTRAP_QEMU_STATIC:-}"
+ LB_VYOS_VERSION="${LB_VYOS_VERSION:-live}"
+ LB_VYOS_PERSISTENCE="${LB_VYOS_PERSISTENCE:-false}"
+
}