r2725 - in dists/trunk/live-helper: docs helpers
daniel at alioth.debian.org
daniel at alioth.debian.org
Thu Aug 9 21:20:03 UTC 2007
Author: daniel
Date: 2007-08-09 21:20:02 +0000 (Thu, 09 Aug 2007)
New Revision: 2725
Modified:
dists/trunk/live-helper/docs/ChangeLog
dists/trunk/live-helper/helpers/lh_chroot_hacks
Log:
Modified: dists/trunk/live-helper/docs/ChangeLog
===================================================================
--- dists/trunk/live-helper/docs/ChangeLog 2007-08-09 20:58:05 UTC (rev 2724)
+++ dists/trunk/live-helper/docs/ChangeLog 2007-08-09 21:20:02 UTC (rev 2725)
@@ -1,3 +1,8 @@
+2007-08-08 Daniel Baumann <daniel at debian.org>
+
+ * functions/lh_chroot_hacks:
+ - Remove resume partition configuration in initramfs on etch.
+
2007-08-07 Daniel Baumann <daniel at debian.org>
* functions/defaults.sh:
Modified: dists/trunk/live-helper/helpers/lh_chroot_hacks
===================================================================
--- dists/trunk/live-helper/helpers/lh_chroot_hacks 2007-08-09 20:58:05 UTC (rev 2724)
+++ dists/trunk/live-helper/helpers/lh_chroot_hacks 2007-08-09 21:20:02 UTC (rev 2725)
@@ -80,6 +80,12 @@
;;
esac
+# Remove resume
+if [ "${LH_DISTRIBUTION}" = "etch" ] && [ -e /etc/initramfs-tools/conf.d/resume ]
+then
+ rm -f /etc/initramfs-tools/conf.d/resume
+fi
+
# Update initramfs
Chroot "update-initramfs -k all -t -u"
More information about the debian-live-changes
mailing list