Skip to content

Commit

Permalink
Merge pull request #369 from lanchongyizu/feature/enable-netconsole
Browse files Browse the repository at this point in the history
enable netconsole
  • Loading branch information
lanchongyizu authored Feb 9, 2018
2 parents 07089d1 + 24a66b4 commit 30794f5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion data/profiles/rancherOS.ipxe
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# Copyright 2018, Dell EMC, Inc.
kernel <%=kernelUri%>
initrd <%=initrdUri%>
imgargs <%=kernelFile%> initrd=<%=initrdFile%> console=tty0 rancher.password=monorail rancher.cloud_init.datasources=['url:http://<%=server%>:<%=port%>/api/current/templates/cloud-config.yaml?nodeId=<%=nodeId%>']
imgargs <%=kernelFile%> initrd=<%=initrdFile%> console=tty0 netconsole=+@/,514@<%=server%>/ rancher.password=monorail rancher.cloud_init.datasources=['url:http://<%=server%>:<%=port%>/api/current/templates/cloud-config.yaml?nodeId=<%=nodeId%>']
boot || prompt --key 0x197e --timeout 2000 Press F12 to investigate || exit shell

0 comments on commit 30794f5

Please sign in to comment.