correct storage for live systems

This commit is contained in:
luz
2025-04-30 13:00:00 -05:00
parent 728419db02
commit 4b2fb19472
2 changed files with 3 additions and 5 deletions

View File

@ -31,9 +31,7 @@ zerombr
# Partition clearing information
clearpart --all --initlabel
# Disk partitioning information
part /boot/efi --fstype="efi" --size=128 --fsoptions="umask=0077,shortname=winnt" --label=efi
part /boot --fstype="ext4" --size=512 --label=boot
part / --fstype="ext4" --grow --label=root
part / --fstype="ext4" --size=5120
%post