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

daniel at alioth.debian.org daniel at alioth.debian.org
Thu Jun 14 15:23:05 UTC 2007


Author: daniel
Date: 2007-06-14 15:23:05 +0000 (Thu, 14 Jun 2007)
New Revision: 2083

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 14:53:13 UTC (rev 2082)
+++ dists/trunk/live-helper/helpers/lh_binary_debian-installer	2007-06-14 15:23:05 UTC (rev 2083)
@@ -142,10 +142,15 @@
 	wget --no-clobber -O "${DESTDIR}"/"${INITRD_GI}" "${LIVE_MIRROR_BOOTSTRAP}"/dists/"${LIVE_DISTRIBUTION}"/main/installer-"${LIVE_ARCHITECTURE}"/current/images/"${DI}"/gtk/initrd.gz
 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"
+mv chroot/binary.deb ./
+
 # Including base debian packages
 if [ -d cache/packages_bootstrap ]
 then
-	for FILE in cache/packages_bootstrap/*.deb
+	for FILE in cache/packages_bootstrap/*.deb binary.deb/*.deb
 	do
 		SOURCE="`dpkg -f ${FILE} Source | awk '{ print $1 }'`"
 
@@ -252,6 +257,7 @@
 cd "${OLDPWD}"
 
 rm -rf binary.udeb
+rm -rf binary.deb
 
 # Generating release file
 apt-ftparchive \




More information about the Debian-live-changes mailing list