aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Alessi <alessi@robertalessi.net>2021-02-22 18:24:47 +0100
committerRobert Alessi <alessi@robertalessi.net>2021-02-22 18:24:47 +0100
commitc9a430d6ae40f5f7e2c99d2c088d5b54456ca140 (patch)
tree0ce842a232c301f26c6aad7b43e7de9434e163fe
parent8b1e76f12267b17c51608c06eeaece50abedbd7a (diff)
downloadmy-x200-c9a430d6ae40f5f7e2c99d2c088d5b54456ca140.tar.gz
a typo
-rw-r--r--README.md2
-rw-r--r--about.html2
2 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index ea1b625..2d838cd 100644
--- a/README.md
+++ b/README.md
@@ -92,7 +92,7 @@ computer is started.
92It must be noted that when `enable_privacy` is set to `true` `my-x200` 92It must be noted that when `enable_privacy` is set to `true` `my-x200`
93turns off the wifi radio at computer startup and each time it is put 93turns off the wifi radio at computer startup and each time it is put
94to sleep. The wifi radio has to be turned on or turned back on 94to sleep. The wifi radio has to be turned on or turned back on
95manually by pressing `Fn-F5` 95manually by pressing `Fn-F5`.
96 96
97Backup 97Backup
98------ 98------
diff --git a/about.html b/about.html
index 3be567c..5e0c362 100644
--- a/about.html
+++ b/about.html
@@ -68,7 +68,7 @@
68<p>Set the variable <code>is_thinkpad_x200</code> to <code>yes</code> (which is the default value). The default frequency rate should work. It may be changed by modifying the value of <code>PWMFREQ_RATE</code>.</p> 68<p>Set the variable <code>is_thinkpad_x200</code> to <code>yes</code> (which is the default value). The default frequency rate should work. It may be changed by modifying the value of <code>PWMFREQ_RATE</code>.</p>
69<h2 id="privacy-settings">Privacy Settings</h2> 69<h2 id="privacy-settings">Privacy Settings</h2>
70<p><code>/etc/default/my-x200</code> also provides a “Privacy Settings” section: if <code>enable_privacy</code> is set to <code>true</code>, then the wired internet interface that may or may not be connected to the internet will have its MAC address spoofed at startup. (The wireless interfaces must also be spoofed, but this can be handled by <code>wpa_supplicant</code>: see below.) Additionally, <code>my-x200</code> will delete <code>/var/lib/dhcpcd/duid</code>, and use <code>/proc/sys/kernel/random/boot_id</code> to generate a new DUID-LLT-based file with an updated timestamp. A new DUID is generated each time the computer is started.</p> 70<p><code>/etc/default/my-x200</code> also provides a “Privacy Settings” section: if <code>enable_privacy</code> is set to <code>true</code>, then the wired internet interface that may or may not be connected to the internet will have its MAC address spoofed at startup. (The wireless interfaces must also be spoofed, but this can be handled by <code>wpa_supplicant</code>: see below.) Additionally, <code>my-x200</code> will delete <code>/var/lib/dhcpcd/duid</code>, and use <code>/proc/sys/kernel/random/boot_id</code> to generate a new DUID-LLT-based file with an updated timestamp. A new DUID is generated each time the computer is started.</p>
71<p>It must be noted that when <code>enable_privacy</code> is set to <code>true</code> <code>my-x200</code> turns off the wifi radio at computer startup and each time it is put to sleep. The wifi radio has to be turned on or turned back on manually by pressing <code>Fn-F5</code></p> 71<p>It must be noted that when <code>enable_privacy</code> is set to <code>true</code> <code>my-x200</code> turns off the wifi radio at computer startup and each time it is put to sleep. The wifi radio has to be turned on or turned back on manually by pressing <code>Fn-F5</code>.</p>
72<h2 id="backup">Backup</h2> 72<h2 id="backup">Backup</h2>
73<p>Finally <code>my-x200</code> has the ability to backup essential files or directories—for instance to a backup disk mounted inside the dock. Of course, the backup process is triggered on certain conditions only:</p> 73<p>Finally <code>my-x200</code> has the ability to backup essential files or directories—for instance to a backup disk mounted inside the dock. Of course, the backup process is triggered on certain conditions only:</p>
74<ol type="1"> 74<ol type="1">