Skip to content

Commit 0614282

Browse files
committed
First attempt at config.plist
1 parent 71188f1 commit 0614282

File tree

1 file changed

+111
-0
lines changed

1 file changed

+111
-0
lines changed

packer/config.plist

Lines changed: 111 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,111 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3+
<plist version="1.0">
4+
<dict>
5+
<key>ConfigurationVersion</key>
6+
<integer>2</integer>
7+
<key>Debug</key>
8+
<dict>
9+
<key>DebugLog</key>
10+
<false/>
11+
</dict>
12+
<key>Display</key>
13+
<dict>
14+
<key>ConsoleFont</key>
15+
<string>Menlo</string>
16+
<key>ConsoleFontSize</key>
17+
<integer>12</integer>
18+
<key>ConsoleTheme</key>
19+
<string>Default</string>
20+
<key>DisplayCard</key>
21+
<string>virtio-ramfb-gl</string>
22+
<key>DisplayDownscaler</key>
23+
<string>linear</string>
24+
<key>DisplayFitScreen</key>
25+
<true/>
26+
<key>DisplayRetina</key>
27+
<false/>
28+
<key>DisplayUpscaler</key>
29+
<string>linear</string>
30+
</dict>
31+
<key>Drives</key>
32+
<array>
33+
<dict>
34+
<key>DriveName</key>
35+
<string>drive0</string>
36+
<key>ImagePath</key>
37+
<string>image.qcow2</string>
38+
<key>ImageType</key>
39+
<string>disk</string>
40+
<key>InterfaceType</key>
41+
<string>virtio</string>
42+
</dict>
43+
</array>
44+
<key>Info</key>
45+
<dict>
46+
<key>Icon</key>
47+
<string>ubuntu</string>
48+
<key>IconCustom</key>
49+
<false/>
50+
<key>Notes</key>
51+
<string></string>
52+
</dict>
53+
<key>Input</key>
54+
<dict>
55+
<key>InputLegacy</key>
56+
<false/>
57+
</dict>
58+
<key>Networking</key>
59+
<dict>
60+
<key>NetworkCard</key>
61+
<string>virtio-net-pci</string>
62+
<key>NetworkMode</key>
63+
<string>emulated</string>
64+
</dict>
65+
<key>Printing</key>
66+
<dict/>
67+
<key>Sharing</key>
68+
<dict>
69+
<key>ClipboardSharing</key>
70+
<true/>
71+
<key>DirectoryName</key>
72+
<string></string>
73+
<key>DirectorySharing</key>
74+
<true/>
75+
<key>Usb3Support</key>
76+
<true/>
77+
<key>UsbRedirectMax</key>
78+
<integer>3</integer>
79+
</dict>
80+
<key>Sound</key>
81+
<dict>
82+
<key>SoundCard</key>
83+
<string>intel-hda</string>
84+
<key>SoundEnabled</key>
85+
<true/>
86+
</dict>
87+
<key>System</key>
88+
<dict>
89+
<key>Architecture</key>
90+
<string>aarch64</string>
91+
<key>BootDevice</key>
92+
<string></string>
93+
<key>CPU</key>
94+
<string>cortex-a72</string>
95+
<key>CPUCount</key>
96+
<integer>0</integer>
97+
<key>ForceMulticore</key>
98+
<false/>
99+
<key>JITCacheSize</key>
100+
<integer>0</integer>
101+
<key>MachineProperties</key>
102+
<string>highmem=off</string>
103+
<key>Memory</key>
104+
<integer>4096</integer>
105+
<key>SystemUUID</key>
106+
<string>1A9B879C-CDA8-4728-AA9A-4717B646E9AC</string>
107+
<key>Target</key>
108+
<string>virt</string>
109+
</dict>
110+
</dict>
111+
</plist>

0 commit comments

Comments
 (0)