From c75b6a3efe3478b9acd9985c19431e601af02df0 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Sun, 21 Apr 2013 13:09:26 +0200 Subject: fixup: workaround #705452 --- bin/chroot-installation.sh | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/bin/chroot-installation.sh b/bin/chroot-installation.sh index 271e7db0..cf3bb830 100755 --- a/bin/chroot-installation.sh +++ b/bin/chroot-installation.sh @@ -63,8 +63,6 @@ echo -e '#!/bin/sh\nexit 101' > /usr/sbin/policy-rc.d chmod +x /usr/sbin/policy-rc.d echo 'Acquire::http::Proxy "http://localhost:3128";' > /etc/apt/apt.conf.d/80proxy echo "deb-src $MIRROR $1 main contrib non-free" >> /etc/apt/sources.list -# work around #703146 -rm /var/lib/apt/lists/*Release apt-get update EOF } @@ -92,7 +90,7 @@ echo "deb $MIRROR $1 main contrib non-free" > /etc/apt/sources.list $SCRIPT_HEADER apt-get update # workaround #705452 -(dpkg -l docbook-xml && apt-get -y install docbook-xml) || true +(dpkg -l xml-core && apt-get -y install xml-core docbook-xml) || true apt-get -y upgrade apt-get -y dist-upgrade apt-get -y dist-upgrade -- cgit v1.2.3-54-g00ecf