summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Baumann <daniel@debian.org>2007-09-23 10:04:47 +0200
committerDaniel Baumann <daniel@debian.org>2011-03-09 18:18:28 +0100
commit811ff0532fcb3305ebefcd1d61e4eb6c260902eb (patch)
treeff4c5c1940c1d482006ed5868522ed009f22e0c9
parent49524055a1fd813b8032af88ddda838a856128dd (diff)
downloadlive-build-811ff0532fcb3305ebefcd1d61e4eb6c260902eb.zip
live-build-811ff0532fcb3305ebefcd1d61e4eb6c260902eb.tar.gz
Adding live-helper 1.0~a1-3.
-rw-r--r--debian/changelog8
-rw-r--r--doc/ChangeLog5
-rwxr-xr-xhelpers/lh_chroot_hacks3
3 files changed, 15 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index c48d85e..cb11408 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,10 +1,16 @@
+live-helper (1.0~a1-3) unstable; urgency=low
+
+ * helpers/lh_chroot_hacks: Added removal of udev persistent-net rule.
+
+ -- Daniel Baumann <daniel@debian.org> Wed, 14 Mar 2007 21:00:00 +0100
+
live-helper (1.0~a1-2) unstable; urgency=low
* functions/defaults.sh: Fixed setting of LIVE_SYSVINIT.
* helpers/lh_chroot_sysvinit: Changed check for LIVE_SYSVINIT from disabled to
enabled.
- -- Daniel Baumann <daniel@debian.org> Mon, 12 Mar 2007 18:00:00 +0100
+ -- Daniel Baumann <daniel@debian.org> Wed, 14 Mar 2007 18:00:00 +0100
live-helper (1.0~a1-1) unstable; urgency=low
diff --git a/doc/ChangeLog b/doc/ChangeLog
index ad0c984..1785b79 100644
--- a/doc/ChangeLog
+++ b/doc/ChangeLog
@@ -1,5 +1,10 @@
2007-03-14 Daniel Baumann <daniel@debian.org>
+ * helpers/lh_chroot_hacks: Added removal of udev persistent-net rule.
+ * Uploaded 1.0~a1-3.
+
+2007-03-14 Daniel Baumann <daniel@debian.org>
+
* functions/defaults.sh: Fixed setting of LIVE_SYSVINIT.
* helpers/lh_chroot_sysvinit: Changed check for LIVE_SYSVINIT from disabled to
enabled.
diff --git a/helpers/lh_chroot_hacks b/helpers/lh_chroot_hacks
index 5535458..d46e0c5 100755
--- a/helpers/lh_chroot_hacks
+++ b/helpers/lh_chroot_hacks
@@ -27,6 +27,9 @@ Check_lockfile "${LIVE_ROOT}"/.lock
# Creating lock file
Create_lockfile "${LIVE_ROOT}"/.lock
+# Removing udev mac caching rule
+rm -f chroot/etc/udev/rules.d/z25_persistent-net.rules
+
case "${LIVE_BINARY_IMAGE}" in
net)
case "${LH_APT}" in