add systemd-boot as potential bootloader

This commit is contained in:
luz
2025-04-29 19:14:17 -05:00
parent 836aa4a306
commit 483fad16f4
3 changed files with 20 additions and 1 deletions

View File

@ -9,7 +9,6 @@
zerombr # WARNING : Dangerous command ! Will clear the Master Boot Record
clearpart --all --initlabel # Partition clearing information. This setup uses GPT by default.
bootloader --timeout=1 # Set the GNU GRUB bootloader timeout to 1
part /boot/efi --fstype="efi" --size=128 --fsoptions="umask=0077,shortname=winnt" --label=efi # Will create an EFI system partitition of 128 MiB (vda1)
part /boot --fstype="ext4" --size=512 --label=boot # Create a boot partition of 512 MiB using the ext4 filesystem (vda2)