Changeset 3443abb
- Timestamp:
- 09/01/2021 06:33:34 AM (3 years ago)
- Branches:
- 11.0, 11.1, 11.1-rc1, 11.2, 11.2-rc1, 11.3, 11.3-rc1, 12.0, 12.0-rc1, 12.1, 12.1-rc1, 12.2, 12.2-rc1, arm, bdubbs/gcc13, ml-11.0, multilib, renodr/libudev-from-systemd, s6-init, trunk, xry111/arm64, xry111/arm64-12.0, xry111/clfs-ng, xry111/lfs-next, xry111/loongarch, xry111/loongarch-12.0, xry111/loongarch-12.1, xry111/loongarch-12.2, xry111/mips64el, xry111/multilib, xry111/pip3, xry111/rust-wip-20221008, xry111/update-glibc
- Children:
- 6711c422, bd90b9b
- Parents:
- 78b97ce
- Location:
- chapter11
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
chapter11/reboot.xml
r78b97ce r3443abb 21 21 <itemizedlist> 22 22 23 <listitem><para>A text mode browser such as <ulink 24 url='&blfs-book;basicnet/lynx.html'>Lynx</ulink> 23 <listitem><para>A text mode browser such as <ulink revision="sysv" 24 url='&blfs-book;basicnet/lynx.html'>Lynx</ulink><ulink revision="systemd" 25 url='&blfs-systemd-book;basicnet/lynx.html'>Lynx</ulink> 25 26 will allow you to easily view the BLFS book in one virtual terminal, while 26 27 building packages in another.</para></listitem> 27 28 28 <listitem><para>The 29 <ulink url='&blfs-book;postlfs/make-ca.html'>make-ca</ulink> package 29 <listitem><para>The <ulink revision="sysv" 30 url='&blfs-book;postlfs/make-ca.html'>make-ca</ulink><ulink revision="systemd" 31 url='&blfs-systemd-book;postlfs/make-ca.html'>make-ca</ulink> package 30 32 will allow you to set up local trusted anchor certificates, allowing 31 33 the system to verify SSL certificates provided by remote servers (for 32 34 example, a website using HTTPS).</para></listitem> 33 35 34 <listitem><para>The <ulink 35 url='&blfs-book;general/gpm.html'>GPM</ulink> package will allow 36 <listitem><para>The <ulink revision="sysv" 37 url='&blfs-book;general/gpm.html'>GPM</ulink><ulink revision="systemd" 38 url='&blfs-systemd-book;general/gpm.html'>GPM</ulink> package will allow 36 39 you to perform copy/paste actions in your virtual 37 40 terminals.</para></listitem> … … 45 48 useful.</para></listitem> 46 49 47 <listitem><para>Installing <ulink 48 url='&blfs-book;postlfs/sudo.html'>sudo</ulink> may be useful for 50 <listitem><para>Installing <ulink revision="sysv" 51 url='&blfs-book;postlfs/sudo.html'>sudo</ulink><ulink revision="systemd" 52 url='&blfs-systemd-book;postlfs/sudo.html'>sudo</ulink> may be useful for 49 53 building packages as a non-root user and easily installing the resulting 50 packages in your new system. 54 packages in your new system.</para></listitem> 51 55 52 56 <listitem><para>If you want to access your new system from a remote system 53 within a comfortable GUI environment, install <ulink 54 url='&blfs-book;postlfs/openssh.html'>openssh</ulink>. 57 within a comfortable GUI environment, install <ulink revision="sysv" 58 url='&blfs-book;postlfs/openssh.html'>openssh</ulink><ulink revision="systemd" 59 url='&blfs-systemd-book;postlfs/openssh.html'>openssh</ulink>. 55 60 </para></listitem> 56 61 57 62 <listitem><para>To make fetching files over the internet easier, install 58 <ulink url='&blfs-book;basicnet/wget.html'>wget</ulink>. 63 <ulink revision="sysv" url='&blfs-book;basicnet/wget.html'>wget</ulink> 64 <ulink revision="systemd" url='&blfs-systemd-book;basicnet/wget.html'>wget</ulink>. 59 65 </para></listitem> 60 66 61 67 <listitem><para>To connect to a wireless access point for networking, 62 install 63 <ulink url='&blfs-book;basicnet/wpa_supplicant.html'>wpa_supplicant</ulink>. 68 install <ulink revision="sysv" 69 url='&blfs-book;basicnet/wpa_supplicant.html'>wpa_supplicant</ulink><ulink 70 revision="systemd" 71 url='&blfs-systemd-book;basicnet/wpa_supplicant.html'>wpa_supplicant</ulink>. 64 72 </para></listitem> 65 73 66 74 <listitem><para>Finally, a review of the following configuration files 67 is also appropriate at this point. 75 is also appropriate at this point.</para> 68 76 69 77 <itemizedlist> -
chapter11/whatnow.xml
r78b97ce r3443abb 58 58 <para>The Beyond Linux From Scratch book covers installation 59 59 procedures for a wide range of software beyond the scope of the LFS 60 Book. The BLFS project is located at 61 <phrase revision='sysv'><ulink url="&blfs-book;"/>.</phrase> 62 <phrase revision='systemd'><ulink url="&blfs-systemd-book;"/>.</phrase> 60 Book. The BLFS project is located at <ulink revision="sysv" 61 url="&blfs-book;"/><ulink revision="systemd" url="&blfs-systemd-book;"/>. 63 62 </para> 64 63 </listitem>
Note:
See TracChangeset
for help on using the changeset viewer.