ソースを参照

Merge pull request #1494 from turegano-equinix/patch-1

Remove hardcoded console=ttyS0,115200 configuration from VyOS boot configuration
Antony Messerli 10 ヶ月 前
コミット
06b9e5b16a
1 ファイル変更1 行追加1 行削除
  1. 1 1
      roles/netbootxyz/templates/menu/vyos.ipxe.j2

+ 1 - 1
roles/netbootxyz/templates/menu/vyos.ipxe.j2

@@ -18,7 +18,7 @@ goto vyos_boot
 :vyos_boot
 imgfree
 set url ${live_endpoint}{{ endpoints['vyos-rolling'].path }}
-kernel ${url}vmlinuz boot=live components hostname=vyos username=live nopersistence noautologin union=overlay console=ttyS0,115200 console=tty0 net.ifnames=0 biosdevname=0 fetch=${url}filesystem.squashfs {{ kernel_params }}
+kernel ${url}vmlinuz boot=live components hostname=vyos username=live nopersistence noautologin union=overlay console=tty0 net.ifnames=0 biosdevname=0 fetch=${url}filesystem.squashfs {{ kernel_params }}
 initrd ${url}initrd
 
 boot