浏览代码

integration-test: script with more verbosity

Philipp Schuster 1 年之前
父节点
当前提交
40bb2ea5c3
共有 1 个文件被更改,包括 2 次插入1 次删除
  1. 2 1
      integration-test/tests/multiboot2/build_img.sh

+ 2 - 1
integration-test/tests/multiboot2/build_img.sh

@@ -25,4 +25,5 @@ cp grub.cfg .vol/boot/grub
 cp "$MULTIBOOT2_PAYLOAD_PATH" .vol
 
 # Create a GRUB image with the files in ".vol" being embedded.
-grub-mkrescue -o "grub_boot.img" ".vol" 2>/dev/null
+echo "Creating bootable image..."
+grub-mkrescue -o "grub_boot.img" ".vol"