aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Alessi <alessi@robertalessi.net>2021-02-22 18:13:04 +0100
committerRobert Alessi <alessi@robertalessi.net>2021-02-22 18:13:04 +0100
commit7c35c758d9ba991acd0e5728950c67ca065d872d (patch)
tree66ecaaef10e739c767186600f3dadedacbb3b402
parent56f4b3b4a5973b3d2925505afb74c6a7c2b131f8 (diff)
downloadmy-x200-7c35c758d9ba991acd0e5728950c67ca065d872d.tar.gz
updated README.md
-rw-r--r--README.md7
-rw-r--r--about.html3
2 files changed, 8 insertions, 2 deletions
diff --git a/README.md b/README.md
index 19fce0c..ea1b625 100644
--- a/README.md
+++ b/README.md
@@ -83,12 +83,17 @@ Privacy Settings
83`enable_privacy` is set to `true`, then the wired internet interface 83`enable_privacy` is set to `true`, then the wired internet interface
84that may or may not be connected to the internet will have its MAC 84that may or may not be connected to the internet will have its MAC
85address spoofed at startup. (The wireless interfaces must also be 85address spoofed at startup. (The wireless interfaces must also be
86spoofed, but this can be handled by wpa_supplicant: see below.) 86spoofed, but this can be handled by `wpa_supplicant`: see below.)
87Additionally, `my-x200` will delete `/var/lib/dhcpcd/duid`, and use 87Additionally, `my-x200` will delete `/var/lib/dhcpcd/duid`, and use
88`/proc/sys/kernel/random/boot_id` to generate a new DUID-LLT-based 88`/proc/sys/kernel/random/boot_id` to generate a new DUID-LLT-based
89file with an updated timestamp. A new DUID is generated each time the 89file with an updated timestamp. A new DUID is generated each time the
90computer is started. 90computer is started.
91 91
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
94to sleep. The wifi radio has to be turned on or turned back on
95manually by pressing `Fn-F5`
96
92Backup 97Backup
93------ 98------
94Finally `my-x200` has the ability to backup essential files or 99Finally `my-x200` has the ability to backup essential files or
diff --git a/about.html b/about.html
index 7562d1d..3be567c 100644
--- a/about.html
+++ b/about.html
@@ -67,7 +67,8 @@
67<h2 id="noise-removal">Noise Removal</h2> 67<h2 id="noise-removal">Noise Removal</h2>
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 wpa_supplicant: 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<h2 id="backup">Backup</h2> 72<h2 id="backup">Backup</h2>
72<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>
73<ol type="1"> 74<ol type="1">