[Debian-live-changes] r2465 - in dists/trunk/live-helper: docs helpers

daniel at alioth.debian.org daniel at alioth.debian.org
Thu Jul 12 19:52:12 UTC 2007


Author: daniel
Date: 2007-07-12 19:52:12 +0000 (Thu, 12 Jul 2007)
New Revision: 2465

Modified:
   dists/trunk/live-helper/docs/ChangeLog
   dists/trunk/live-helper/helpers/lh_binary_linux-image
Log:


Modified: dists/trunk/live-helper/docs/ChangeLog
===================================================================
--- dists/trunk/live-helper/docs/ChangeLog	2007-07-12 19:28:25 UTC (rev 2464)
+++ dists/trunk/live-helper/docs/ChangeLog	2007-07-12 19:52:12 UTC (rev 2465)
@@ -1,3 +1,8 @@
+2007-07-12  Daniel Baumann  <daniel at debian.org>
+
+	* helpers/lh_binary_linux-image:
+	  - Skip vmlinuz/initrd symlinks.
+
 2007-07-09  Chris Lamb  <chris at chris-lamb.co.uk>
 
 	* functions/chroot.sh, functions/defaults.sh:

Modified: dists/trunk/live-helper/helpers/lh_binary_linux-image
===================================================================
--- dists/trunk/live-helper/helpers/lh_binary_linux-image	2007-07-12 19:28:25 UTC (rev 2464)
+++ dists/trunk/live-helper/helpers/lh_binary_linux-image	2007-07-12 19:52:12 UTC (rev 2465)
@@ -95,8 +95,8 @@
 mkdir -p "${DESTDIR}"
 
 # Installing linux-image
-cp chroot/boot/"${LINUX}"* "${DESTDIR}"
-cp chroot/boot/initrd.img* "${DESTDIR}"
+cp chroot/boot/"${LINUX}"-* "${DESTDIR}"
+cp chroot/boot/initrd.img-* "${DESTDIR}"
 
 # Creating stage file
 Create_stagefile .stage/binary_linux-image




More information about the Debian-live-changes mailing list