Skip to content

Commit 26b0fda

Browse files
keszybzpoettering
authored andcommitted
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.
1 parent e4f8d5e commit 26b0fda

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/partition/test-repart.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ EOF
2525

2626
cat >$D/definitions/root.conf <<EOF
2727
[Partition]
28-
Type=root
28+
Type=root-x86-64
2929
EOF
3030

3131
ln -s root.conf $D/definitions/root2.conf

0 commit comments

Comments
 (0)