From 25ee9c9dd6aef3d1dbcc562731cec151535bc553 Mon Sep 17 00:00:00 2001 From: Dominik Roth Date: Sun, 17 Aug 2025 23:49:19 +0200 Subject: [PATCH] simple ext4 boot --- install.conf | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/install.conf b/install.conf index e07faad..5925209 100644 --- a/install.conf +++ b/install.conf @@ -8,6 +8,5 @@ FILESYSTEM xfs IMAGE Alma-9-latest-amd64-base.tar.gz CRYPTPASSWORD changeme -PART /boot/efi vfat 512M -PART /boot xfs 2G +PART /boot ext4 2G PART / xfs all \ No newline at end of file