We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a0d6a2 commit 40bb2eaCopy full SHA for 40bb2ea
integration-test/tests/multiboot2/build_img.sh
@@ -25,4 +25,5 @@ cp grub.cfg .vol/boot/grub
25
cp "$MULTIBOOT2_PAYLOAD_PATH" .vol
26
27
# Create a GRUB image with the files in ".vol" being embedded.
28
-grub-mkrescue -o "grub_boot.img" ".vol" 2>/dev/null
+echo "Creating bootable image..."
29
+grub-mkrescue -o "grub_boot.img" ".vol"
0 commit comments