diff options
author | Richard W.M. Jones <rjones@redhat.com> | 2010-10-05 22:48:37 +0100 |
---|---|---|
committer | Richard W.M. Jones <rjones@redhat.com> | 2010-10-05 22:48:37 +0100 |
commit | ccc5425105dce58859c0793c83dd4d17a139d9ed (patch) | |
tree | 0d60c740a470744d4e0f11b9cd17a59d71336172 /contrib/visualize-alignment/README | |
parent | 37e0c30d9075a35780a945a462913165d973c372 (diff) | |
download | libguestfs-ccc5425105dce58859c0793c83dd4d17a139d9ed.tar.gz libguestfs-ccc5425105dce58859c0793c83dd4d17a139d9ed.tar.xz libguestfs-ccc5425105dce58859c0793c83dd4d17a139d9ed.zip |
contrib: Fix small mistake in README file.
Diffstat (limited to 'contrib/visualize-alignment/README')
-rw-r--r-- | contrib/visualize-alignment/README | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/visualize-alignment/README b/contrib/visualize-alignment/README index a81c92a0..02f78ab4 100644 --- a/contrib/visualize-alignment/README +++ b/contrib/visualize-alignment/README @@ -3,12 +3,12 @@ patch in the current directory. - guestfish-N-fs-10M.qtr - The command 'guestfish -N fs:ext2:10' before we modified the + The command 'guestfish -N fs:ext2:10M' before we modified the part-disk API to align the partition to 64 sectors. - guestfish-N-fs-10M-aligned-part-disk.qtr - The command 'guestfish -N fs:ext2:10' after we modified the + The command 'guestfish -N fs:ext2:10M' after we modified the part-disk API to align the partition to 64 sectors. - guestfish-add-mount.qtr |