Skip to content

Instantly share code, notes, and snippets.

@linuxsimba
Last active May 29, 2016 03:48
Show Gist options
  • Save linuxsimba/e0bdf27a77178b6eefbd466dfd87e05e to your computer and use it in GitHub Desktop.
Save linuxsimba/e0bdf27a77178b6eefbd466dfd87e05e to your computer and use it in GitHub Desktop.
Tiny Linux Core Vagrantfile (libvirt only)
# -*- mode: ruby -*-
# vi: set ft=ruby :
Vagrant.configure(2) do |config|
config.vm.box = 'tc'
config.vm.box_url = "http://linuxsimba.com/vagrantbox/tinycore-7.0.libvirt.box"
config.vm.synced_folder '.', '/vagrant', :disabled => true
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment