Using "add" causes /dev/mapper entries to go away on livecd installs when using udev-167-3 --- anaconda | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/anaconda b/anaconda index ac6ffcf..ca02c4f 100755 --- a/anaconda +++ b/anaconda @@ -521,7 +521,7 @@ if __name__ == "__main__": # NetworkManager in the udev database from pyanaconda.baseudev import udev_trigger, udev_settle udev_trigger("net") - udev_trigger("block") # trigger the block subsys too while at it + udev_trigger("block", action="change") # trigger the block subsys too while at it udev_settle() # and for added fun, once doesn't seem to be enough? so we # do it twice, it works and we scream at the world "OH WHY?" -- 1.7.4 _______________________________________________ Anaconda-devel-list mailing list Anaconda-devel-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/anaconda-devel-list