[Debian-live-changes] r2409 - in dists/trunk/live-helper: docs helpers
otavio at alioth.debian.org
otavio at alioth.debian.org
Fri Jul 6 13:52:28 UTC 2007
Author: otavio
Date: 2007-07-06 13:52:28 +0000 (Fri, 06 Jul 2007)
New Revision: 2409
Modified:
dists/trunk/live-helper/docs/ChangeLog
dists/trunk/live-helper/helpers/lh_binary_rootfs
Log:
helpers/lh_binary_rootfs: Fix parameters to allow the removal of kernels inside of squashfs.
Modified: dists/trunk/live-helper/docs/ChangeLog
===================================================================
--- dists/trunk/live-helper/docs/ChangeLog 2007-07-06 13:44:17 UTC (rev 2408)
+++ dists/trunk/live-helper/docs/ChangeLog 2007-07-06 13:52:28 UTC (rev 2409)
@@ -1,3 +1,9 @@
+2007-07-06 Otavio Salvador <otavio at debian.org>
+
+ * helpers/lh_binary_rootfs:
+ - Fix parameters to allow the removal of kernels inside of
+ squashfs.
+
2007-07-05 Otavio Salvador <otavio at debian.org>
* helpers/lh_binary_rootfs:
Modified: dists/trunk/live-helper/helpers/lh_binary_rootfs
===================================================================
--- dists/trunk/live-helper/helpers/lh_binary_rootfs 2007-07-06 13:44:17 UTC (rev 2408)
+++ dists/trunk/live-helper/helpers/lh_binary_rootfs 2007-07-06 13:52:28 UTC (rev 2409)
@@ -153,7 +153,7 @@
if [ "${LIVE_PACKAGES_LISTS}" = "minimal" ] || [ "${LIVE_PACKAGES_LISTS}" = "mini" ]
then
- MKSQUASHFS_OPTIONS="${MKSQUASHFS_OPTIONS} -e chroot/boot/${LINUX}* chroot/boot/initrd.img* chroot/${LINUX}* chroot/initrd.img*"
+ MKSQUASHFS_OPTIONS="${MKSQUASHFS_OPTIONS} -e `ls chroot/boot/${LINUX}* chroot/boot/initrd.img* chroot/${LINUX}* chroot/initrd.img* | sed 's,chroot/,,g'`"
fi
if [ -f config/binary_rootfs/squashfs.sort ]
More information about the Debian-live-changes
mailing list