diff options
author | Daniel Baumann <mail@daniel-baumann.ch> | 2014-12-10 07:39:58 +0100 |
---|---|---|
committer | Daniel Baumann <mail@daniel-baumann.ch> | 2014-12-10 07:39:58 +0100 |
commit | 1f7f6dd88a36403c0bc877ee6c4a58f7acfc2034 (patch) | |
tree | b98ff62505af2e1d3b2e0e394ffb92f81239cfec /templates/cgi | |
parent | 7b6dfd9d167b5ef09c6c1812f17e6df302f45897 (diff) | |
download | vyos-live-build-1f7f6dd88a36403c0bc877ee6c4a58f7acfc2034.tar.gz vyos-live-build-1f7f6dd88a36403c0bc877ee6c4a58f7acfc2034.zip |
Cleaning up from python removal (LIVE_IMAGE_ARCHITECTURE).
Diffstat (limited to 'templates/cgi')
-rw-r--r-- | templates/cgi/debian/build.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/cgi/debian/build.html b/templates/cgi/debian/build.html index b16e35a9e..fcfeb51f0 100644 --- a/templates/cgi/debian/build.html +++ b/templates/cgi/debian/build.html @@ -22,7 +22,7 @@ <b>Advanced bootstrap options</b> <table> - <tr><td>--architectures: </td><td>LIVE_IMAGE_ARCHITECTURE</td></tr> + <tr><td>--architectures: </td><td>LB_ARCHITECTURES</td></tr> <tr><td>--archive-areas: </td><td>LIVE_IMAGE_ARCHIVE_AREAS</td></tr> </table> |