r2688 - dists/trunk/live-helper/helpers

daniel at alioth.debian.org daniel at alioth.debian.org
Sat Aug 4 19:09:23 UTC 2007


Author: daniel
Date: 2007-08-04 19:09:23 +0000 (Sat, 04 Aug 2007)
New Revision: 2688

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-08-04 19:04:35 UTC (rev 2687)
+++ dists/trunk/live-helper/helpers/lh_source_debian	2007-08-04 19:09:23 UTC (rev 2688)
@@ -61,8 +61,15 @@
 Chroot "dpkg --get-selections" | awk '{ print $1 }' > chroot/root/dpkg-selection.txt
 echo "${LH_BOOTLOADER}" >> 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
+cat >> chroot/root/dpkg-selection.txt << EOF
+live-helper
+${LH_INITRAMFS}
+dosfstools
+${LH_GENISOIMAGE}
+parted
+squashfs-tools
+genext2fs
+EOF
 
 case "${LH_ARCHITECTURE}" in
 	amd64|i386)




More information about the debian-live-changes mailing list