summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorChristian Poessinger <christian@poessinger.com>2019-05-29 21:15:58 +0200
committerGitHub <noreply@github.com>2019-05-29 21:15:58 +0200
commitcddef284e80803cd67345da895481bd0b2575526 (patch)
treebc16f26c8857d257da0b2650b6d2063b2d8f9c1c /scripts
parent2657f076b4bc0e5bc1b989cfb4cb8e8204ecc36c (diff)
parente9d561ad537ebaa0d5eba5e6413ee1428141bf4a (diff)
downloadvyos-build-cddef284e80803cd67345da895481bd0b2575526.tar.gz
vyos-build-cddef284e80803cd67345da895481bd0b2575526.zip
Merge pull request #47 from runborg/equuleus
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/live-build-config2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/live-build-config b/scripts/live-build-config
index 05a41bd4..7141df00 100755
--- a/scripts/live-build-config
+++ b/scripts/live-build-config
@@ -35,7 +35,7 @@ util.check_build_config()
lb_config_tmpl = """
lb config noauto \
--architectures {{architecture}} \
- --bootappend-live "boot=live components hostname=vyos username=live nopersistence noautologin nonetworking union=overlay" \
+ --bootappend-live "boot=live components hostname=vyos username=live nopersistence noautologin nonetworking union=overlay console=tty0 console=ttyS0,115200n8 net.ifnames=0 biosdevname=0" \
--linux-flavours {{kernel_flavor}} \
--linux-packages linux-image-{{kernel_version}} \
--bootloader syslinux,grub-efi \