diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -43,18 +43,18 @@ Once installed, `my-x200` is configured by editing | |||
43 | Noise Removal | 43 | Noise Removal |
44 | ------------- | 44 | ------------- |
45 | Set the variable `is_thinkpad_x200` to `yes` (which is the default | 45 | Set the variable `is_thinkpad_x200` to `yes` (which is the default |
46 | value). The default frequency rate should work. It may be change by | 46 | value). The default frequency rate should work. It may be changed by |
47 | modifying the value of `PWMFREQ_RATE`. | 47 | modifying the value of `PWMFREQ_RATE`. |
48 | 48 | ||
49 | Privacy Settings | 49 | Privacy 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 |
53 | that may or may not be connected to the internet will have its MAC | 53 | that may or may not be connected to the internet will have its MAC |
54 | address spoofed at startup. (The wireless interfaces must also be | 54 | address spoofed at startup. (The wireless interfaces must also be |
55 | spoofed, but this can be handled by wpa_supplicant: see below.) | 55 | spoofed, but this can be handled by wpa_supplicant: see below.) |
56 | Additionally, `my-x200` will delete `/var/lib/dhcpcd/duid`, and use | 56 | Additionally, `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 |
58 | file with an updated timestamp. A new DUID is generated each time the | 58 | file with an updated timestamp. A new DUID is generated each time the |
59 | computer is started. | 59 | computer is started. |
60 | 60 | ||