summaryrefslogtreecommitdiffstats
path: root/autopart.py
diff options
context:
space:
mode:
authorMike Fulbright <msf@redhat.com>2002-06-07 16:40:20 +0000
committerMike Fulbright <msf@redhat.com>2002-06-07 16:40:20 +0000
commit00fa80b7407bc5340e997636ace08ea93988aee2 (patch)
tree042eb81cb12d2f0a5395e15740d4cb0ac045f733 /autopart.py
parenta09122f6e5125f2477e81512e77fb81b81a4549d (diff)
downloadanaconda-00fa80b7407bc5340e997636ace08ea93988aee2.tar.gz
anaconda-00fa80b7407bc5340e997636ace08ea93988aee2.tar.xz
anaconda-00fa80b7407bc5340e997636ace08ea93988aee2.zip
bump /boot suggestion to 100M
Diffstat (limited to 'autopart.py')
-rw-r--r--autopart.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/autopart.py b/autopart.py
index 15c5b3117..6725c22b4 100644
--- a/autopart.py
+++ b/autopart.py
@@ -1063,7 +1063,7 @@ def getAutopartitionBoot():
if iutil.getArch() == "ia64":
return ("/boot/efi", "vfat", 100, None, 0, 1)
else:
- return ("/boot", None, 50, None, 0, 1)
+ return ("/boot", None, 100, None, 0, 1)
def queryAutoPartitionOK(intf, diskset, partitions):
type = partitions.autoClearPartType