aboutsummaryrefslogtreecommitdiff
path: root/kvmxfile
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2017-10-07 16:52:55 -0300
committerSilvio Rhatto <rhatto@riseup.net>2017-10-07 16:52:55 -0300
commit1dd527fd5f68b1661aa73fdd2a2e3396ee666381 (patch)
treee0c273b517823922e01fefa5b8d383f6327e1d2a /kvmxfile
parent3a0a0b17af88c5d8b33c09acb2154045bf2a25af (diff)
downloadkvmx-1dd527fd5f68b1661aa73fdd2a2e3396ee666381.tar.gz
kvmx-1dd527fd5f68b1661aa73fdd2a2e3396ee666381.tar.bz2
Adds drive_interface config
Diffstat (limited to 'kvmxfile')
-rw-r--r--kvmxfile4
1 files changed, 4 insertions, 0 deletions
diff --git a/kvmxfile b/kvmxfile
index 703e88a..c8bc80d 100644
--- a/kvmxfile
+++ b/kvmxfile
@@ -102,3 +102,7 @@ ssh_custom="y"
# Bootloader (used only during bootstrapping by kvmx-create).
bootloader="grub"
+
+# Drive interface
+# Needed by some systems like NetBSD and FreeBSD
+#drive_interface="ide"