How to use this box with Vagrant:

Vagrant.configure("2") do |config|
  config.vm.box = "bugyt/archlinux"
  config.vm.box_version = "1.0.0"
end
vagrant init bugyt/archlinux \
  --box-version 1.0.0
vagrant up

This version was created over 8 years ago.

ArchLinux 2016.01.01 [Box Version 1.0.0]

Clean and minimal Arch Linux x86_64 base box with libvirt or virtualbox provider

Release Info

  • Current ArchLinux Release: 2016.01.01
  • Included Kernel: 4.3.3
  • Details
    • Base package
    • Base devel package
    • Grub
    • Pacman package manager
    • OpenSSH
    • Users and passwords
      • root / vagrant
      • vagrant / vagrant (Public Key authentication with Insecure Keypair, password-less sudo)
    • VirtualBox Guest Additions (for Virtualbox version)

Virtualbox

Requirements
Installation
vagrant init bugyt/archlinux
vagrant up --provider virtualbox


libvirt (QEMU-KVM)

Requirements
Installation
vagrant init bugyt/archlinux
vagrant up --provider libvirt


Issues and feature requests

Use this github repository for bug reports or feature requests : https://github.com/bugyt/archlinux/issues

2 providers for this version.
  • libvirt
    unknown Hosted by Vagrant Cloud (667 MB)
  • virtualbox
    unknown Hosted by Vagrant Cloud (697 MB)