aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md29
1 files changed, 14 insertions, 15 deletions
diff --git a/README.md b/README.md
index 5993557..b16c2a7 100644
--- a/README.md
+++ b/README.md
@@ -19,23 +19,22 @@ Privacy Settings
19---------------- 19----------------
20It also provides a “Privacy settings” section: if `enable_privacy` is 20It also provides a “Privacy settings” section: if `enable_privacy` is
21set to `true`, then the wired internet interface that may or may not 21set to `true`, then the wired internet interface that may or may not
22be connected to the internet can have its MAC address spoofed at 22be connected to the internet will have its MAC address spoofed at
23startup. (The wireless interfaces must also be spoofed, but this can 23startup. (The wireless interfaces must also be spoofed, but this can
24be handled by wpa_supplicant.) Additionally, x200-my will delete 24be handled by wpa_supplicant: see below.) Additionally, x200-my will
25`/etc/dhcpcd.duid`, which will make `dhcpcd` generate a new DUID-LLT 25delete `/etc/dhcpcd.duid`, which will make `dhcpcd` generate a new
26based file with an updated timestamp and the link-layer address of the 26DUID-LLT based file with an updated timestamp and the spoofed
27network interface that is connected to the DHCP device at the time 27link-layer address of the network interface that is connected to the
28that the DUID is generated. 28DHCP device at the time that the DUID is generated.
29 29
30Backup 30Backup
31------ 31------
32Finally x200-my has the ability to backup essential files or 32Finally x200-my has the ability to backup essential files or
33directories—for instance a backup disk mounted inside the dock. Of 33directories—for instance to a backup disk mounted inside the dock. Of
34course, the backup process is triggered on certain conditions 34course, the backup process is triggered on certain conditions only:
35only:
36 35
371. The option must be enabled in the `/etc/conf.d/x200-my` file 361. The option must be enabled in the `/etc/conf.d/x200-my` file.
382. The disk must be mounted 372. The disk must be mounted.
393. An (empty) `dobackup` file must be present in the backup directory. 383. An (empty) `dobackup` file must be present in the backup directory.
40 39
41Then, once these conditions are met, the backup process is triggered 40Then, once these conditions are met, the backup process is triggered
@@ -65,10 +64,10 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
65 64
66Installation 65Installation
67============ 66============
681. Clone this repository locally 671. Clone this repository locally.
692. Do `makepkg` 682. Do `makepkg`.
703. Install the generated x200-my package as root with `pacman -U` 693. Install the generated x200-my package as root with `pacman -U`.
714. Edit `/etc/conf.d/x200-my` 704. Edit `/etc/conf.d/x200-my`.
72 71
73Use and recommended configuration 72Use and recommended configuration
74--------------------------------- 73---------------------------------