summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorjnqnfe <jnqnfe@gmail.com>2014-12-10 07:51:50 +0100
committerDaniel Baumann <mail@daniel-baumann.ch>2014-12-10 07:51:50 +0100
commitef9b1e8487d2d238da443438e4a4b4abdc07af9d (patch)
tree36b535dd2932c1e37d1f0522f099618c9e16e50e /templates
parent6577c386ae3181f28e0233121e8cc174b26b549d (diff)
downloadvyos-live-build-ef9b1e8487d2d238da443438e4a4b4abdc07af9d.tar.gz
vyos-live-build-ef9b1e8487d2d238da443438e4a4b4abdc07af9d.zip
Fix missing grub2 option in bootloader selection (Closes: #772671).
Diffstat (limited to 'templates')
-rw-r--r--templates/cgi/debian/form.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/cgi/debian/form.html b/templates/cgi/debian/form.html
index d8c76e865..94f760ddb 100644
--- a/templates/cgi/debian/form.html
+++ b/templates/cgi/debian/form.html
@@ -173,6 +173,7 @@
<td>
<select id="Bootloader" name="bootloader" size="1">
<option value="grub">grub</option>
+ <option value="grub2">grub2</option>
<option selected value="syslinux">syslinux</option>
</select>
</td>