From ca21ae09f5732dc248226e69c14275099bb635b7 Mon Sep 17 00:00:00 2001 From: Robert Alessi Date: Tue, 24 Dec 2019 10:16:11 +0100 Subject: a few corrections in README --- README.md | 29 ++++++++++++++--------------- about.html | 16 ++++++++-------- 2 files changed, 22 insertions(+), 23 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 ---------------- It also provides a “Privacy settings” section: if `enable_privacy` is set to `true`, then the wired internet interface that may or may not -be connected to the internet can have its MAC address spoofed at +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.) Additionally, x200-my will delete -`/etc/dhcpcd.duid`, which will make `dhcpcd` 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. +be handled by wpa_supplicant: see below.) Additionally, x200-my will +delete `/etc/dhcpcd.duid`, which will make `dhcpcd` generate a new +DUID-LLT based file with an updated timestamp and the spoofed +link-layer address of the network interface that is connected to the +DHCP device at the time that the DUID is generated. Backup ------ 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: +directories—for instance to 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 `/etc/conf.d/x200-my` file -2. The disk must be mounted +1. The option must be enabled in the `/etc/conf.d/x200-my` file. +2. The disk must be mounted. 3. An (empty) `dobackup` file must be present in the backup directory. Then, once these conditions are met, the backup process is triggered @@ -65,10 +64,10 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA Installation ============ -1. Clone this repository locally -2. Do `makepkg` -3. Install the generated x200-my package as root with `pacman -U` -4. Edit `/etc/conf.d/x200-my` +1. Clone this repository locally. +2. Do `makepkg`. +3. Install the generated x200-my package as root with `pacman -U`. +4. Edit `/etc/conf.d/x200-my`. Use and recommended configuration --------------------------------- diff --git a/about.html b/about.html index 0616d31..93436b8 100644 --- a/about.html +++ b/about.html @@ -18,12 +18,12 @@

x200-my is a simple openrc script primarily designed to make the distinctive whining noise of Thinkpads X200 disappear. But it can also be used on other laptops.

It is written to be used on Hyperbola GNU/Linux-libre but it should work on other Arch-based + openrc distributions.

Privacy Settings

-

It also provides a “Privacy settings” section: if enable_privacy is set to true, 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 /etc/dhcpcd.duid, which will make dhcpcd 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.

+

It also provides a “Privacy settings” section: if enable_privacy is set to true, 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, x200-my will delete /etc/dhcpcd.duid, which will make dhcpcd generate a new DUID-LLT based file with an updated timestamp and the spoofed link-layer address of the network interface that is connected to the DHCP device at the time that the DUID is generated.

Backup

-

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:

+

Finally x200-my 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:

    -
  1. The option must be enabled in the /etc/conf.d/x200-my file
  2. -
  3. The disk must be mounted
  4. +
  5. The option must be enabled in the /etc/conf.d/x200-my file.
  6. +
  7. The disk must be mounted.
  8. An (empty) dobackup file must be present in the backup directory.

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.

@@ -34,10 +34,10 @@

You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.

Installation

    -
  1. Clone this repository locally
  2. -
  3. Do makepkg
  4. -
  5. Install the generated x200-my package as root with pacman -U
  6. -
  7. Edit /etc/conf.d/x200-my
  8. +
  9. Clone this repository locally.
  10. +
  11. Do makepkg.
  12. +
  13. Install the generated x200-my package as root with pacman -U.
  14. +
  15. Edit /etc/conf.d/x200-my.

It is advisable to use x200-my in conjunction with wpa_supplicant and dhcpcd only. In addition, wpa_gui and dhcpcd-ui are also recommended.

-- cgit v1.2.3