From 78b97ceed4343b39e0a8538c1952e411a06b614d Mon Sep 17 00:00:00 2001 From: Bruce Dubbs Date: Tue, 31 Aug 2021 23:05:37 -0500 Subject: [PATCH 1/3] Point Section 11,4 to right version of BLFS When we point to BLFS, we need to point to the right version: sysV or systemd. That's done with and some symlinks on rivendell. --- chapter11/whatnow.xml | 5 ++++- general.ent | 3 ++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/chapter11/whatnow.xml b/chapter11/whatnow.xml index 9e6062cf7..0a0fd1556 100644 --- a/chapter11/whatnow.xml +++ b/chapter11/whatnow.xml @@ -57,7 +57,10 @@ The Beyond Linux From Scratch book covers installation procedures for a wide range of software beyond the scope of the LFS - Book. The BLFS project is located at . + Book. The BLFS project is located at + . + . + diff --git a/general.ent b/general.ent index 9431cf046..4c7e25795 100644 --- a/general.ent +++ b/general.ent @@ -17,12 +17,13 @@ Change to x.y for release but not -rc releases --> - + + From 3443abb60a3ad31e0c3058f9ad55e859d6f25cab Mon Sep 17 00:00:00 2001 From: Pierre Labastie Date: Wed, 1 Sep 2021 08:33:34 +0200 Subject: [PATCH 2/3] Add revision attributes to ulink in chapter 11 The systemd book needs to point to blfs systemd. So change the ulinks accordingly, and use a revision attribute. No need to use phrase tag. --- chapter11/reboot.xml | 38 +++++++++++++++++++++++--------------- chapter11/whatnow.xml | 5 ++--- 2 files changed, 25 insertions(+), 18 deletions(-) diff --git a/chapter11/reboot.xml b/chapter11/reboot.xml index bce0e6ea9..3a4616e63 100644 --- a/chapter11/reboot.xml +++ b/chapter11/reboot.xml @@ -20,19 +20,22 @@ - A text mode browser such as Lynx + A text mode browser such as LynxLynx will allow you to easily view the BLFS book in one virtual terminal, while building packages in another. - The - make-ca package + The make-camake-ca package will allow you to set up local trusted anchor certificates, allowing the system to verify SSL certificates provided by remote servers (for example, a website using HTTPS). - The GPM package will allow + The GPMGPM package will allow you to perform copy/paste actions in your virtual terminals. @@ -44,27 +47,32 @@ url='&blfs-book;basicnet/dhcp.html'>dhcp may be useful. - Installing sudo may be useful for + Installing sudosudo may be useful for building packages as a non-root user and easily installing the resulting - packages in your new system. + packages in your new system. If you want to access your new system from a remote system - within a comfortable GUI environment, install openssh. + within a comfortable GUI environment, install opensshopenssh. To make fetching files over the internet easier, install - wget. + wget + wget. To connect to a wireless access point for networking, - install - wpa_supplicant. + install wpa_supplicantwpa_supplicant. Finally, a review of the following configuration files - is also appropriate at this point. + is also appropriate at this point. /etc/bashrc diff --git a/chapter11/whatnow.xml b/chapter11/whatnow.xml index 0a0fd1556..e72f4ca5e 100644 --- a/chapter11/whatnow.xml +++ b/chapter11/whatnow.xml @@ -57,9 +57,8 @@ The Beyond Linux From Scratch book covers installation procedures for a wide range of software beyond the scope of the LFS - Book. The BLFS project is located at - . - . + Book. The BLFS project is located at . From 6711c42299a00d1a909f787550447ccb3a3b6271 Mon Sep 17 00:00:00 2001 From: Pierre Labastie Date: Wed, 1 Sep 2021 12:01:03 +0200 Subject: [PATCH 3/3] Fix a spurious space in reboot.xml --- chapter11/reboot.xml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/chapter11/reboot.xml b/chapter11/reboot.xml index 3a4616e63..b059564cd 100644 --- a/chapter11/reboot.xml +++ b/chapter11/reboot.xml @@ -60,8 +60,9 @@ To make fetching files over the internet easier, install - wget - wget. + wgetwget. To connect to a wireless access point for networking,