Re: [PATCH 1/6] Pass short type names for PartSpec ctor.

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Ack for all 6.

On 05/14/2010 02:56 AM, David Lehman wrote:
Related: rhbz#579715
---
  platform.py |    4 ++--
  1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/platform.py b/platform.py
index e3d4480..6714520 100644
--- a/platform.py
+++ b/platform.py
@@ -373,7 +373,7 @@ class IPSeriesPPC(PPC):

      def setDefaultPartitioning(self):
          ret = PPC.setDefaultPartitioning(self)
-        ret.append(PartSpec(fstype="PPC PReP Boot", size=4,
+        ret.append(PartSpec(fstype="prepboot", size=4,
                              weight=self.weight(fstype="prepboot")))
          return ret

@@ -445,7 +445,7 @@ class NewWorldPPC(PPC):

      def setDefaultPartitioning(self):
          ret = Platform.setDefaultPartitioning(self)
-        ret.append(PartSpec(fstype="Apple Bootstrap", size=1, maxSize=1,
+        ret.append(PartSpec(fstype="appleboot", size=1, maxSize=1,
                              weight=self.weight(fstype="appleboot")))
          return ret


_______________________________________________
Anaconda-devel-list mailing list
Anaconda-devel-list@xxxxxxxxxx
https://www.redhat.com/mailman/listinfo/anaconda-devel-list

[Index of Archives]     [Kickstart]     [Fedora Users]     [Fedora Legacy List]     [Fedora Maintainers]     [Fedora Desktop]     [Fedora SELinux]     [Big List of Linux Books]     [Yosemite News]     [Yosemite Photos]     [KDE Users]     [Fedora Tools]
  Powered by Linux