Skip to content

Commit

Permalink
Configure repoart manually
Browse files Browse the repository at this point in the history
  • Loading branch information
bjackman committed Nov 22, 2024
1 parent 69717aa commit 960b98c
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
7 changes: 7 additions & 0 deletions mkosi.repart/00-esp.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
[Partition]
Type=esp
Format=vfat
CopyFiles=/boot:/
CopyFiles=/efi:/
SizeMinBytes=4G
SizeMaxBytes=4G
5 changes: 5 additions & 0 deletions mkosi.repart/10-root.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
[Partition]
Type=root
Format=ext4
CopyFiles=/
Minimize=guess

0 comments on commit 960b98c

Please sign in to comment.