Resolves: rhbz#579715 --- storage/partitioning.py | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/storage/partitioning.py b/storage/partitioning.py index 00c1986..1d0d5c6 100644 --- a/storage/partitioning.py +++ b/storage/partitioning.py @@ -93,6 +93,10 @@ def _schedulePartitions(anaconda, disks): if request.fstype is None: request.fstype = anaconda.storage.defaultFSType + elif request.fstype == "prepboot": + # there should never be a need for more than one PReP partition + continue + # This is a little unfortunate but let the backend dictate the rootfstype # so that things like live installs can do the right thing if request.mountpoint == "/" and anaconda.backend.rootFsType != None: -- 1.6.6.1 _______________________________________________ Anaconda-devel-list mailing list Anaconda-devel-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/anaconda-devel-list