diff options
author | Francis Rowe <info@gluglug.org.uk> | 2015-01-18 06:57:44 (EST) |
---|---|---|
committer | Francis Rowe <info@gluglug.org.uk> | 2015-01-18 06:58:59 (EST) |
commit | 78067dd62a285731305b7a890da333d265ce6cad (patch) | |
tree | 499ecda40beb27d23dd39bb7f5689faf7ef4e9f2 /docs/install | |
parent | c44ef19d49c16064bed8964557f102fb58a336e7 (diff) | |
download | libreboot-78067dd62a285731305b7a890da333d265ce6cad.zip libreboot-78067dd62a285731305b7a890da333d265ce6cad.tar.gz libreboot-78067dd62a285731305b7a890da333d265ce6cad.tar.bz2 |
Documentation: fix incorrect usage of apostrophes.
Diffstat (limited to 'docs/install')
-rw-r--r-- | docs/install/index.html | 12 | ||||
-rw-r--r-- | docs/install/t60_unbrick.html | 2 | ||||
-rw-r--r-- | docs/install/x60_unbrick.html | 4 | ||||
-rw-r--r-- | docs/install/x60tablet_unbrick.html | 4 |
4 files changed, 11 insertions, 11 deletions
diff --git a/docs/install/index.html b/docs/install/index.html index 5502a9c..e5d8f65 100644 --- a/docs/install/index.html +++ b/docs/install/index.html @@ -26,7 +26,7 @@ </ul> <h2>Installing libreboot (software)</h2> <ul> - <li><a href="#rom">Recommended ROM's to flash</a></li> + <li><a href="#rom">Recommended ROMs to flash</a></li> <li><a href="#flashrom_lenovobios">X60/X60S/X60T/T60: How to flash your ROM (if running Lenovo BIOS firmware)</a></li> <li><a href="#flashrom_macbook21">macbook21: How to flash your ROM (if running Apple EFI firmware)</a></li> <li><a href="#flashrom">X60/X60S/X60T/T60/X200/macbook21: How to flash your ROM (if running libreboot or coreboot already)</a></li> @@ -42,7 +42,7 @@ <hr/> - <h1 id="rom">Recommended ROM's to flash</h1> + <h1 id="rom">Recommended ROMs to flash</h1> <p> List of directories corresponding to each board: @@ -53,7 +53,7 @@ <li>ThinkPad T60: <b>bin/t60/</b> (note, see <a href="../hcl/index.html#supported_t60_list">../hcl/index.html#supported_t60_list</a>)</li> <li>ThinkPad X200: <b>bin/x200_8mb/</b> (8MiB flash chip) or <b>bin/x200_4mb</b> (4MiB flash chip) (see <a href="../hcl/x200.html">../hcl/x200.html</a>)</li> <li>Apple MacBook2,1: <b>bin/macbook21/</b></li> - <li>Apple MacBook1,1: <b>bin/macbook21/</b> (it's not a typo; the same ROM's work)</li> + <li>Apple MacBook1,1: <b>bin/macbook21/</b> (it's not a typo; the same ROMs work)</li> </ul> <p>These images use coreboot text-mode graphics:</p> @@ -100,7 +100,7 @@ <hr/> - <h1 id="flashrom_lenovobios">X60/X60S/X60T/T60: How to flash the ROM's onto your machine (if running Lenovo BIOS firmware).</h1> + <h1 id="flashrom_lenovobios">X60/X60S/X60T/T60: How to flash the ROMs onto your machine (if running Lenovo BIOS firmware).</h1> <div class="important"> @@ -126,7 +126,7 @@ <b>$ dd if=libreboot.rom of=top64k.bin bs=1 skip=$[$(stat -c %s libreboot.rom) - 0x10000] count=64k</b><br/> <b>$ dd if=libreboot.rom of=lower64k.bin bs=1 skip=$[$(stat -c %s libreboot.rom) - 0x20000] count=64k</b><br/> <b>$ sha512sum lower64k.bin top64k.bin</b><br/> - Make *sure* that they match before you continue. The ROM's included pre-compiled in libreboot should already match. + Make *sure* that they match before you continue. The ROMs included pre-compiled in libreboot should already match. If they don't match, then do this (based on those instructions from <a href="http://www.coreboot.org/Board:lenovo/x60/Installation">coreboot wiki</a>):<br/> <b>$ dd if=top64k.bin of=libreboot.rom bs=1 seek=$[$(stat -c %s libreboot.rom) - 0x20000] count=64k conv=notrunc</b><br/> After this, the ROM will be safe to flash. Explanation is provided in <a href="../git/index.html#build_bucts">../git/index.html#build_bucts</a>. @@ -321,7 +321,7 @@ <hr/> - <h1 id="flashrom">X60/X60S/X60T/T60/X200/macbook21: How to flash the ROM's onto your machine (if running libreboot or coreboot already)</h1> + <h1 id="flashrom">X60/X60S/X60T/T60/X200/macbook21: How to flash the ROMs onto your machine (if running libreboot or coreboot already)</h1> <p> <b> diff --git a/docs/install/t60_unbrick.html b/docs/install/t60_unbrick.html index 8d7ab9d..ba010d3 100644 --- a/docs/install/t60_unbrick.html +++ b/docs/install/t60_unbrick.html @@ -39,7 +39,7 @@ In this case, unbricking is easy: reset BUC.TS to 0 by removing that yellow cmos coin (it's a battery) and putting it back after a minute or two:<br/> <img src="../images/t60_dev/0006.JPG" alt="" /><br/><br/> - *Those dd commands should be applied to all newly compiled T60 ROM's (the ROM's in libreboot binary archives already have this applied!):<br/> + *Those dd commands should be applied to all newly compiled T60 ROM images (the ROM images in libreboot binary archives already have this applied!):<br/> dd if=coreboot.rom of=top64k.bin bs=1 skip=$[$(stat -c %s coreboot.rom) - 0x10000] count=64k<br/> dd if=coreboot.rom bs=1 skip=$[$(stat -c %s coreboot.rom) - 0x20000] count=64k | hexdump<br/> dd if=top64k.bin of=coreboot.rom bs=1 seek=$[$(stat -c %s coreboot.rom) - 0x20000] count=64k conv=notrunc<br/> diff --git a/docs/install/x60_unbrick.html b/docs/install/x60_unbrick.html index 3b3d6be..89edfb4 100644 --- a/docs/install/x60_unbrick.html +++ b/docs/install/x60_unbrick.html @@ -39,7 +39,7 @@ In this case, unbricking is easy: reset BUC.TS to 0 by removing that yellow cmos coin (it's a battery) and putting it back after a minute or two:<br/> <img src="../images/x60_unbrick/0004.jpg" alt="" /><br/><br/> - *Those dd commands should be applied to all newly compiled X60 ROM's (the ROM's in libreboot binary archives already have this applied!):<br/> + *Those dd commands should be applied to all newly compiled X60 ROM images (the ROM images in libreboot binary archives already have this applied!):<br/> dd if=coreboot.rom of=top64k.bin bs=1 skip=$[$(stat -c %s coreboot.rom) - 0x10000] count=64k<br/> dd if=coreboot.rom bs=1 skip=$[$(stat -c %s coreboot.rom) - 0x20000] count=64k | hexdump<br/> dd if=top64k.bin of=coreboot.rom bs=1 seek=$[$(stat -c %s coreboot.rom) - 0x20000] count=64k conv=notrunc<br/> @@ -246,7 +246,7 @@ POMONA 5250: <img src="../images/x60_unbrick/0047.jpg" alt="" /> </p> <p> - Trisquel live USB menu (using GRUB's ISOLINUX parser):<br/> + Trisquel live USB menu (using the GRUB ISOLINUX parser):<br/> <img src="../images/x60_unbrick/0048.jpg" alt="" /> </p> <p> diff --git a/docs/install/x60tablet_unbrick.html b/docs/install/x60tablet_unbrick.html index cd2878c..0510867 100644 --- a/docs/install/x60tablet_unbrick.html +++ b/docs/install/x60tablet_unbrick.html @@ -39,7 +39,7 @@ In this case, unbricking is easy: reset BUC.TS to 0 by removing that yellow cmos coin (it's a battery) and putting it back after a minute or two:<br/> <img src="../images/x60t_unbrick/0008.JPG" alt="" /><br/><br/> - *Those dd commands should be applied to all newly compiled X60 ROM's (the ROM's in libreboot binary archives already have this applied!):<br/> + *Those dd commands should be applied to all newly compiled X60 ROM images (the ROM images in libreboot binary archives already have this applied!):<br/> dd if=coreboot.rom of=top64k.bin bs=1 skip=$[$(stat -c %s coreboot.rom) - 0x10000] count=64k<br/> dd if=coreboot.rom bs=1 skip=$[$(stat -c %s coreboot.rom) - 0x20000] count=64k | hexdump<br/> dd if=top64k.bin of=coreboot.rom bs=1 seek=$[$(stat -c %s coreboot.rom) - 0x20000] count=64k conv=notrunc<br/> @@ -96,7 +96,7 @@ </p> <p> - Some X60T's you have to unroute those too:<br/> + For some X60T laptops, you have to unroute those too:<br/> <img src="../images/x60t_unbrick/0010.JPG" alt="" /> </p> |