Skip to content

Commit 0689d46

Browse files
DaanDeMeyerbluca
authored andcommitted
repart: Fix sysext definitions for --make-ddi=
CopyFiles= does not support multiple directories separated by whitespace. Instead the setting has to be specified multiple times.
1 parent a14b75e commit 0689d46

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/partition/definitions/sysext.repart.d/10-root.conf

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
[Partition]
1111
Type=root
1212
Format=erofs
13-
CopyFiles=/usr/ /opt/
13+
CopyFiles=/usr/
14+
CopyFiles=/opt/
1415
Verity=data
1516
VerityMatchKey=root

0 commit comments

Comments
 (0)