summaryrefslogtreecommitdiffstats
path: root/inst
diff options
context:
space:
mode:
Diffstat (limited to 'inst')
-rwxr-xr-xinst2
1 files changed, 1 insertions, 1 deletions
diff --git a/inst b/inst
index f9b97dd..046b2db 100755
--- a/inst
+++ b/inst
@@ -52,7 +52,7 @@ do_fdisk()
done <<-EOF
${part_script}
EOF
- printf '%s\n' "${script}" | sfdisk -u B "${dev}"
+ printf '%s\n' "${script}" | sfdisk "${dev}"
# Allow time to detect the new partition(s).
sleep 5