VirtualBox

Ticket #18854: CentOS 7 isp.vbox

File CentOS 7 isp.vbox, 2.4 KB (added by MaaSoftware, 5 years ago)

vbox config sample

Line 
1<?xml version="1.0"?>
2<!--
3** DO NOT EDIT THIS FILE.
4** If you make changes to this file while any VirtualBox related application
5** is running, your changes will be overwritten later, without taking effect.
6** Use VBoxManage or the VirtualBox Manager GUI to make changes.
7-->
8<VirtualBox xmlns="http://www.virtualbox.org/" version="1.16-windows">
9 <Machine uuid="{965b558d-6edf-4e6a-9eb5-4a9e27d18971}" name="CentOS 7 isp" OSType="RedHat_64" snapshotFolder="Snapshots" lastStateChange="2019-08-19T16:26:56Z">
10 <MediaRegistry>
11 <HardDisks>
12 <HardDisk uuid="{9252acd6-636b-47ae-85e0-adf62a7bd9af}" location="CentOS 7 isp.vdi" format="VDI" type="Normal"/>
13 </HardDisks>
14 </MediaRegistry>
15 <ExtraData>
16 <ExtraDataItem name="GUI/FirstRun" value="yes"/>
17 </ExtraData>
18 <Hardware>
19 <CPU count="3">
20 <PAE enabled="true"/>
21 <LongMode enabled="true"/>
22 <X2APIC enabled="true"/>
23 <HardwareVirtExLargePages enabled="true"/>
24 </CPU>
25 <Memory RAMSize="4096"/>
26 <Display controller="VMSVGA" VRAMSize="16"/>
27 <VideoCapture file="." fps="25"/>
28 <BIOS>
29 <IOAPIC enabled="true"/>
30 </BIOS>
31 <USB>
32 <Controllers>
33 <Controller name="OHCI" type="OHCI"/>
34 </Controllers>
35 </USB>
36 <Network>
37 <Adapter slot="0" enabled="true" MACAddress="0800275F8FDE" type="82540EM">
38 <DisabledModes>
39 <InternalNetwork name="intnet"/>
40 <NATNetwork name="NatNetwork"/>
41 </DisabledModes>
42 <BridgedInterface name="Intel(R) Ethernet Connection (2) I219-V"/>
43 </Adapter>
44 </Network>
45 <AudioAdapter codec="AD1980" driver="DirectSound" enabled="true" enabledIn="false"/>
46 <RTC localOrUTC="UTC"/>
47 </Hardware>
48 <StorageControllers>
49 <StorageController name="IDE" type="PIIX4" PortCount="2" useHostIOCache="true" Bootable="true">
50 <AttachedDevice passthrough="false" type="DVD" hotpluggable="false" port="1" device="0"/>
51 </StorageController>
52 <StorageController name="SATA" type="AHCI" PortCount="1" useHostIOCache="false" Bootable="true" IDE0MasterEmulationPort="0" IDE0SlaveEmulationPort="1" IDE1MasterEmulationPort="2" IDE1SlaveEmulationPort="3">
53 <AttachedDevice type="HardDisk" hotpluggable="false" port="0" device="0">
54 <Image uuid="{9252acd6-636b-47ae-85e0-adf62a7bd9af}"/>
55 </AttachedDevice>
56 </StorageController>
57 </StorageControllers>
58 </Machine>
59</VirtualBox>

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy