mirror of
https://github.com/Dasharo/systemd.git
synced 2026-03-06 15:02:31 -08:00
test-repart: allow the test to pass on non-amd64 architectures
We specified type=root and expected to always get root-x86-64, which obviously cannot work.
This commit is contained in:
committed by
Lennart Poettering
parent
e4f8d5e01f
commit
26b0fda9b7
@@ -25,7 +25,7 @@ EOF
|
||||
|
||||
cat >$D/definitions/root.conf <<EOF
|
||||
[Partition]
|
||||
Type=root
|
||||
Type=root-x86-64
|
||||
EOF
|
||||
|
||||
ln -s root.conf $D/definitions/root2.conf
|
||||
|
||||
Reference in New Issue
Block a user