diff options
author | Richard Nelson <unixabg@gmail.com> | 2011-12-23 19:58:31 -0600 |
---|---|---|
committer | Richard Nelson <unixabg@gmail.com> | 2011-12-23 19:58:31 -0600 |
commit | f4ee97726cb6957aee97e6ccf3223b5fe2965b05 (patch) | |
tree | fc17947c4a0613c46af1401297e2f7365b14aa83 /templates/cgi/debian-official/build.html | |
parent | b16617d8c160ea493eb02b3f3c22f054e6e08bcf (diff) | |
download | vyos-live-build-f4ee97726cb6957aee97e6ccf3223b5fe2965b05.tar.gz vyos-live-build-f4ee97726cb6957aee97e6ccf3223b5fe2965b05.zip |
l-b.cgi modify old --packages param to become cgipackages.list.chroot
Diffstat (limited to 'templates/cgi/debian-official/build.html')
-rw-r--r-- | templates/cgi/debian-official/build.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/cgi/debian-official/build.html b/templates/cgi/debian-official/build.html index 9f1a7a6ee..f44cbc540 100644 --- a/templates/cgi/debian-official/build.html +++ b/templates/cgi/debian-official/build.html @@ -16,7 +16,7 @@ <tr><td>--distribution: </td><td>LB_DISTRIBUTION</td></tr> <tr><td>--package-lists: </td><td>LB_PACKAGE_LISTS</td></tr> <tr><td>--tasks: </td><td>LB_TASKS</td><tr> - <tr><td>--packages: </td><td>LB_PACKAGES</td><tr> + <tr><td>cgipackages.list.chroot: </td><td>_LB_CGIPACKAGES</td><tr> </table> <b>Advanced bootstrap options</b> |