From 7a2daed5d773545de309e87451c38f59c4ddf582 Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Sun, 23 Aug 2009 22:44:42 +0200 Subject: readded VMX description file for VMWare (lost it) --- minilinux.vmx | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100755 minilinux.vmx diff --git a/minilinux.vmx b/minilinux.vmx new file mode 100755 index 0000000..0a6b22f --- /dev/null +++ b/minilinux.vmx @@ -0,0 +1,34 @@ +#!/usr/bin/vmware +config.version = "8" +virtualHW.version = "3" +ide0:0.present = "TRUE" +ide0:0.filename = "minilinux.vmdk" +memsize = "256" +MemAllowAutoScaleDown = "FALSE" +ide1:0.present = "FALSE" +ide1:0.fileName = "auto detect" +ide1:0.deviceType = "cdrom-raw" +ide1:0.autodetect = "TRUE" +floppy0.present = "FALSE" +ethernet0.present = "TRUE" +usb.present = "FALSE" +sound.present = "FALSE" +displayName = "minilinux" +guestOS = "other26xlinux" +nvram = "minilinux.nvram" +MemTrimRate = "-1" +ide0:0.redo = "" +ethernet0.addressType = "generated" +ethernet0.connectionType = "nat" +uuid.location = "56 4d 87 3d 0f e1 89 7a-22 85 36 89 4e 6b 29 cf" +uuid.bios = "56 4d 87 3d 0f e1 89 7a-22 85 36 89 4e 6b 29 cf" +ethernet0.generatedAddress = "00:0c:29:6b:29:cf" +ethernet0.generatedAddressOffset = "0" +tools.syncTime = "TRUE" +ide1:0.startConnected = "TRUE" +uuid.action = "create" +checkpoint.vmState = "minilinux.vmss" +tools.remindInstall = "TRUE" + +virtualHW.productCompatibility = "hosted" +tools.upgrade.policy = "manual" -- cgit v1.2.3-54-g00ecf