diff options
author | jnqnfe <jnqnfe@gmail.com> | 2014-12-10 07:51:50 +0100 |
---|---|---|
committer | Daniel Baumann <mail@daniel-baumann.ch> | 2014-12-10 07:51:50 +0100 |
commit | ef9b1e8487d2d238da443438e4a4b4abdc07af9d (patch) | |
tree | 36b535dd2932c1e37d1f0522f099618c9e16e50e /templates | |
parent | 6577c386ae3181f28e0233121e8cc174b26b549d (diff) | |
download | vyos-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.html | 1 |
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> |