Comment 0 for bug 306356

Revision history for this message
Andrew Pollock (apollock) wrote : REGRESSION: apt-setup/security_host is ignored

Binary package hint: base-installer

I call this a regression because I presume at some point it worked as intended, but maybe it was dead on arrival...

The apt-setup/security_host preseed is read, but completely ignored by configure_apt() in library.sh, thusly:

                if db_get apt-setup/security_host; then
                        SECMIRROR="$RET"
                else
                        SECMIRROR="$MIRROR"
                fi
                echo "deb $PROTOCOL://$MIRROR/ubuntu $DISTRIBUTION-security $COMPONENTS" >> /target/etc/apt/sources.list