Comment 1 for bug 771296

Revision history for this message
Pete Ashdown (pashdown-xmission) wrote :

Late command is wonky too. I have to install it twice because the first one fails. This is what I have in my preseed/late_command script:

# sudo-ldap
SUDO_FORCE_REMOVE=yes
export SUDO_FORCE_REMOVE=yes
apt-get -y install sudo-ldap
# first attempt will fail on 10.04 so do it again
apt-get -y install sudo-ldap