aboutsummaryrefslogtreecommitdiff
path: root/init
diff options
context:
space:
mode:
Diffstat (limited to 'init')
-rwxr-xr-xinit6
1 files changed, 6 insertions, 0 deletions
diff --git a/init b/init
index 694dcb0..18a6b0b 100755
--- a/init
+++ b/init
@@ -66,6 +66,12 @@ SYSTEMD_LOG_LEVEL=info /lib/systemd/systemd-udevd --daemon --resolve-names=never
udevadm trigger --action=add
udevadm settle || true
+# Initialize KVM.
+#
+#if ! (modprobe kvm_intel || modprobe kvm_amd); then
+# error "no virtualization support available (is it disabled in BIOS?)"
+#fi
+
# Parse the kernel command line. This is complicated by the fact that the
# values can be quoted, for example:
#