diff --git a/dishes/desktop-hypervisor-amdcpu.cfg b/dishes/desktop-hypervisor-amdcpu.cfg index fe1ca67..8197433 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 06ed827..7b90997 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 d6b9ee7..86f8dbd 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 b6cacdd..3eec03d 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 88c7b59..93333b2 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 48691a3..a48a01c 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 12a57db..4ed69ea 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 da401f8..9e83cef 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 2c9fc56..e95f2dc 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