diff options
author | Daniel Baumann <daniel@debian.org> | 2010-09-26 14:03:26 +0200 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2011-03-09 19:20:31 +0100 |
commit | c77053d3d81ac6bf03a16bc73f4c583b55e48a3e (patch) | |
tree | 5754bf90011ef896ba0c6c9b612f8faf671ea1cc /templates/cgi/debian-unofficial/form.html | |
parent | c5c3f6133a0fb62ba9c2c3b839e6ea5774f9c76a (diff) | |
download | vyos-live-build-c77053d3d81ac6bf03a16bc73f4c583b55e48a3e.tar.gz vyos-live-build-c77053d3d81ac6bf03a16bc73f4c583b55e48a3e.zip |
Replacing lb_chroot_symlinks with a hook, that's more approriate.
Diffstat (limited to 'templates/cgi/debian-unofficial/form.html')
-rw-r--r-- | templates/cgi/debian-unofficial/form.html | 9 |
1 files changed, 0 insertions, 9 deletions
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"> |