Skip to content

Commit

Permalink
Added missing sectorsize assignment in readme
Browse files Browse the repository at this point in the history
As pointed out in #4.
  • Loading branch information
jmattsson committed Oct 14, 2020
1 parent f2dfa37 commit 3458721
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ Example:
+100M
w
EOF
sectorsize=512

# Use fdisk to give us the correct offset and size values to use with fuseloop
fdisk -c -u -l -C 300 -H 64 -S 32 -b 512 mydisk.img | grep mydisk.img | grep Linux | while read line
Expand Down Expand Up @@ -53,4 +54,4 @@ Example:
# With the filesystem laid down on the partition, mountlo can be used to mount it
mountlo -p1 -w mydisk.img /mnt



0 comments on commit 3458721

Please sign in to comment.