#890 increase boot partition size on Cloud base image
Merged 2 years ago by ngompa. Opened 2 years ago by chrismurphy.
chrismurphy/fedora-kickstarts bumpbootsize-rawhide  into  main

file modified
+1 -1
@@ -41,7 +41,7 @@ 

  part prepboot  --size=4    --fstype=prepboot

  part biosboot  --size=1    --fstype=biosboot

  part /boot/efi --size=100  --fstype=efi

- part /boot     --size=500  --fstype=ext4 --label=boot

+ part /boot     --size=1000  --fstype=ext4 --label=boot

  part btrfs.007 --size=2000 --fstype=btrfs --grow

  btrfs none --label=fedora btrfs.007

  btrfs /home --subvol --name=home LABEL=fedora

The /boot partition has been 1GiB on most other Fedora editions and spins for while. We recently had a developer run into this limitation.

Signed-off-by: Chris Murphy chris@fedoraproject.org

Pull-Request has been merged by ngompa

2 years ago
Metadata