Skip to content

Commit 960b98c

Browse files
committed
Configure repoart manually
systemd/mkosi#3223
1 parent 69717aa commit 960b98c

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

mkosi.repart/00-esp.conf

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
[Partition]
2+
Type=esp
3+
Format=vfat
4+
CopyFiles=/boot:/
5+
CopyFiles=/efi:/
6+
SizeMinBytes=4G
7+
SizeMaxBytes=4G

mkosi.repart/10-root.conf

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
[Partition]
2+
Type=root
3+
Format=ext4
4+
CopyFiles=/
5+
Minimize=guess

0 commit comments

Comments
 (0)