Skip to content

Commit

Permalink
anaconda: reqpart for container-installer
Browse files Browse the repository at this point in the history
Using `reqpart` in the kickstart automatically handles the hardware
specific partitions that are necessary in UEFI or BIOS environments.
  • Loading branch information
supakeen committed Jan 15, 2024
1 parent 65d5643 commit 6cb3e99
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions pkg/manifest/anaconda_installer_iso_tree.go
Original file line number Diff line number Diff line change
Expand Up @@ -391,9 +391,8 @@ timezone UTC
clearpart --all
part biosboot --size=1 --fstype=biosboot
part /boot/efi --fstype=efi --size=512 --fsoptions="umask=0077"
part /boot --fstype=ext2 --size=1024 --label=boot
reqpart --add-boot
part swap --fstype=swap --size=1024
part / --fstype=ext4 --grow
Expand Down

0 comments on commit 6cb3e99

Please sign in to comment.