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 0b1cd251e..cb3252fb7 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>--sysvinit: </td><td>LB_SYSVINIT</td></tr> </table> <b>Advanced binary options</b> diff --git a/templates/cgi/debian-official/form.html b/templates/cgi/debian-official/form.html index f4dd8ac9e..8ed1bc170 100644 --- a/templates/cgi/debian-official/form.html +++ b/templates/cgi/debian-official/form.html @@ -179,15 +179,6 @@ </select> </td> </tr> - <tr> - <td><label for="Sysvinit">--sysvinit:</label> </td> - <td> - <select id="Sysvinit" name="sysvinit" size="1"> - <option value="true">true</option> - <option selected value="false">false</option> - </select> - </td> - </tr> </table> </div> diff --git a/templates/cgi/debian-unofficial/build.html b/templates/cgi/debian-unofficial/build.html index bd51f4216..843f44fa4 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>--sysvinit: </td><td>LB_SYSVINIT</td></tr> </table> <b>Advanced binary options</b> diff --git a/templates/cgi/debian-unofficial/form.html b/templates/cgi/debian-unofficial/form.html index 273faf86b..b045a3561 100644 --- a/templates/cgi/debian-unofficial/form.html +++ b/templates/cgi/debian-unofficial/form.html @@ -178,15 +178,6 @@ </select> </td> </tr> - <tr> - <td><label for="Sysvinit">--sysvinit:</label> </td> - <td> - <select id="Sysvinit" name="sysvinit" size="1"> - <option value="true">true</option> - <option selected value="false">false</option> - </select> - </td> - </tr> </table> </div> |