On Fri, 2011-04-08 at 09:44 -0700, Brian C. Lane wrote: > Using "add" causes /dev/mapper entries to go away on livecd installs > when using udev-167-3 Ack. > --- > 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?" _______________________________________________ Anaconda-devel-list mailing list Anaconda-devel-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/anaconda-devel-list