Open gnuhub opened 10 years ago
cd ~/.vagrant.d/boxes/kiwi_opensuse13.1_vagrant_8/0/virtualbox
ls
Vagrantfile box.img metadata.json
Vagrant::Config.run do |config|
config.vm.base_mac = "00163E60919D"
end
include_vagrantfile = File.expand_path("../include/_Vagrantfile", __FILE__)
load include_vagrantfile if File.exist?(include_vagrantfile)
Vagrant::Config.run do |config|
# This Vagrantfile is auto-generated by `vagrant package` to contain
# the MAC address of the box. Custom configuration should be placed in
# the actual `Vagrantfile` in this box.
config.vm.base_mac = "080027EB433B"
end
# Load include vagrant file if it exists after the auto-generated
# so it can override any of the settings
include_vagrantfile = File.expand_path("../include/_Vagrantfile", __FILE__)
load include_vagrantfile if File.exist?(include_vagrantfile)
{
"provider" : "virtualbox",
"format" : "vmdk",
"virtual_size" : "16"
}
{"provider":"virtualbox"}
file kiwi_opensuse13.1_vagrant_8.box
kiwi_opensuse13.1_vagrant_8.box: gzip compressed data, from Unix, last modified: Wed Jul 23 15:40:51 2014
1.vagrant package 2.kiwi vagrant支持 https://github.com/openSUSE/kiwi/pull/353/files#diff-1a7ea0fd409ec5b8e08f6e1c518571ddL178 3.vagrant文档关于 如何制作 base box
目标