diff --git a/dishes/desktop-hypervisor-amdcpu.cfg b/dishes/desktop-hypervisor-amdcpu.cfg index 7740f9e..c9e0ac1 100644 --- a/dishes/desktop-hypervisor-amdcpu.cfg +++ b/dishes/desktop-hypervisor-amdcpu.cfg @@ -37,7 +37,7 @@ clearpart --all --initlabel # Disk partitioning information part /boot/efi --fstype="efi" --size=2048 --fsoptions="umask=0077,shortname=winnt" --label=efi part /boot --fstype="ext4" --size=512 --label=boot -part / --fstype="ext4" --grow --label=root +part / --fstype="ext4" --grow --label=root --mkfsoptions="-O encrypt,fast_commit" %post --logfile=/mnt/sysimage/root/post.log diff --git a/dishes/desktop-hypervisor-intelcpu-intelgpu.cfg b/dishes/desktop-hypervisor-intelcpu-intelgpu.cfg index 1d54db5..be66ab0 100644 --- a/dishes/desktop-hypervisor-intelcpu-intelgpu.cfg +++ b/dishes/desktop-hypervisor-intelcpu-intelgpu.cfg @@ -37,7 +37,7 @@ clearpart --all --initlabel # Disk partitioning information part /boot/efi --fstype="efi" --size=2048 --fsoptions="umask=0077,shortname=winnt" --label=efi part /boot --fstype="ext4" --size=512 --label=boot -part / --fstype="ext4" --grow --label=root +part / --fstype="ext4" --grow --label=root --mkfsoptions="-O encrypt,fast_commit" %post --logfile=/mnt/sysimage/root/post.log diff --git a/dishes/desktop-hypervisor-intelcpu.cfg b/dishes/desktop-hypervisor-intelcpu.cfg index 9e02ecb..6dd40dd 100644 --- a/dishes/desktop-hypervisor-intelcpu.cfg +++ b/dishes/desktop-hypervisor-intelcpu.cfg @@ -37,7 +37,7 @@ clearpart --all --initlabel # Disk partitioning information part /boot/efi --fstype="efi" --size=2048 --fsoptions="umask=0077,shortname=winnt" --label=efi part /boot --fstype="ext4" --size=512 --label=boot -part / --fstype="ext4" --grow --label=root +part / --fstype="ext4" --grow --label=root --mkfsoptions="-O encrypt,fast_commit" %post --logfile=/mnt/sysimage/root/post.log diff --git a/dishes/desktop-hypervisor.cfg b/dishes/desktop-hypervisor.cfg index c9b5fa8..9f0fcea 100644 --- a/dishes/desktop-hypervisor.cfg +++ b/dishes/desktop-hypervisor.cfg @@ -37,7 +37,7 @@ clearpart --all --initlabel # Disk partitioning information part /boot/efi --fstype="efi" --size=2048 --fsoptions="umask=0077,shortname=winnt" --label=efi part /boot --fstype="ext4" --size=512 --label=boot -part / --fstype="ext4" --grow --label=root +part / --fstype="ext4" --grow --label=root --mkfsoptions="-O encrypt,fast_commit" %post --logfile=/mnt/sysimage/root/post.log diff --git a/dishes/desktop.cfg b/dishes/desktop.cfg index 46bfe13..31279a1 100644 --- a/dishes/desktop.cfg +++ b/dishes/desktop.cfg @@ -37,7 +37,7 @@ clearpart --all --initlabel # Disk partitioning information part /boot/efi --fstype="efi" --size=2048 --fsoptions="umask=0077,shortname=winnt" --label=efi part /boot --fstype="ext4" --size=512 --label=boot -part / --fstype="ext4" --grow --label=root +part / --fstype="ext4" --grow --label=root --mkfsoptions="-O encrypt,fast_commit" %post --logfile=/mnt/sysimage/root/post.log diff --git a/dishes/virtual-desktop-hypervisor.cfg b/dishes/virtual-desktop-hypervisor.cfg index fa481f6..027aa63 100644 --- a/dishes/virtual-desktop-hypervisor.cfg +++ b/dishes/virtual-desktop-hypervisor.cfg @@ -37,7 +37,7 @@ clearpart --all --initlabel # Disk partitioning information part /boot/efi --fstype="efi" --size=2048 --fsoptions="umask=0077,shortname=winnt" --label=efi part /boot --fstype="ext4" --size=512 --label=boot -part / --fstype="ext4" --grow --label=root +part / --fstype="ext4" --grow --label=root --mkfsoptions="-O encrypt,fast_commit" %post --logfile=/mnt/sysimage/root/post.log diff --git a/dishes/virtual-desktop.cfg b/dishes/virtual-desktop.cfg index 23b29c8..d4b9b71 100644 --- a/dishes/virtual-desktop.cfg +++ b/dishes/virtual-desktop.cfg @@ -37,7 +37,7 @@ clearpart --all --initlabel # Disk partitioning information part /boot/efi --fstype="efi" --size=2048 --fsoptions="umask=0077,shortname=winnt" --label=efi part /boot --fstype="ext4" --size=512 --label=boot -part / --fstype="ext4" --grow --label=root +part / --fstype="ext4" --grow --label=root --mkfsoptions="-O encrypt,fast_commit" %post --logfile=/mnt/sysimage/root/post.log diff --git a/dishes/virtual-server-hypervisor.cfg b/dishes/virtual-server-hypervisor.cfg index b915f15..914e1d2 100644 --- a/dishes/virtual-server-hypervisor.cfg +++ b/dishes/virtual-server-hypervisor.cfg @@ -35,7 +35,7 @@ clearpart --all --initlabel # Disk partitioning information part /boot/efi --fstype="efi" --size=2048 --fsoptions="umask=0077,shortname=winnt" --label=efi part /boot --fstype="ext4" --size=512 --label=boot -part / --fstype="ext4" --grow --label=root +part / --fstype="ext4" --grow --label=root --mkfsoptions="-O encrypt,fast_commit" %post --logfile=/mnt/sysimage/root/post.log diff --git a/dishes/virtual-server.cfg b/dishes/virtual-server.cfg index 3bfa4a5..d3ea88c 100644 --- a/dishes/virtual-server.cfg +++ b/dishes/virtual-server.cfg @@ -35,7 +35,7 @@ clearpart --all --initlabel # Disk partitioning information part /boot/efi --fstype="efi" --size=2048 --fsoptions="umask=0077,shortname=winnt" --label=efi part /boot --fstype="ext4" --size=512 --label=boot -part / --fstype="ext4" --grow --label=root +part / --fstype="ext4" --grow --label=root --mkfsoptions="-O encrypt,fast_commit" %post --logfile=/mnt/sysimage/root/post.log diff --git a/ingredients/core-storage.cfg b/ingredients/core-storage.cfg index 1464c55..6c2badf 100644 --- a/ingredients/core-storage.cfg +++ b/ingredients/core-storage.cfg @@ -3,4 +3,4 @@ clearpart --all --initlabel # Erase all partitions and Initializes the disk labe part /boot/efi --fstype="efi" --size=2048 --fsoptions="umask=0077,shortname=winnt" --label=efi # Creates a 2 GB EFI system partition part /boot --fstype="ext4" --size=512 --label=boot # Creates a 512 MiB ext4 boot partition -part / --fstype="ext4" --grow --label=root # Create a single root partition with the remaining space \ No newline at end of file +part / --fstype="ext4" --grow --label=root --mkfsoptions="-O encrypt,fast_commit" # Create a single root partition with the remaining space \ No newline at end of file