diff --git a/arch-template.json b/arch-template.json index 736f8fc..f7ca102 100644 --- a/arch-template.json +++ b/arch-template.json @@ -22,9 +22,9 @@ ], "disk_size": 20480, "hard_drive_interface": "sata", - "ssh_username": "root", + "ssh_username": "vagrant", "ssh_password": "vagrant", - "shutdown_command": "systemctl start poweroff.timer" + "shutdown_command": "sudo systemctl start poweroff.timer" }, { "type": "vmware-iso", @@ -40,9 +40,9 @@ "/usr/bin/bash ./install-vmware.sh" ], "disk_size": 20480, - "ssh_username": "root", + "ssh_username": "vagrant", "ssh_password": "vagrant", - "shutdown_command": "systemctl start poweroff.timer" + "shutdown_command": "sudo systemctl start poweroff.timer" } ], "post-processors": [