diff options
Diffstat (limited to 'templates')
-rw-r--r-- | templates/cgi/debian-official/build.html | 1 | ||||
-rw-r--r-- | templates/cgi/debian-official/form.html | 9 | ||||
-rw-r--r-- | templates/cgi/debian-unofficial/build.html | 1 | ||||
-rw-r--r-- | templates/cgi/debian-unofficial/form.html | 9 |
4 files changed, 0 insertions, 20 deletions
diff --git a/templates/cgi/debian-official/build.html b/templates/cgi/debian-official/build.html index 3fbb1388f..32c0d7951 100644 --- a/templates/cgi/debian-official/build.html +++ b/templates/cgi/debian-official/build.html @@ -36,7 +36,6 @@ <tr><td>--chroot-fileystem: </td><td>LB_CHROOT_FILESYSTEM</td></tr> <tr><td>--linux-flavours: </td><td>LB_LINUX_FLAVOURS</td></tr> <tr><td>--security: </td><td>LB_SECURITY</td></tr> - <tr><td>--symlinks: </td><td>LB_SYMLINKS</td></tr> <tr><td>--sysvinit: </td><td>LB_SYSVINIT</td></tr> </table> diff --git a/templates/cgi/debian-official/form.html b/templates/cgi/debian-official/form.html index 4c8018dcb..15e4a25bb 100644 --- a/templates/cgi/debian-official/form.html +++ b/templates/cgi/debian-official/form.html @@ -180,15 +180,6 @@ </td> </tr> <tr> - <td><label for="Symlinks">--symlinks:</label> </td> - <td> - <select id="Symlinks" name="symlinks" size="1"> - <option value="true">true</option> - <option selected value="false">false</option> - </select> - </td> - </tr> - <tr> <td><label for="Sysvinit">--sysvinit:</label> </td> <td> <select id="Sysvinit" name="sysvinit" size="1"> diff --git a/templates/cgi/debian-unofficial/build.html b/templates/cgi/debian-unofficial/build.html index de2c9f5db..b5fc19540 100644 --- a/templates/cgi/debian-unofficial/build.html +++ b/templates/cgi/debian-unofficial/build.html @@ -36,7 +36,6 @@ <tr><td>--chroot-fileystem: </td><td>LB_CHROOT_FILESYSTEM</td></tr> <tr><td>--linux-flavours: </td><td>LB_LINUX_FLAVOURS</td></tr> <tr><td>--security: </td><td>LB_SECURITY</td></tr> - <tr><td>--symlinks: </td><td>LB_SYMLINKS</td></tr> <tr><td>--sysvinit: </td><td>LB_SYSVINIT</td></tr> </table> diff --git a/templates/cgi/debian-unofficial/form.html b/templates/cgi/debian-unofficial/form.html index acb3ccf37..27902fa03 100644 --- a/templates/cgi/debian-unofficial/form.html +++ b/templates/cgi/debian-unofficial/form.html @@ -179,15 +179,6 @@ </td> </tr> <tr> - <td><label for="Symlinks">--symlinks:</label> </td> - <td> - <select id="Symlinks" name="symlinks" size="1"> - <option value="true">true</option> - <option selected value="false">false</option> - </select> - </td> - </tr> - <tr> <td><label for="Sysvinit">--sysvinit:</label> </td> <td> <select id="Sysvinit" name="sysvinit" size="1"> |