Hi!
I succeeded on building this image by packer and using the virtualbox method.
so it created arch image.
Then I used following commands
vagrant init arch
vagrant up
And the output is
Virtualbox on your host claims: 6.0.0
VBoxService inside the vm claims: 6.0.10
Going on, assuming VBoxService is correct...
bash: line 4: setup: command not found
==> default: Checking for guest additions in VM...
The following SSH command responded with a non-zero exit status.
Vagrant assumes that this means the command failed!
setup
Stdout from the command:
Stderr from the command:
bash: line 4: setup: command not found
What might be the reason for it to fail? Vagrant ssh seems to work tho.
Hi!
I succeeded on building this image by packer and using the virtualbox method.
so it created arch image.
Then I used following commands
vagrant init archvagrant upAnd the output is
What might be the reason for it to fail? Vagrant ssh seems to work tho.