/vagrant-boxes

Handcrafted base boxes for Vagrant

Primary LanguageRuby

Vagrant Boxes

Handcrafted Vagrant Boxes.

List of boxes:

All boxes are available from

All boxes published via corresponding tagged release on GitHub are named according to this convention:

  • {os}-{os version}-[x86_32]-{flavour}-{box version}.box.

with the architecture [x86_32] tag optional, since all the boxes target 64-bit by default.

Usage

git clone https://github.com/mloskot/vagrant-boxes.git
cd {BOX}
vagrant up

Troubleshooting

Disabling Win+Enter Windows Narrator hotkey for i3

In Windows, Win+Enter keybinding launches the Windows Narrator. Windows key is a popular alternative i3 modifier ($mod) key and pressing $mod+Enter opens a new terminal. The annoyance of launching the Windows Narrator every time you aim to open a terminal in the i3 environment of the guest VM, can be avoided by disabling the Win+Enter as the Narrator hotkey:

  1. Create registry key HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT \CurrentVersion\Image File Execution Options\Narrator.exe
  2. Create new String Value with name Debugger and value %1.

Creating Boxes