mirror of
https://github.com/systemd/systemd.git
synced 2025-02-27 01:57:35 +03:00
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.
This commit is contained in:
parent
a14b75e218
commit
0689d46a75
@ -10,6 +10,7 @@
|
|||||||
[Partition]
|
[Partition]
|
||||||
Type=root
|
Type=root
|
||||||
Format=erofs
|
Format=erofs
|
||||||
CopyFiles=/usr/ /opt/
|
CopyFiles=/usr/
|
||||||
|
CopyFiles=/opt/
|
||||||
Verity=data
|
Verity=data
|
||||||
VerityMatchKey=root
|
VerityMatchKey=root
|
||||||
|
Loading…
x
Reference in New Issue
Block a user