summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorChris Lumens <clumens@redhat.com>2010-02-23 15:22:31 -0500
committerChris Lumens <clumens@redhat.com>2010-02-23 16:29:08 -0500
commit2d914a0ff1fba85438282170961713cd5ecfe807 (patch)
treec8b2e653591bfbf3455cad887a99017d7cac677e /scripts
parent4b5cc653db4a189b71d91da429a2772bba1d82d1 (diff)
downloadanaconda-2d914a0ff1fba85438282170961713cd5ecfe807.tar.gz
anaconda-2d914a0ff1fba85438282170961713cd5ecfe807.tar.xz
anaconda-2d914a0ff1fba85438282170961713cd5ecfe807.zip
No longer remove persistent udev rules files (#566948).
One of these files provides the information needed to make the new X input configuration work. Also, the rules removal should no longer be necessary given that we don't make our own device nodes.
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/mk-images1
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/mk-images b/scripts/mk-images
index df2242555..5ec8aa326 100755
--- a/scripts/mk-images
+++ b/scripts/mk-images
@@ -882,7 +882,6 @@ EOF
for i in $IMGPATH/lib/udev/*; do
if [ -f $i ]; then install -m 755 $i $MBD_DIR/lib/udev/${i##*/}; fi
done
- rm -f $MBD_DIR/lib/udev/rules.d/*persistent*
rm -f $MBD_DIR/lib/udev/rules.d/*generator*
install -m 644 $LOADERBINDIR/$MYLOADERTR $MBD_DIR/etc/loader.tr