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