From b13a8b5b377f60cacad98fa8a989e992e8724c0e Mon Sep 17 00:00:00 2001 From: Ludwig Nussel Date: Mon, 27 Dec 2021 10:34:52 +0100 Subject: [PATCH] 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/ --- test/test-functions | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" <