Adding live option for debian_installer in template for l-b-cgi frontend.
This commit is contained in:
parent
b883aabc6a
commit
1af19fd662
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue