Skip to content

Commit 7148a9a

Browse files
committed
fix typo
1 parent 981aaf6 commit 7148a9a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Makefile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@ all: $(PACKAGE).zip
55
rootfs.ext3.base:
66
dd if=/dev/zero of=rootfs.ext3.base bs=10M count=1
77
mkfs.ext3 rootfs.ext3.base
8-
resize2fs rootfs.ext3.base 1248
8+
resize2fs -M rootfs.ext3.base
99
tune2fs -i 0 -c 0 rootfs.ext3.base
1010

1111
rootfs.ext4.base:
1212
dd if=/dev/zero of=rootfs.ext4.base bs=10M count=1
13-
mkfs.ext3 rootfs.ext4.base
14-
resize2fs rootfs.ext4.base 1539
13+
mkfs.ext4 rootfs.ext4.base
14+
resize2fs -M rootfs.ext4.base
1515
tune2fs -i 0 -c 0 rootfs.ext4.base
1616

1717
menu.json: gen.menu.json.js

0 commit comments

Comments
 (0)