diff options
author | Richard Nelson <unixabg@gmail.com> | 2014-12-26 18:56:53 -0600 |
---|---|---|
committer | Richard Nelson <unixabg@gmail.com> | 2014-12-26 18:56:53 -0600 |
commit | 07ccdb188842504fe5fec4d7a1a200721b52d579 (patch) | |
tree | a03e51b1e5e5361c3b169b1b54486bbe1a52e6c3 | |
parent | b814f4e07e392397f5c4eec5981809ccd07d4fad (diff) | |
download | vyos-live-build-07ccdb188842504fe5fec4d7a1a200721b52d579.tar.gz vyos-live-build-07ccdb188842504fe5fec4d7a1a200721b52d579.zip |
Dropping support of config type rescue in frontend/cgi.
-rw-r--r-- | templates/cgi/debian/form.html | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/templates/cgi/debian/form.html b/templates/cgi/debian/form.html index 76c8623a2..44b0d5bb9 100644 --- a/templates/cgi/debian/form.html +++ b/templates/cgi/debian/form.html @@ -51,7 +51,6 @@ <option value="kde-desktop">KDE Desktop</option> <option value="lxde-desktop">LXDE Desktop</option> <option value="mate-desktop">Mate Desktop</option> - <option value="rescue">Rescue</option> <option selected value="standard">Standard</option> <option value="xfce-desktop">Xfce Desktop</option> </select> |