summaryrefslogtreecommitdiffstats
path: root/inst
diff options
context:
space:
mode:
authorPatrick McDermott <patrick.mcdermott@libiquity.com>2021-08-21 21:14:17 (EDT)
committer Patrick McDermott <patrick.mcdermott@libiquity.com>2021-08-21 21:14:17 (EDT)
commit42b9bd7db4468bf5c453b9db7637203e125a87fb (patch)
tree1db2d1a31cec4d8c94a36a26bef9c752ec3dcd0b /inst
parent82d0b3ecf4b4692e14c42f6cd1c63a579fa24c5a (diff)
downloadpc-inst-42b9bd7db4468bf5c453b9db7637203e125a87fb.zip
pc-inst-42b9bd7db4468bf5c453b9db7637203e125a87fb.tar.gz
pc-inst-42b9bd7db4468bf5c453b9db7637203e125a87fb.tar.bz2
inst, hosts: Use sector sizes in sfdisk scripts
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