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

Daniel Baumann daniel at alioth.debian.org
Fri May 4 13:05:24 UTC 2007


Author: daniel
Date: 2007-05-04 13:05:23 +0000 (Fri, 04 May 2007)
New Revision: 1225

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


Modified: dists/trunk/live-helper/helpers/lh_binary_debian-installer
===================================================================
--- dists/trunk/live-helper/helpers/lh_binary_debian-installer	2007-05-04 12:46:39 UTC (rev 1224)
+++ dists/trunk/live-helper/helpers/lh_binary_debian-installer	2007-05-04 13:05:23 UTC (rev 1225)
@@ -109,6 +109,8 @@
 	wget --no-clobber -O "${DESTDIR}"/gtk/initrd.gz "${LIVE_MIRROR_BUILD}"/dists/"${LIVE_DISTRIBUTION}"/main/installer-"${LIVE_ARCHITECTURE}"/current/images/"${DESTDIR_INSTALLER}"/gtk/initrd.gz
 fi
 
+FIXME ()
+{
 # Downloading udebs
 mkdir -p binary/dists/"${LIVE_DISTRIBUTION}"/main/debian-installer/binary-"${LIVE_ARCHITECTURE}"
 cd binary/dists/"${LIVE_DISTRIBUTION}"/main/debian-installer/binary-"${LIVE_ARCHITECTURE}"
@@ -234,6 +236,7 @@
 
 apt-ftparchive generate cache/indices_debian-installer/archive
 apt-ftparchive -c cache/indices_debian-installer/release -o APT::FTPArchive::Release::Description="Last updated: `date -R`" release binary/dists/${LIVE_DISTRIBUTION} > binary/dists/${LIVE_DISTRIBUTION}/Release
+}
 
 mkdir binary/.disk
 echo "main" > binary/.disk/base_components

Modified: dists/trunk/live-helper/helpers/lh_binary_usb-hdd
===================================================================
--- dists/trunk/live-helper/helpers/lh_binary_usb-hdd	2007-05-04 12:46:39 UTC (rev 1224)
+++ dists/trunk/live-helper/helpers/lh_binary_usb-hdd	2007-05-04 13:05:23 UTC (rev 1225)
@@ -120,7 +120,7 @@
 		Chroot " mkfs.vfat -F 16 -n DEBIAN_LIVE ${FREELO}"
 		mkdir -p binary.tmp
 		${LH_ROOT_COMMAND} mount ${FREELO} binary.tmp
-		cp -r binary/* binary.tmp
+		cp --recursive --preserve=link,mode,timestamps binary/* binary.tmp
 		${LH_ROOT_COMMAND} umount binary.tmp
 		rmdir binary.tmp
 




More information about the Debian-live-changes mailing list