Skip to content

Commit 4f8e48b

Browse files
committed
First attempt at config.plist
1 parent ebcc9dc commit 4f8e48b

File tree

1 file changed

+107
-0
lines changed

1 file changed

+107
-0
lines changed

packer/config.plist

Lines changed: 107 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,107 @@
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>DisplayDownscaler</key>
21+
<string>linear</string>
22+
<key>DisplayFitScreen</key>
23+
<true/>
24+
<key>DisplayUpscaler</key>
25+
<string>linear</string>
26+
</dict>
27+
<key>Drives</key>
28+
<array>
29+
<dict>
30+
<key>ImagePath</key>
31+
<string>image.qcow2</string>
32+
<key>ImageType</key>
33+
<string>disk</string>
34+
<key>InterfaceType</key>
35+
<string>virtio</string>
36+
</dict>
37+
<dict>
38+
<key>ImageType</key>
39+
<string>cd</string>
40+
<key>InterfaceType</key>
41+
<string>usb</string>
42+
<key>Removable</key>
43+
<true/>
44+
</dict>
45+
</array>
46+
<key>Info</key>
47+
<dict>
48+
<key>Icon</key>
49+
<string>ubuntu</string>
50+
<key>IconCustom</key>
51+
<false/>
52+
<key>Notes</key>
53+
<string></string>
54+
</dict>
55+
<key>Input</key>
56+
<dict>
57+
<key>InputLegacy</key>
58+
<false/>
59+
</dict>
60+
<key>Networking</key>
61+
<dict>
62+
<key>NetworkCard</key>
63+
<string>rtl8139</string>
64+
<key>NetworkEnabled</key>
65+
<true/>
66+
</dict>
67+
<key>Printing</key>
68+
<dict/>
69+
<key>Sharing</key>
70+
<dict>
71+
<key>ClipboardSharing</key>
72+
<true/>
73+
<key>DirectoryName</key>
74+
<string></string>
75+
<key>DirectorySharing</key>
76+
<true/>
77+
</dict>
78+
<key>Sound</key>
79+
<dict>
80+
<key>SoundCard</key>
81+
<string>hda</string>
82+
<key>SoundEnabled</key>
83+
<true/>
84+
</dict>
85+
<key>System</key>
86+
<dict>
87+
<key>Architecture</key>
88+
<string>aarch64</string>
89+
<key>BootDevice</key>
90+
<string>hdd</string>
91+
<key>CPUCount</key>
92+
<integer>0</integer>
93+
<key>ForceMulticore</key>
94+
<false/>
95+
<key>JITCacheSize</key>
96+
<integer>0</integer>
97+
<key>MachineProperties</key>
98+
<string>highmem=off</string>
99+
<key>Memory</key>
100+
<integer>4096</integer>
101+
<key>SystemUUID</key>
102+
<string>1A9B879C-CDA8-4728-AA9A-4717B646E9AC</string>
103+
<key>Target</key>
104+
<string>virt</string>
105+
</dict>
106+
</dict>
107+
</plist>

0 commit comments

Comments
 (0)