From 81c6dfbf5608caebb22ded98beb8527099c8d918 Mon Sep 17 00:00:00 2001 From: Brad Davis Date: Tue, 26 Jan 2021 10:02:57 -0700 Subject: release: Move the vagrant.vmx config out to its own file to match vbox Silly to have all these echos and makes this easier to use in other tooling. Reviewed by: gjb (re) --- release/scripts/vagrant.vmx | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 release/scripts/vagrant.vmx (limited to 'release/scripts') diff --git a/release/scripts/vagrant.vmx b/release/scripts/vagrant.vmx new file mode 100644 index 000000000000..3d4a77584832 --- /dev/null +++ b/release/scripts/vagrant.vmx @@ -0,0 +1,31 @@ +.encoding = "UTF-8" +bios.bootorder = "hdd,CDROM" +checkpoint.vmstate = "" +cleanshutdown = "TRUE" +config.version = "8" +displayname = "${VAGRANT_TARGET}" +ethernet0.addresstype = "generated" +ethernet0.bsdname = "en0" +ethernet0.connectiontype = "nat" +ethernet0.displayname = "Ethernet" +ethernet0.linkstatepropagation.enable = "FALSE" +ethernet0.pcislotnumber = "33" +ethernet0.present = "TRUE" +ethernet0.virtualdev = "e1000" +ethernet0.wakeonpcktrcv = "FALSE" +floppy0.present = "FALSE" +guestos = "freebsd-64" +gui.fullscreenatpoweron = "FALSE" +gui.viewmodeatpoweron = "windowed" +memsize = "512" +sound.startconnected = "FALSE" +softpoweroff = "TRUE" +scsi0.pcislotnumber = "16" +scsi0.present = "TRUE" +scsi0.virtualdev = "lsilogic" +scsi0:0.filename = "vagrant.vmdk" +scsi0:0.present = "TRUE" +tools.synctime = "TRUE" +usb.present = "FALSE" +virtualhw.productcompatibility = "hosted" +virtualhw.version = "9" -- cgit v1.2.3