correct storage for live systems
This commit is contained in:
parent
728419db02
commit
4b2fb19472
@ -31,9 +31,7 @@ zerombr
|
|||||||
# Partition clearing information
|
# Partition clearing information
|
||||||
clearpart --all --initlabel
|
clearpart --all --initlabel
|
||||||
# Disk partitioning information
|
# Disk partitioning information
|
||||||
part /boot/efi --fstype="efi" --size=128 --fsoptions="umask=0077,shortname=winnt" --label=efi
|
part / --fstype="ext4" --size=5120
|
||||||
part /boot --fstype="ext4" --size=512 --label=boot
|
|
||||||
part / --fstype="ext4" --grow --label=root
|
|
||||||
|
|
||||||
%post
|
%post
|
||||||
|
|
||||||
|
@ -10,8 +10,8 @@
|
|||||||
# %include ../ingredients/core.cfg # Text mode for automated installation
|
# %include ../ingredients/core.cfg # Text mode for automated installation
|
||||||
%include ../ingredients/live-core.cfg # Installation method for live systems
|
%include ../ingredients/live-core.cfg # Installation method for live systems
|
||||||
|
|
||||||
%include ../ingredients/core-storage.cfg # Storage configuration
|
# %include ../ingredients/core-storage.cfg # Storage configuration
|
||||||
# %include ../ingredients/live-core-storage.cfg # Basic partition layout for live systems
|
%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-grub.cfg # Set bootloader to GNU GRUB
|
||||||
# %include ../ingredients/core-bootloader-systemd-boot.cfg # Set bootloader to systemd-boot
|
# %include ../ingredients/core-bootloader-systemd-boot.cfg # Set bootloader to systemd-boot
|
||||||
|
Loading…
x
Reference in New Issue
Block a user