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

View File

@ -10,8 +10,8 @@
# %include ../ingredients/core.cfg # Text mode for automated installation
%include ../ingredients/live-core.cfg # Installation method for live systems
%include ../ingredients/core-storage.cfg # Storage configuration
# %include ../ingredients/live-core-storage.cfg # Basic partition layout for live systems
# %include ../ingredients/core-storage.cfg # Storage configuration
%include ../ingredients/live-core-storage.cfg # Basic partition layout for live systems
%include ../ingredients/core-bootloader-grub.cfg # Set bootloader to GNU GRUB
# %include ../ingredients/core-bootloader-systemd-boot.cfg # Set bootloader to systemd-boot