diff options
author | Jonathan Bauer | 2020-05-26 16:54:37 +0200 |
---|---|---|
committer | Jonathan Bauer | 2020-05-26 16:54:37 +0200 |
commit | a9b5eac90365000520a35826f3c2e652cbda0a84 (patch) | |
tree | 2926de498094b4ca7b1de52118b5bc65f53bf6c5 | |
parent | base.json: increase baseline RAM to 4G (diff) | |
download | packer-templates-a9b5eac90365000520a35826f3c2e652cbda0a84.tar.gz packer-templates-a9b5eac90365000520a35826f3c2e652cbda0a84.tar.xz packer-templates-a9b5eac90365000520a35826f3c2e652cbda0a84.zip |
ubuntu-18.04-amd64.json: improve boot_command
-rw-r--r-- | ubuntu-18.04-amd64.json | 13 |
1 files changed, 3 insertions, 10 deletions
diff --git a/ubuntu-18.04-amd64.json b/ubuntu-18.04-amd64.json index 0c9da60..6697450 100644 --- a/ubuntu-18.04-amd64.json +++ b/ubuntu-18.04-amd64.json @@ -26,17 +26,10 @@ "shutdown_command": "{{ user `shutdown_command` }}", "http_directory": "{{ user `http_dir` }}", "boot_command": [ + "<esc><wait>", + "<esc><wait>", "<enter><wait>", - "<f6><esc>", - "<bs><bs><bs><bs><bs><bs><bs><bs><bs><bs>", - "<bs><bs><bs><bs><bs><bs><bs><bs><bs><bs>", - "<bs><bs><bs><bs><bs><bs><bs><bs><bs><bs>", - "<bs><bs><bs><bs><bs><bs><bs><bs><bs><bs>", - "<bs><bs><bs><bs><bs><bs><bs><bs><bs><bs>", - "<bs><bs><bs><bs><bs><bs><bs><bs><bs><bs>", - "<bs><bs><bs><bs><bs><bs><bs><bs><bs><bs>", - "<bs><bs><bs><bs><bs><bs><bs><bs><bs><bs>", - "<bs><bs><bs>", + "/install/vmlinuz ", "initrd=/install/initrd.gz ", "auto=true ", "passwd/root-password={{ user `ssh_password` }} ", |