[Debian-live-changes] r2089 - dists/trunk/live-helper/helpers

daniel at alioth.debian.org daniel at alioth.debian.org
Thu Jun 14 18:53:40 UTC 2007


Author: daniel
Date: 2007-06-14 18:53:40 +0000 (Thu, 14 Jun 2007)
New Revision: 2089

Modified:
   dists/trunk/live-helper/helpers/lh_binary_debian-installer
Log:


Modified: dists/trunk/live-helper/helpers/lh_binary_debian-installer
===================================================================
--- dists/trunk/live-helper/helpers/lh_binary_debian-installer	2007-06-14 18:48:31 UTC (rev 2088)
+++ dists/trunk/live-helper/helpers/lh_binary_debian-installer	2007-06-14 18:53:40 UTC (rev 2089)
@@ -144,8 +144,11 @@
 
 # Downloading additional packages
 mkdir -p chroot/binary.deb/archives/partial
-Chroot "apt-get -o Dir::Cache=/binary.deb --download-only install --reinstall --yes lilo linux-headers-2.6-486 linux-headers-2.6-686 linux-image-2.6-486 linux-image-2.6-686"
+mv chroot/var/lib/dpkg/status chroot/var/lib/dpkg/status.tmp
+touch chroot/var/lib/dpkg/status
+Chroot "apt-get -o Dir::Cache=/binary.deb --download-only install --yes lilo linux-headers-2.6-486 linux-headers-2.6-686 linux-image-2.6-486 linux-image-2.6-686"
 mv chroot/binary.deb ./
+mv chroot/var/lib/dpkg/status.tmp chroot/var/lib/dpkg/status
 
 # Including base debian packages
 if [ -d cache/packages_bootstrap ]




More information about the Debian-live-changes mailing list