Skip to content

Commit

Permalink
create_disk: Use verbose mode
Browse files Browse the repository at this point in the history
It's really useful to see what's going on in the logs.
  • Loading branch information
cgwalters authored and jlebon committed Jul 12, 2019
1 parent 95073ad commit 7c0641e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/create_disk.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit 7c0641e

Please sign in to comment.