]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
test-repart: allow the test to pass on non-amd64 architectures
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Mon, 29 Jun 2020 13:55:41 +0000 (15:55 +0200)
committerLennart Poettering <lennart@poettering.net>
Tue, 30 Jun 2020 09:06:48 +0000 (11:06 +0200)
We specified type=root and expected to always get root-x86-64, which obviously
cannot work.

src/partition/test-repart.sh

index 897f11411a9bc1ca8fb419061b98aec8671b067b..afdc4c13cd2bc4e54814929fa0b3404c35b182ce 100755 (executable)
@@ -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