From 7c0641e8454aeedf8cb17cf887cdd6a33d06cc1c Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Fri, 12 Jul 2019 12:58:50 +0000 Subject: [PATCH] create_disk: Use verbose mode It's really useful to see what's going on in the logs. --- src/create_disk.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/create_disk.sh b/src/create_disk.sh index 893bab1031..85c204e0a2 100755 --- a/src/create_disk.sh +++ b/src/create_disk.sh @@ -26,6 +26,8 @@ grub_script="$1" && shift os_name="$1" && shift extrakargs="$1" && shift +set -x + # partition and create fs sgdisk -Z $disk \ -n 1:0:+384M -c 1:boot \