mirror of
https://github.com/Dasharo/systemd.git
synced 2026-03-06 15:02:31 -08: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:
committed by
Luca Boccassi
parent
a14b75e218
commit
0689d46a75
@@ -10,6 +10,7 @@
|
||||
[Partition]
|
||||
Type=root
|
||||
Format=erofs
|
||||
CopyFiles=/usr/ /opt/
|
||||
CopyFiles=/usr/
|
||||
CopyFiles=/opt/
|
||||
Verity=data
|
||||
VerityMatchKey=root
|
||||
|
||||
Reference in New Issue
Block a user