aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorRobert Alessi <alessi@robertalessi.net>2021-02-07 17:08:16 +0100
committerRobert Alessi <alessi@robertalessi.net>2021-02-07 17:08:16 +0100
commit990097097c7d5c77067a281915481ab9e9f076fa (patch)
treea491b6ac8d4650e4a4782a223aadd5d78742ef57 /README.md
parente725a90ce7629e1dbb930a3eff90f36e7f783190 (diff)
downloadmy-x200-990097097c7d5c77067a281915481ab9e9f076fa.tar.gz
a typo
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index 6e57159..958ce2f 100644
--- a/README.md
+++ b/README.md
@@ -43,18 +43,18 @@ Once installed, `my-x200` is configured by editing
43Noise Removal 43Noise Removal
44------------- 44-------------
45Set the variable `is_thinkpad_x200` to `yes` (which is the default 45Set the variable `is_thinkpad_x200` to `yes` (which is the default
46value). The default frequency rate should work. It may be change by 46value). The default frequency rate should work. It may be changed by
47modifying the value of `PWMFREQ_RATE`. 47modifying the value of `PWMFREQ_RATE`.
48 48
49Privacy Settings 49Privacy Settings
50---------------- 50----------------
51`/etc/default/my-x200` also provides a “Privacy settings” section: if 51`/etc/default/my-x200` also provides a “Privacy Settings” section: if
52`enable_privacy` is set to `true`, then the wired internet interface 52`enable_privacy` is set to `true`, then the wired internet interface
53that may or may not be connected to the internet will have its MAC 53that may or may not be connected to the internet will have its MAC
54address spoofed at startup. (The wireless interfaces must also be 54address spoofed at startup. (The wireless interfaces must also be
55spoofed, but this can be handled by wpa_supplicant: see below.) 55spoofed, but this can be handled by wpa_supplicant: see below.)
56Additionally, `my-x200` will delete `/var/lib/dhcpcd/duid`, and use 56Additionally, `my-x200` will delete `/var/lib/dhcpcd/duid`, and use
57`/proc/sys/kernel/random/boot_id` to generate a new DUID-LLT based 57`/proc/sys/kernel/random/boot_id` to generate a new DUID-LLT-based
58file with an updated timestamp. A new DUID is generated each time the 58file with an updated timestamp. A new DUID is generated each time the
59computer is started. 59computer is started.
60 60