diff options
author | Daniel Baumann <daniel@debian.org> | 2010-09-02 14:39:52 +0200 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2010-09-02 14:39:52 +0200 |
commit | 5b38f435834b310855d0c4d2e23e0c898bb76b54 (patch) | |
tree | 2721a35e4781fc36b86d1b99c2bf146d50be3d5c /templates/cgi/debian-official/form.html | |
parent | 4e4db4e4e8bfe6a226a1f2d317c142585e9e7533 (diff) | |
download | vyos-live-build-5b38f435834b310855d0c4d2e23e0c898bb76b54.tar.gz vyos-live-build-5b38f435834b310855d0c4d2e23e0c898bb76b54.zip |
Replacing some references to live-helper with live-build in templates.
Diffstat (limited to 'templates/cgi/debian-official/form.html')
-rw-r--r-- | templates/cgi/debian-official/form.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/cgi/debian-official/form.html b/templates/cgi/debian-official/form.html index 923477e79..fca9d2d19 100644 --- a/templates/cgi/debian-official/form.html +++ b/templates/cgi/debian-official/form.html @@ -1,7 +1,7 @@ <h3>Submit your parameters (<b>working</b> email address is required) to generate your very own Debian Live system.</h3> -<form action="live-helper" method="get"> +<form action="live-build" method="get"> <fieldset> @@ -261,7 +261,7 @@ </tr> <tr> <td><label for="Iso_Preparer">--iso-preparer:</label> </td> - <td><input id="Iso_Preparer" name="iso_preparer" maxlength="128" size="50" type="text" value="live-helper; http://packages.qa.debian.org/live-helper" /></td> + <td><input id="Iso_Preparer" name="iso_preparer" maxlength="128" size="50" type="text" value="live-build; http://packages.qa.debian.org/live-build" /></td> </tr> <tr> <td><label for="Iso_Publisher">--iso-publisher:</label> </td> |