mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-18 21:11:08 +02:00
fix(coreos-base/oem-vagrant): Add hook to make it easy to set base_mac
The file `base_mac.rb` will be re-written when packing this into a box.
This commit is contained in:
parent
f16d776db2
commit
8ac5099b3a
@ -7,6 +7,7 @@ end
|
||||
|
||||
require_relative 'change_host_name.rb'
|
||||
require_relative 'configure_networks.rb'
|
||||
require_relative 'base_mac.rb'
|
||||
|
||||
Vagrant.configure("2") do |config|
|
||||
# SSH in as the default 'core' user, it has the vagrant ssh key.
|
||||
|
4
sdk_container/src/third_party/coreos-overlay/coreos-base/oem-vagrant/files/box/base_mac.rb
vendored
Normal file
4
sdk_container/src/third_party/coreos-overlay/coreos-base/oem-vagrant/files/box/base_mac.rb
vendored
Normal file
@ -0,0 +1,4 @@
|
||||
# This file must be rewritten with a real value for VirtualBox
|
||||
Vagrant.configure("2") do |config|
|
||||
config.vm.base_mac = "080027000000"
|
||||
end
|
Loading…
x
Reference in New Issue
Block a user