diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2017-04-02 14:33:05 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2017-04-02 14:33:05 -0300 |
commit | d7a2976c461f8fd05edf96c3a4153ec23cfa11bb (patch) | |
tree | bd663e912eb77f6352ac407071b3b3a1ce66daea | |
parent | b56608c18d19a59e177a881f52c112eb54e0c09f (diff) | |
download | debian-d7a2976c461f8fd05edf96c3a4153ec23cfa11bb.tar.gz debian-d7a2976c461f8fd05edf96c3a4153ec23cfa11bb.tar.bz2 |
Adds bootloader config at kvmxfile
-rw-r--r-- | kvmxfile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -70,3 +70,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" |