diff options
author | Francis Rowe <info@gluglug.org.uk> | 2015-06-04 10:04:55 +0100 |
---|---|---|
committer | Francis Rowe <info@gluglug.org.uk> | 2015-06-04 10:04:55 +0100 |
commit | 60ace3bab80c4e6d020d88552356732e05da0478 (patch) | |
tree | 34b4d899d890d08b555560ef8e802251e7c91d9d /docs/install/t500_external.html | |
parent | 76aedf1486703f2136af579d6fc069568a5c1ffe (diff) | |
download | librebootfr-60ace3bab80c4e6d020d88552356732e05da0478.tar.gz librebootfr-60ace3bab80c4e6d020d88552356732e05da0478.zip |
docs/install/*.html: Update notes about finding flash chip size
Diffstat (limited to 'docs/install/t500_external.html')
-rw-r--r-- | docs/install/t500_external.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/install/t500_external.html b/docs/install/t500_external.html index d1e40791..bc9104cb 100644 --- a/docs/install/t500_external.html +++ b/docs/install/t500_external.html @@ -100,6 +100,8 @@ <p> To easily identify which size chip is present, before fully disassemblying:<br> # <b>dmidecode | grep ROM\ Size</b><br> + or (on some distributions):<br/> + $ <b>sudo dmidecode | grep ROM\ Size</b> </p> <pre> # ROM Size: 8192 kB |