kadischi/livecd_generator movefiles.py,1.2,1.3

Jasper O'neal Hartline (autopsy) fedora-extras-commits at redhat.com
Sun May 21 12:42:42 UTC 2006


Author: autopsy

Update of /cvs/devel/kadischi/livecd_generator
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15905/kadischi/livecd_generator

Modified Files:
	movefiles.py 
Log Message:
Keep udev directory and modprobe.conf during movefiles


Index: movefiles.py
===================================================================
RCS file: /cvs/devel/kadischi/livecd_generator/movefiles.py,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- movefiles.py	31 Mar 2006 21:03:36 -0000	1.2
+++ movefiles.py	21 May 2006 12:42:39 -0000	1.3
@@ -45,6 +45,8 @@
     '/etc/fstab',
     '/etc/mtab',
     '/etc/makedev.d',
+    '/etc/udev',
+    '/etc/modprobe.conf',
     ]
 
 rootdir = sys.argv[1]




More information about the scm-commits mailing list