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

daniel at alioth.debian.org daniel at alioth.debian.org
Thu Jun 14 18:06:58 UTC 2007


Author: daniel
Date: 2007-06-14 18:06:58 +0000 (Thu, 14 Jun 2007)
New Revision: 2084

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 15:23:05 UTC (rev 2083)
+++ dists/trunk/live-helper/helpers/lh_binary_debian-installer	2007-06-14 18:06:58 UTC (rev 2084)
@@ -143,14 +143,14 @@
 fi
 
 # Downloading additional packages
-mkdir chroot/binary.deb
-Chroot "apt-get --download-only lilo linux-headers-2.6.18-4-486 linux-headers-2.6.18-4-686 linux-headers-2.6.18-4 linux-image-2.6.18-4-486 linux-image-2.6.18-4-686 linux-kbuild-2.6.18 linux-headers-2.6-486 linux-headers-2.6-686 linux-image-2.6-486 linux-image-2.6-686"
+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/binary.deb ./
 
 # Including base debian packages
 if [ -d cache/packages_bootstrap ]
 then
-	for FILE in cache/packages_bootstrap/*.deb binary.deb/*.deb
+	for FILE in cache/packages_bootstrap/*.deb binary.deb/archives/*.deb
 	do
 		SOURCE="`dpkg -f ${FILE} Source | awk '{ print $1 }'`"
 




More information about the Debian-live-changes mailing list