There was an error while loading. Please reload this page.
0 parents commit 2e8faebCopy full SHA for 2e8faeb
AWS
@@ -0,0 +1,6 @@
1
+# TODO: This file is currently a placeholder for an Amazon Web Service
2
+# configuration. Not tested and assumed not to work
3
+
4
+include BASE
5
+ident AWS
6
AZURE
@@ -0,0 +1,24 @@
+ident AZURE
+device hyperv # HyperV drivers
+device uart # Serial Port
7
+device fdc
8
9
+device cd
10
+nooptions MSDOSFS
11
12
+nooptions ATA_STATIC_ID
13
+nodevice splash
14
15
+# Note that for provisioning in AZURE, the following is needed for the CD Drive.
16
+# In those cases we use a loadable module
17
+nodevice ahci
18
+#nodevice ata
19
20
+nodevice vt
21
+nodevice vt_vga
22
+nodevice vt_efifb
23
+nodevice ukbd
24
+nodevice umass
0 commit comments