aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md1
-rw-r--r--about.html7
2 files changed, 7 insertions, 1 deletions
diff --git a/README.md b/README.md
index eb1de9b..55863db 100644
--- a/README.md
+++ b/README.md
@@ -33,6 +33,7 @@ Finally x200-my has the ability to backup essential files or
33directories—for instance a backup disk mounted inside the dock. Of 33directories—for instance 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
35only: 35only:
36
361. The option must be enabled in the `/etc/conf.d/x200-my` file 371. The option must be enabled in the `/etc/conf.d/x200-my` file
372. The disk must be mounted 382. The disk must be mounted
383. An (empty) `dobackup` file must be present in the backup directory. 393. An (empty) `dobackup` file must be present in the backup directory.
diff --git a/about.html b/about.html
index 536b739..a777900 100644
--- a/about.html
+++ b/about.html
@@ -20,7 +20,12 @@
20<h2 id="privacy-settings">Privacy Settings</h2> 20<h2 id="privacy-settings">Privacy Settings</h2>
21<p>It 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 can have its MAC address spoofed at startup. (The wireless interfaces must also be spoofed, but this can be handled by wpa_supplicant.) Additionally, x200-my will delete <code>/etc/dhcpcd.duid</code>, which will make <code>dhcpcd</code> generate a new DUID-LLT based file with an updated timestamp and the link-layer address of the network interface that is connected to the DHCP device at the time that the DUID is generated.</p> 21<p>It 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 can have its MAC address spoofed at startup. (The wireless interfaces must also be spoofed, but this can be handled by wpa_supplicant.) Additionally, x200-my will delete <code>/etc/dhcpcd.duid</code>, which will make <code>dhcpcd</code> generate a new DUID-LLT based file with an updated timestamp and the link-layer address of the network interface that is connected to the DHCP device at the time that the DUID is generated.</p>
22<h2 id="backup">Backup</h2> 22<h2 id="backup">Backup</h2>
23<p>Finally x200-my has the ability to backup essential files or directories—for instance a backup disk mounted inside the dock. Of course, the backup process is triggered on certain conditions only: 1. The option must be enabled in the <code>/etc/conf.d/x200-my</code> file 2. The disk must be mounted 3. An (empty) <code>dobackup</code> file must be present in the backup directory.</p> 23<p>Finally x200-my has the ability to backup essential files or directories—for instance a backup disk mounted inside the dock. Of course, the backup process is triggered on certain conditions only:</p>
24<ol style="list-style-type: decimal">
25<li>The option must be enabled in the <code>/etc/conf.d/x200-my</code> file</li>
26<li>The disk must be mounted</li>
27<li>An (empty) <code>dobackup</code> file must be present in the backup directory.</li>
28</ol>
24<p>Then, once these conditions are met, the backup process is triggered whenever the service is stopped. It additionally generates a list of installed packages in case the disk should die and everything should be reinstalled.</p> 29<p>Then, once these conditions are met, the backup process is triggered whenever the service is stopped. It additionally generates a list of installed packages in case the disk should die and everything should be reinstalled.</p>
25<h1 id="license-and-disclamer">License and Disclamer</h1> 30<h1 id="license-and-disclamer">License and Disclamer</h1>
26<p>x200-my - An openrc service dedicated to Thinkpads X200 Copyright (C) 2019 Robert Alessi <a href="mailto:alessi@robertalessi.net">alessi@robertalessi.net</a></p> 31<p>x200-my - An openrc service dedicated to Thinkpads X200 Copyright (C) 2019 Robert Alessi <a href="mailto:alessi@robertalessi.net">alessi@robertalessi.net</a></p>