correct storage for live systems
This commit is contained in:
@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user