From a494f02687e9ebdcaa920c51c0ac575ca00d4f91 Mon Sep 17 00:00:00 2001 From: Greg Hellings Date: Tue, 31 May 2022 14:54:10 -0500 Subject: [PATCH] Spaces to tabs --- distros/ubuntu-18.04-x86_64.pkrvars.hcl | 16 ++++++++-------- distros/ubuntu-20.04-x86_64.pkrvars.hcl | 8 ++++---- distros/ubuntu-22.04-x86_64.pkrvars.hcl | 8 ++++---- 3 files changed, 16 insertions(+), 16 deletions(-) diff --git a/distros/ubuntu-18.04-x86_64.pkrvars.hcl b/distros/ubuntu-18.04-x86_64.pkrvars.hcl index 43ef24d..69aed4d 100644 --- a/distros/ubuntu-18.04-x86_64.pkrvars.hcl +++ b/distros/ubuntu-18.04-x86_64.pkrvars.hcl @@ -9,13 +9,13 @@ iso = { } boot_wait = "15s" boot_command = [ - "", - "", - "auto=true priority=critical ", - "DEBIAN_FRONTEND=noninteractive ", - "preseed/url=http://{{.HTTPIP}}:{{.HTTPPort}}/ubuntu/18.04/preseed.cfg ", - "fsck.mode=skip ", - "console=ttyS0 ", - "" + "", + "", + "auto=true priority=critical ", + "DEBIAN_FRONTEND=noninteractive ", + "preseed/url=http://{{.HTTPIP}}:{{.HTTPPort}}/ubuntu/18.04/preseed.cfg ", + "fsck.mode=skip ", + "console=ttyS0 ", + "" ] ssh_handshake_attempts = 1000 diff --git a/distros/ubuntu-20.04-x86_64.pkrvars.hcl b/distros/ubuntu-20.04-x86_64.pkrvars.hcl index 8d39d9c..7c54de0 100644 --- a/distros/ubuntu-20.04-x86_64.pkrvars.hcl +++ b/distros/ubuntu-20.04-x86_64.pkrvars.hcl @@ -7,9 +7,9 @@ iso = { } boot_wait = "3s" boot_command = [ - "", - "console=ttyS0 ", - "fsck.mode=skip ", - "autoinstall ds=nocloud-net;s=http://{{.HTTPIP}}:{{.HTTPPort}}/ubuntu/20.04/" + "", + "console=ttyS0 ", + "fsck.mode=skip ", + "autoinstall ds=nocloud-net;s=http://{{.HTTPIP}}:{{.HTTPPort}}/ubuntu/20.04/" ] ssh_handshake_attempts = 1000 diff --git a/distros/ubuntu-22.04-x86_64.pkrvars.hcl b/distros/ubuntu-22.04-x86_64.pkrvars.hcl index 9f63f31..d514583 100644 --- a/distros/ubuntu-22.04-x86_64.pkrvars.hcl +++ b/distros/ubuntu-22.04-x86_64.pkrvars.hcl @@ -7,9 +7,9 @@ iso = { } boot_wait = "15s" boot_command = [ - "e", - "console=ttyS0 ", - "fsck.mode=skip ", - "autoinstall ds=\"nocloud-net;s=http://{{.HTTPIP}}:{{.HTTPPort}}/ubuntu/22.04/\" console=ttyS0" + "e", + "console=ttyS0 ", + "fsck.mode=skip ", + "autoinstall ds=\"nocloud-net;s=http://{{.HTTPIP}}:{{.HTTPPort}}/ubuntu/22.04/\" console=ttyS0" ] ssh_handshake_attempts = 1000