-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Ack. On Thu, 13 May 2010, David Lehman wrote:
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..69ebc4b 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" and anaconda.platform.bootDevice(): + # 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:
- -- David Cantrell <dcantrell@xxxxxxxxxx>
Red Hat / Honolulu, HI -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.14 (GNU/Linux) iEYEARECAAYFAkv0p4sACgkQ5hsjjIy1Vkl9bACfXBHzME8oRkE8QiTuoJEoR0A9 D2oAn0LD5BPr6/1OeTjFMJCw/AM8TMUs =weX8 -----END PGP SIGNATURE----- _______________________________________________ Anaconda-devel-list mailing list Anaconda-devel-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/anaconda-devel-list