Skip to content

Commit

Permalink
anaconda: bios boot for container-installer
Browse files Browse the repository at this point in the history
  • Loading branch information
supakeen committed Jan 13, 2024
1 parent 6645f6f commit 48770d5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkg/manifest/anaconda_installer_iso_tree.go
Original file line number Diff line number Diff line change
Expand Up @@ -390,6 +390,8 @@ keyboard us
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
part swap --fstype=swap --size=1024
Expand Down

0 comments on commit 48770d5

Please sign in to comment.