OpenSystemsDevelopment
/
usbboot
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code ยป
Commit
78e1830ec285b24895e4efd8b9626af2b12f6746
Authored by
tim
2021-10-08 09:47:17 +0100
1 parent
6eb9976b
make-boot-image: Fix typo in docs AFT_SIZE -> FAT_SIZE
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
tools/make-boot-image
tools/make-boot-image
View file @
78e1830
...
...
@@ -163,7 +163,7 @@ arguments to help minimise the size of the boot image.
163
163
Name mkfs.vfat parameter
164
164
SECTOR_SIZE -S
165
165
ROOT_DIR_ENTRIES -r
166
-
AF
T_SIZE -F
166
+
FA
T_SIZE -F
167
167
168
168
EOF
169
169
exit 0
...
...