When exporting and importing the vagrant-generated VM in another environment, we noticed that the keyboard layout is qwerty by default. This can be annoying...
We've had to change the XKBLAYOUT="us" line in /etc/default/keyboard.
Should we change the vagrantfile to take this into account or should this be taken care of by the ansible recipe ? Option 1 seems fine to me.
Depends who you target. I use qwerty everywhere :) if you can get access to the host kbd layout in the Vagrant config and propagate that to the guest when creating the VM, fine, otherwise...
When exporting and importing the vagrant-generated VM in another environment, we noticed that the keyboard layout is
qwerty
by default. This can be annoying...We've had to change the
XKBLAYOUT="us"
line in/etc/default/keyboard
.Should we change the vagrantfile to take this into account or should this be taken care of by the ansible recipe ? Option 1 seems fine to me.