diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2017-04-02 10:45:15 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2017-04-02 10:45:15 -0300 |
commit | fdd9554377cb7a686107603799dbde8e891b290e (patch) | |
tree | b6ec829ec1bffb489b97a8108eecd92f0b7f24c9 /kvmxfile | |
parent | 03f94939b1405c9fffd690d764fc08106d88d8ca (diff) | |
download | kvmx-fdd9554377cb7a686107603799dbde8e891b290e.tar.gz kvmx-fdd9554377cb7a686107603799dbde8e891b290e.tar.bz2 |
Adds extlinux support, which is not working for the custom method at kvmx-create
Diffstat (limited to 'kvmxfile')
-rw-r--r-- | kvmxfile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -81,3 +81,6 @@ ssh_support="y" # # This setting is used during virtual machine bootstrapping by kvmx-create. ssh_custom="y" + +# Bootloader (used only during bootstrapping by kvmx-create). +bootloader="grub" |