summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorRichard Nelson <unixabg@gmail.com>2012-11-19 20:28:32 -0600
committerRichard Nelson <unixabg@gmail.com>2012-11-19 20:28:32 -0600
commit8f90c22f7dcccb6902a9af36d53e0aacf4c4e12c (patch)
tree6d68e851d9d93883f3f881c6e0b99524b0baa87a /templates
parentb7ac34da6531d8f41ba15967a32cfb24d41197dd (diff)
downloadvyos-live-build-8f90c22f7dcccb6902a9af36d53e0aacf4c4e12c.tar.gz
vyos-live-build-8f90c22f7dcccb6902a9af36d53e0aacf4c4e12c.zip
Increased the maxlenth of the entry field cgipackages.list.chroot on l-b.cgi (Closes: #693732).
Diffstat (limited to 'templates')
-rw-r--r--templates/cgi/debian/form.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/cgi/debian/form.html b/templates/cgi/debian/form.html
index 5c39522d1..f80ed9363 100644
--- a/templates/cgi/debian/form.html
+++ b/templates/cgi/debian/form.html
@@ -58,7 +58,7 @@
</tr>
<tr>
<td><label for="Packages">cgipackages.list.chroot:</label> </td>
- <td><input id="Packages" name="cgipackages" maxlength="256" size="50" type="text" /></td>
+ <td><input id="Packages" name="cgipackages" maxlength="2000" size="50" type="text" /></td>
</tr>
</table>
</div>