--- pyanaconda/kickstart.py | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/pyanaconda/kickstart.py b/pyanaconda/kickstart.py index 0211ed9..9633fa3 100644 --- a/pyanaconda/kickstart.py +++ b/pyanaconda/kickstart.py @@ -736,6 +736,10 @@ class PartitionData(commands.partition.F12_PartData): type = "PPC PReP Boot" self.mountpoint = "" kwargs["weight"] = self.anaconda.platform.weight(fstype="prepboot") + elif self.mountpoint == 'biosboot': + type = "biosboot" + self.mountpoint = "" + kwargs["weight"] = self.anaconda.platform.weight(fstype="biosboot") elif self.mountpoint.startswith("raid."): type = "mdmember" kwargs["name"] = self.mountpoint -- 1.7.4.4 _______________________________________________ Anaconda-devel-list mailing list Anaconda-devel-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/anaconda-devel-list