Advertisement
Masmer

Parrot.vmx

Oct 7th, 2023
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.16 KB | None | 0 0
  1. #!/usr/bin/vmware
  2. .encoding = "UTF-8"
  3. config.version = "8"
  4. virtualHW.version = "19"
  5. pciBridge0.present = "TRUE"
  6. pciBridge4.present = "TRUE"
  7. pciBridge4.virtualDev = "pcieRootPort"
  8. pciBridge4.functions = "8"
  9. pciBridge5.present = "TRUE"
  10. pciBridge5.virtualDev = "pcieRootPort"
  11. pciBridge5.functions = "8"
  12. pciBridge6.present = "TRUE"
  13. pciBridge6.virtualDev = "pcieRootPort"
  14. pciBridge6.functions = "8"
  15. pciBridge7.present = "TRUE"
  16. pciBridge7.virtualDev = "pcieRootPort"
  17. pciBridge7.functions = "8"
  18. vmci0.present = "TRUE"
  19. hpet0.present = "TRUE"
  20. nvram = "Parrot 64-bit.nvram"
  21. virtualHW.productCompatibility = "hosted"
  22. powerType.powerOff = "soft"
  23. powerType.powerOn = "soft"
  24. powerType.suspend = "soft"
  25. powerType.reset = "soft"
  26. displayName = "Parrot 64-bit"
  27. guestOS = "debian10-64"
  28. tools.syncTime = "FALSE"
  29. sound.autoDetect = "TRUE"
  30. sound.fileName = "-1"
  31. sound.present = "TRUE"
  32. numvcpus = "2"
  33. cpuid.coresPerSocket = "2"
  34. vcpu.hotadd = "TRUE"
  35. memsize = "2048"
  36. scsi0.virtualDev = "lsilogic"
  37. scsi0.present = "TRUE"
  38. scsi0:0.fileName = "Parrot 64-bit.vmdk"
  39. scsi0:0.present = "TRUE"
  40. ide1:0.deviceType = "cdrom-image"
  41. ide1:0.fileName = "/usr/lib/vmware/isoimages/linux.iso"
  42. ide1:0.present = "TRUE"
  43. usb.present = "TRUE"
  44. ehci.present = "TRUE"
  45. usb_xhci.present = "TRUE"
  46. usb.generic.autoconnect = "FALSE"
  47. ethernet0.connectionType = "nat"
  48. ethernet0.addressType = "generated"
  49. ethernet0.virtualDev = "e1000"
  50. serial0.fileType = "thinprint"
  51. serial0.fileName = "thinprint"
  52. ethernet0.present = "TRUE"
  53. serial0.present = "TRUE"
  54. extendedConfigFile = "Parrot 64-bit.vmxf"
  55. floppy0.present = "FALSE"
  56. tools.upgrade.policy = "useGlobal"
  57. uuid.bios = "56 4d 42 0c f0 c0 af ec-3e 4c 08 5c a0 d6 92 f7"
  58. uuid.location = "56 4d 42 0c f0 c0 af ec-3e 4c 08 5c a0 d6 92 f7"
  59. scsi0:0.redo = ""
  60. pciBridge0.pciSlotNumber = "17"
  61. pciBridge4.pciSlotNumber = "21"
  62. pciBridge5.pciSlotNumber = "22"
  63. pciBridge6.pciSlotNumber = "23"
  64. pciBridge7.pciSlotNumber = "24"
  65. scsi0.pciSlotNumber = "16"
  66. usb.pciSlotNumber = "32"
  67. ethernet0.pciSlotNumber = "33"
  68. sound.pciSlotNumber = "34"
  69. ehci.pciSlotNumber = "35"
  70. usb_xhci.pciSlotNumber = "160"
  71. svga.vramSize = "268435456"
  72. vmotion.checkpointFBSize = "134217728"
  73. vmotion.checkpointSVGAPrimarySize = "268435456"
  74. vmotion.svga.mobMaxSize = "268435456"
  75. vmotion.svga.graphicsMemoryKB = "262144"
  76. ethernet0.generatedAddress = "00:0c:29:d6:92:f7"
  77. ethernet0.generatedAddressOffset = "0"
  78. vmci0.id = "-1596550409"
  79. monitor.phys_bits_used = "45"
  80. cleanShutdown = "TRUE"
  81. softPowerOff = "TRUE"
  82. usb_xhci:4.present = "TRUE"
  83. usb_xhci:4.deviceType = "hid"
  84. usb_xhci:4.port = "4"
  85. usb_xhci:4.parent = "-1"
  86. svga.guestBackedPrimaryAware = "TRUE"
  87. guestInfo.detailed.data = "bitness='64' distroName='Parrot' distroVersion='5.3' familyName='Linux' kernelVersion='6.1.0-1parrot1-amd64' prettyName='Parrot OS 5.3 (Electro Ara)'"
  88. isolation.tools.hgfs.disable = "FALSE"
  89. sharedFolder0.present = "TRUE"
  90. sharedFolder0.enabled = "TRUE"
  91. sharedFolder0.readAccess = "TRUE"
  92. sharedFolder0.writeAccess = "TRUE"
  93. sharedFolder0.hostPath = "/home/a-men/Downloads/Shared"
  94. sharedFolder0.guestName = "Host_Downloads"
  95. sharedFolder0.expiration = "never"
  96. sharedFolder.maxNum = "1"
  97. toolsInstallManager.updateCounter = "1"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement