diff --git a/dishes/live-desktop-hypervisor.cfg b/dishes/live-desktop-hypervisor.cfg index f75c6c3..eaeaad8 100644 --- a/dishes/live-desktop-hypervisor.cfg +++ b/dishes/live-desktop-hypervisor.cfg @@ -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 diff --git a/recipes/live-desktop-hypervisor.cfg b/recipes/live-desktop-hypervisor.cfg index 56e18f6..846cd9f 100644 --- a/recipes/live-desktop-hypervisor.cfg +++ b/recipes/live-desktop-hypervisor.cfg @@ -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