diff options
author | Christian Poessinger <christian@poessinger.com> | 2019-05-29 21:15:58 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-05-29 21:15:58 +0200 |
commit | cddef284e80803cd67345da895481bd0b2575526 (patch) | |
tree | bc16f26c8857d257da0b2650b6d2063b2d8f9c1c /scripts | |
parent | 2657f076b4bc0e5bc1b989cfb4cb8e8204ecc36c (diff) | |
parent | e9d561ad537ebaa0d5eba5e6413ee1428141bf4a (diff) | |
download | vyos-build-cddef284e80803cd67345da895481bd0b2575526.tar.gz vyos-build-cddef284e80803cd67345da895481bd0b2575526.zip |
Merge pull request #47 from runborg/equuleus
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/live-build-config | 2 |
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 \ |