Adding live option for debian_installer in template for l-b-cgi frontend.

This commit is contained in:
Richard Nelson 2015-04-20 14:31:44 -05:00
parent b883aabc6a
commit 1af19fd662
1 changed files with 1 additions and 0 deletions

View File

@ -183,6 +183,7 @@
<select id="Debian_Installer" name="debian_installer" size="1">
<option value="true">true</option>
<option selected value="false">false</option>
<option value="live">live</option>
</select>
</td>
</tr>