How to use this box with Vagrant:

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

This version was created over 7 years ago.

ArchLinux 2016.01.01 [Box Version 1.0.1]

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

Github repository for bug reports or feature requests

https://github.com/bugyt/archlinux/

Release Info

  • Current ArchLinux Release: 2016.01.01
  • Included Kernel: 4.3.3
  • Details
    • Virtual Hard Disk Capacity 20GB, Dynamically allocated
    • 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)
    • Network File System (NFS)
    • rsync
    • bash-completion
    • bash customizations

Virtualbox

Requirements
Getting started

Install and connect to the box :

  $ mkdir archbox
  $ cd archbox
  $ vagrant init bugyt/archlinux
  $ vagrant up --provider virtualbox
  $ vagrant ssh


libvirt (QEMU-KVM)

Requirements
Getting started

Install and connect to the box :

  $ mkdir archbox
  $ cd archbox
  $ vagrant init bugyt/archlinux
  $ vagrant up --provider libvirt
  $ vagrant ssh


2 providers for this version.
  • libvirt Hosted by Vagrant Cloud (703 MB)

  • virtualbox Hosted by Vagrant Cloud (708 MB)

This version was created over 7 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.
  • virtualbox Hosted by Vagrant Cloud (697 MB)

  • libvirt Hosted by Vagrant Cloud (667 MB)