[SCM] debian-live branch, master, updated. 1.0_a48-1-87-gbe2bb37

Daniel Baumann daniel at debian.org
Fri Aug 15 21:31:16 UTC 2008


The following commit has been merged in the master branch:
commit be2bb3701f11670bafb304221dbea83bea2d1183
Author: Daniel Baumann <daniel at debian.org>
Date:   Fri Aug 15 23:19:33 2008 +0200

    Updating chroot hacks to reflect namechange of the udev persistent rules.

diff --git a/helpers/lh_chroot_hacks b/helpers/lh_chroot_hacks
index af88437..846a5c8 100755
--- a/helpers/lh_chroot_hacks
+++ b/helpers/lh_chroot_hacks
@@ -43,7 +43,7 @@ Check_lockfile .lock
 Create_lockfile .lock
 
 # Removing udev mac caching rule
-Chroot "rm -f /etc/udev/rules.d/z25_persistent-net.rules"
+Chroot "rm -f /etc/udev/rules.d/*persistent-net.rules"
 
 case "${LH_BINARY_IMAGES}" in
 	net)
@@ -119,7 +119,7 @@ then
 	done
 
 	# Config files which need to be RW
-	COW_FILES="/etc/adjtime /etc/fstab /etc/hostname /etc/hosts /etc/live.conf /etc/network/interfaces /etc/resolv.conf /etc/udev/rules.d/z25_persistent-net.rules /etc/udev/rules.d/z25_persistent-cd.rules' /etc/X11/xorg.conf"
+	COW_FILES="/etc/adjtime /etc/fstab /etc/hostname /etc/hosts /etc/live.conf /etc/network/interfaces /etc/resolv.conf /etc/udev/rules.d/*persistent-net.rules /etc/udev/rules.d/*persistent-cd.rules /etc/X11/xorg.conf"
 
 	# Where we will store RW config files
 	RW_DIRECTORY="/var/lib/live"

-- 
debian-live



More information about the debian-live-changes mailing list