mkimage: typo fix (close #80).
This commit is contained in:
parent
fdb41f88e8
commit
8a22f2c03d
@ -155,7 +155,7 @@ _EOF
|
|||||||
sfdisk ${FILENAME} <<_EOF
|
sfdisk ${FILENAME} <<_EOF
|
||||||
label: dos
|
label: dos
|
||||||
2048,${BOOT_FSSIZE},b,*
|
2048,${BOOT_FSSIZE},b,*
|
||||||
${BOOT_SIZE},+,L
|
${BOOT_FSSIZE},+,L
|
||||||
_EOF
|
_EOF
|
||||||
LOOPDEV=$(losetup --show --find --partscan $FILENAME)
|
LOOPDEV=$(losetup --show --find --partscan $FILENAME)
|
||||||
mkfs.${BOOT_FSTYPE} $_args ${LOOPDEV}p1 >/dev/null
|
mkfs.${BOOT_FSTYPE} $_args ${LOOPDEV}p1 >/dev/null
|
||||||
|
Loading…
x
Reference in New Issue
Block a user