mirror of
https://github.com/systemd/systemd.git
synced 2025-03-08 08:58:27 +03:00
repart: Rename verity integration test definition files
This commit is contained in:
parent
9c98e277e9
commit
bc259e2338
@ -711,7 +711,7 @@ test_verity() {
|
||||
# shellcheck disable=SC2064
|
||||
trap "rm -rf '$defs' '$imgs'" RETURN
|
||||
|
||||
cat >"$defs/root.conf" <<EOF
|
||||
cat >"$defs/verity-data.conf" <<EOF
|
||||
[Partition]
|
||||
Type=root-${architecture}
|
||||
CopyFiles=${defs}
|
||||
@ -719,7 +719,7 @@ Verity=data
|
||||
VerityMatchKey=root
|
||||
EOF
|
||||
|
||||
cat >"$defs/verity.conf" <<EOF
|
||||
cat >"$defs/verity-hash.conf" <<EOF
|
||||
[Partition]
|
||||
Type=root-${architecture}-verity
|
||||
Verity=hash
|
||||
|
Loading…
x
Reference in New Issue
Block a user