Skip integrity check in Ubuntu

This commit is contained in:
Greg Hellings
2022-05-31 14:52:03 -05:00
parent 08e85981df
commit 21e8e97c7c
3 changed files with 10 additions and 7 deletions
+1
View File
@@ -9,6 +9,7 @@ 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>"
]
ssh_handshake_attempts = 1000