https://github.com/bugyt/archlinux/
- 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
Install and connect to the box :
$ mkdir archbox
$ cd archbox
$ vagrant init bugyt/archlinux
$ vagrant up --provider virtualbox
$ vagrant ssh
Install and connect to the box :
$ mkdir archbox
$ cd archbox
$ vagrant init bugyt/archlinux
$ vagrant up --provider libvirt
$ vagrant ssh