commit:     33b7f1a47ca495b70d80f1c3c62098439cd6c883
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 12 21:30:36 2024 +0000
Commit:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sat Oct 12 21:30:36 2024 +0000
URL:        https://gitweb.gentoo.org/proj/catalyst.git/commit/?id=33b7f1a4

Also run blkid on partitions

Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>

 targets/support/create-qcow2.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/targets/support/create-qcow2.sh b/targets/support/create-qcow2.sh
index 9bee8906..82892c07 100755
--- a/targets/support/create-qcow2.sh
+++ b/targets/support/create-qcow2.sh
@@ -128,7 +128,7 @@ echo "Making an xfs filesystem in p2"
 mkfs.xfs ${mypartroot} || qcow2die "Formatting root partition failed"
 
 echo "Printing blkid output"
-blkid ${mydevice} || qcow2die "blkid failed"
+blkid ${mydevice}* || qcow2die "blkid failed"
 
 echo "Mounting things at ${mymountpoint}"
 mkdir -p "${mymountpoint}" || qcow2die "Could not create root mount point"

Reply via email to