> diff --git a/storage/iscsi.py b/storage/iscsi.py > index 55caa17..48ccb42 100644 > --- a/storage/iscsi.py > +++ b/storage/iscsi.py > @@ -66,7 +66,7 @@ def has_iscsi(): > def randomIname(): > """Generate a random initiator name the same way as iscsi-iname""" > > - s = "iqn.1994-05.com.fedora:01." > + s = "iqn.1994-05.com.domain:01." > m = hashlib.md5() > u = os.uname() > for i in u: ACK! And make sure you push it to master so we don't run into this problem in RHEL7 either! - Chris _______________________________________________ Anaconda-devel-list mailing list Anaconda-devel-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/anaconda-devel-list