From d80a6a2ab1740922af9d9ce09b13cb588558bea0 Mon Sep 17 00:00:00 2001 From: Dominik Roth Date: Sun, 17 Aug 2025 23:56:39 +0200 Subject: [PATCH] fix issues with install.conf --- install.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/install.conf b/install.conf index 5925209..1117ba4 100644 --- a/install.conf +++ b/install.conf @@ -5,8 +5,8 @@ BOOTLOADER grub SWRAID 1 SWRAIDLEVEL 1 FILESYSTEM xfs -IMAGE Alma-9-latest-amd64-base.tar.gz +IMAGE /root/images/Alma-9-latest-amd64-base.tar.gz CRYPTPASSWORD changeme PART /boot ext4 2G -PART / xfs all \ No newline at end of file +PART / xfs all crypt \ No newline at end of file