r2626 - dists/trunk/live-helper/helpers
daniel at alioth.debian.org
daniel at alioth.debian.org
Sun Jul 29 07:57:14 UTC 2007
Author: daniel
Date: 2007-07-29 07:57:14 +0000 (Sun, 29 Jul 2007)
New Revision: 2626
Modified:
dists/trunk/live-helper/helpers/lh_source_debian
Log:
Modified: dists/trunk/live-helper/helpers/lh_source_debian
===================================================================
--- dists/trunk/live-helper/helpers/lh_source_debian 2007-07-29 00:04:10 UTC (rev 2625)
+++ dists/trunk/live-helper/helpers/lh_source_debian 2007-07-29 07:57:14 UTC (rev 2626)
@@ -60,7 +60,20 @@
# Download sources
Chroot "dpkg --get-selections" | awk '{ print $1 }' > chroot/root/dpkg-selection.txt
echo "${LIVE_BOOTLOADER}" >> chroot/root/dpkg-selection.txt
-#echo "live-helper" >> chroot/root/dpkg-selection.txt
+
+echo -e "live-helper\n${LH_INITRAMFS}" >> chroot/root/dpkg-selection.txt
+echo -e "dosfstools\n${LH_GENISOIMAGE}\nparted\nsquashfs-tools\ngenext2fs" >> chroot/root/dpkg-selection.txt
+
+case "${LIVE_ARCHITECTURE}" in
+ amd64|i386)
+ echo -e "${LIVE_MEMTEST}\nmtools\nsyslinux\ngrub" >> chroot/root/dpkg-selection.txt
+ ;;
+
+ powerpc)
+ echo -e "yaboot" >> chroot/root/dpkg-selection.txt
+ ;;
+esac
+
Chroot "xargs --arg-file=/root/dpkg-selection.txt apt-get source --download-only"
rm -f chroot/root/dpkg-selection.txt
More information about the debian-live-changes
mailing list