diff options
author | Daniel Baumann <daniel@debian.org> | 2010-09-02 14:39:52 +0200 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2011-03-09 19:17:19 +0100 |
commit | 8763b96ddf8c100bc9cc3782488a8156f8498d69 (patch) | |
tree | 2721a35e4781fc36b86d1b99c2bf146d50be3d5c /templates/cgi/debian-official/form.html | |
parent | 520ddfc89dbffc98a3a8e759b69ede69b3b19df8 (diff) | |
download | vyos-live-build-8763b96ddf8c100bc9cc3782488a8156f8498d69.tar.gz vyos-live-build-8763b96ddf8c100bc9cc3782488a8156f8498d69.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> |