Its-Alex / vagrant-libvirt-archlinux

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Vagrant archlinux (libvirt)

This repo aim to try vagrant-libvirt

Requirements

  • direnv
  • libvirt - installed and working, the socket must be available at /var/run/libvirt/

This repo use vagrant-libvirt in docker, uncomment this line if you want to run it locally.

vagrant-libvirt docker can be configured in /scripts/vagrant.

Finally execute those commands:

$ direnv allow

Getting started

By default VM are configured to run archlinux, you can launch the VM with:

$ vagrant up

To destroy VM, use:

$ vagrant destroy -f

Test archlinux installation

You can perform an install of archlinux with the official ISO in this repo.

  1. First you must download the official ISO:
    $ ./scripts/download-archlinux-iso.sh
  2. Then uncomment code to allow booting on ISO.
  3. Next launch the VM:
    $ vagrant up
  4. Open a graphical interface and perform a normal installation
  5. Destroy the VM
    $ vagrant destroy -f

License

MIT

About

License:MIT License


Languages

Language:Shell 100.0%