diff options
-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` }} ", |