From: Ludwig Nussel Date: Mon, 27 Dec 2021 09:34:52 +0000 (+0100) Subject: test: mark partition bootable X-Git-Tag: v251-rc1~629 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b13a8b5b377f60cacad98fa8a989e992e8724c0e;p=thirdparty%2Fsystemd.git test: mark partition bootable Make test suite partition bootable so nspawn can use the image directly. Useful for local testing. https://systemd.io/DISCOVERABLE_PARTITIONS/ --- diff --git a/test/test-functions b/test/test-functions index 95d37d09d59..ba18a0ea2d5 100644 --- a/test/test-functions +++ b/test/test-functions @@ -1238,7 +1238,7 @@ create_empty_image() { LOOPDEV=$(losetup --show -P -f "$IMAGE_PUBLIC") [ -b "$LOOPDEV" ] || return 1 sfdisk "$LOOPDEV" <