Reinstall shadow after PAM
[hvlinux.git] / stage3 / packages-update
index 6b09287..de074d9 100755 (executable)
@@ -8,6 +8,9 @@ source ../functions/main
 
 update_packages_init ${*}
 
+# These packages were already downloaded for stage2:
+lpkg 2 ${SHADOW}
+
 # These packages are only for stage3
 fpkg -m gnu ${WHICH}
 fpkg -e "tar.gz" ${BASHCOMPLETION} "http://www.caliban.org/files/bash"
@@ -74,7 +77,6 @@ fpkg -e "tar.gz" ${DOSFSTOOLS} "http://fossies.org/linux/misc"
 fpkg -e "tar.gz" ${GIT} "http://git-core.googlecode.com/files"
 fpkg -e "tar.gz" "git-manpages-$(get_pkg_ver ${GIT})" \
     "http://git-core.googlecode.com/files"
-fpkg -e "tar.gz" ${MERCURIAL} "http://mercurial.selenic.com/release"
 
 fpkg -e "tar.gz" ${DIALOG} "ftp://ftp.us.debian.org/debian/pool/main/d/dialog"