Spaces to tabs

This commit is contained in:
Greg Hellings
2022-05-31 14:54:10 -05:00
parent 83aaaaebb6
commit a494f02687
3 changed files with 16 additions and 16 deletions
+4 -4
View File
@@ -7,9 +7,9 @@ iso = {
}
boot_wait = "15s"
boot_command = [
"e<down><down><down><end><bs><bs><bs>",
"console=ttyS0 ",
"fsck.mode=skip ",
"autoinstall ds=\"nocloud-net;s=http://{{.HTTPIP}}:{{.HTTPPort}}/ubuntu/22.04/\" console=ttyS0<F10>"
"e<down><down><down><end><bs><bs><bs>",
"console=ttyS0 ",
"fsck.mode=skip ",
"autoinstall ds=\"nocloud-net;s=http://{{.HTTPIP}}:{{.HTTPPort}}/ubuntu/22.04/\" console=ttyS0<F10>"
]
ssh_handshake_attempts = 1000