Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
mbr_ho.bin: Update install instructions
  • Loading branch information
geneC committed Mar 10, 2011
1 parent e43b55e commit f6e9b64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mbr/mbr_ho.S
Expand Up @@ -45,7 +45,7 @@
* MBR:
* dd conv=notrunc bs=440 count=1 if=mbr_ho.bin of=/dev/dev
*
* VBR/PBR (works for FAT12/16/32, ext[234]fs, btrfs):
* VBR/PBR (should work for FAT12/16/32, ext[234]fs, btrfs):
* echo -en "\0353\0130\0220" |dd conv=notrunc bs=1 count=3 of=/dev/dev
* dd conv=notrunc bs=2 count=210 seek=45 if=mbr_ho.bin of=/dev/dev
*/
Expand Down

0 comments on commit f6e9b64

Please sign in to comment.