Преглед на файлове

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"