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
+8 -8
View File
@@ -9,13 +9,13 @@ iso = {
} }
boot_wait = "15s" boot_wait = "15s"
boot_command = [ boot_command = [
"<esc><wait1>", "<esc><wait1>",
"<f6><esc><bs><bs><bs><bs><bs><bs><bs><bs><bs><bs>", "<f6><esc><bs><bs><bs><bs><bs><bs><bs><bs><bs><bs>",
"auto=true priority=critical ", "auto=true priority=critical ",
"DEBIAN_FRONTEND=noninteractive ", "DEBIAN_FRONTEND=noninteractive ",
"preseed/url=http://{{.HTTPIP}}:{{.HTTPPort}}/ubuntu/18.04/preseed.cfg ", "preseed/url=http://{{.HTTPIP}}:{{.HTTPPort}}/ubuntu/18.04/preseed.cfg ",
"fsck.mode=skip ", "fsck.mode=skip ",
"console=ttyS0 ", "console=ttyS0 ",
"<enter><wait1>" "<enter><wait1>"
] ]
ssh_handshake_attempts = 1000 ssh_handshake_attempts = 1000
+4 -4
View File
@@ -7,9 +7,9 @@ iso = {
} }
boot_wait = "3s" boot_wait = "3s"
boot_command = [ boot_command = [
"<enter><enter><wait1><f6><esc><wait><bs><bs><bs><bs>", "<enter><enter><wait1><f6><esc><wait><bs><bs><bs><bs>",
"console=ttyS0 ", "console=ttyS0 ",
"fsck.mode=skip ", "fsck.mode=skip ",
"autoinstall ds=nocloud-net;s=http://{{.HTTPIP}}:{{.HTTPPort}}/ubuntu/20.04/<enter><wait>" "autoinstall ds=nocloud-net;s=http://{{.HTTPIP}}:{{.HTTPPort}}/ubuntu/20.04/<enter><wait>"
] ]
ssh_handshake_attempts = 1000 ssh_handshake_attempts = 1000
+4 -4
View File
@@ -7,9 +7,9 @@ iso = {
} }
boot_wait = "15s" boot_wait = "15s"
boot_command = [ boot_command = [
"e<down><down><down><end><bs><bs><bs>", "e<down><down><down><end><bs><bs><bs>",
"console=ttyS0 ", "console=ttyS0 ",
"fsck.mode=skip ", "fsck.mode=skip ",
"autoinstall ds=\"nocloud-net;s=http://{{.HTTPIP}}:{{.HTTPPort}}/ubuntu/22.04/\" console=ttyS0<F10>" "autoinstall ds=\"nocloud-net;s=http://{{.HTTPIP}}:{{.HTTPPort}}/ubuntu/22.04/\" console=ttyS0<F10>"
] ]
ssh_handshake_attempts = 1000 ssh_handshake_attempts = 1000