From 960b98c93237dc0274916944918783ca4c022e1e Mon Sep 17 00:00:00 2001 From: Brendan Jackman Date: Fri, 22 Nov 2024 16:45:58 +0000 Subject: [PATCH] Configure repoart manually https://github.com/systemd/mkosi/issues/3223 --- mkosi.repart/00-esp.conf | 7 +++++++ mkosi.repart/10-root.conf | 5 +++++ 2 files changed, 12 insertions(+) create mode 100644 mkosi.repart/00-esp.conf create mode 100644 mkosi.repart/10-root.conf diff --git a/mkosi.repart/00-esp.conf b/mkosi.repart/00-esp.conf new file mode 100644 index 0000000..af8e165 --- /dev/null +++ b/mkosi.repart/00-esp.conf @@ -0,0 +1,7 @@ +[Partition] +Type=esp +Format=vfat +CopyFiles=/boot:/ +CopyFiles=/efi:/ +SizeMinBytes=4G +SizeMaxBytes=4G diff --git a/mkosi.repart/10-root.conf b/mkosi.repart/10-root.conf new file mode 100644 index 0000000..45c4011 --- /dev/null +++ b/mkosi.repart/10-root.conf @@ -0,0 +1,5 @@ +[Partition] +Type=root +Format=ext4 +CopyFiles=/ +Minimize=guess