remove legacy FIXME

Signed-off-by: Steven Armstrong <steven@icarus.ethz.ch>
This commit is contained in:
Steven Armstrong 2014-02-05 21:18:47 +01:00
parent 7686a5ac5e
commit 6f0459f3c5
2 changed files with 1 additions and 3 deletions

View File

@ -32,7 +32,7 @@ distribution::
the targets /etc/lsb-release
component::
space delimited list of components to enable. Defaults to 'main'.
space delimited list of components to enable. Defaults to an empty string.
BOOLEAN PARAMETERS

View File

@ -30,8 +30,6 @@ fi
if [ -f "$__object/parameter/component" ]; then
component="$(cat "$__object/parameter/component")"
else
# FIXME: nead to omit this for http://stat.ethz.ch/CRAN//bin/linux/ubuntu, investigate side-effects
#component="main"
component=""
fi
if [ -f "$__object/parameter/arch" ]; then