mkimage: typo fix (close #80).

This commit is contained in:
Juan RP 2016-08-11 08:19:31 +02:00
parent fdb41f88e8
commit 8a22f2c03d
1 changed files with 1 additions and 1 deletions

View File

@ -155,7 +155,7 @@ _EOF
sfdisk ${FILENAME} <<_EOF
label: dos
2048,${BOOT_FSSIZE},b,*
${BOOT_SIZE},+,L
${BOOT_FSSIZE},+,L
_EOF
LOOPDEV=$(losetup --show --find --partscan $FILENAME)
mkfs.${BOOT_FSTYPE} $_args ${LOOPDEV}p1 >/dev/null