--- storage/iscsi.py | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) 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: -- 1.7.0.1 _______________________________________________ Anaconda-devel-list mailing list Anaconda-devel-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/anaconda-devel-list