Manually removing resolvconf when building kde-desktop release images.

This commit is contained in:
Daniel Baumann 2010-03-12 15:58:50 +01:00
parent 870b46a205
commit a44b66389f
1 changed files with 3 additions and 0 deletions

View File

@ -70,6 +70,9 @@ do
# set session manager
Chroot chroot "update-alternatives --set x-session-manager /usr/bin/startkde"
# get rid of resolvconf
Chroot chroot "dpkg -P resolvconf"
fi
;;