afterlfs: "Work remotely via SSH" does not strictly need wget

This commit is contained in:
Xi Ruoyao 2023-09-24 20:07:32 +08:00
parent f510f26b2d
commit d48812dca9
No known key found for this signature in database
GPG Key ID: ACAAD20E19E710E3

View File

@ -184,8 +184,7 @@ PATH=/bin:/usr/bin:/sbin:/usr/sbin /bin/bash --login'</command></screen>
<para>
This method also provides a full graphical environment, but first
requires installing
<ulink url="&blfs-book;postlfs/openssh.html">sshd</ulink> and
<ulink url="&blfs-book;basicnet/wget.html">wget</ulink>
<ulink url="&blfs-book;postlfs/openssh.html">sshd</ulink>
on the LFS system, usually in chroot. It also requires a second
computer. This method has the advantage of being simple by not requiring
the complexity of the chroot environment. It also uses your LFS built
@ -193,6 +192,17 @@ PATH=/bin:/usr/bin:/sbin:/usr/sbin /bin/bash --login'</command></screen>
for installing packages.
</para>
<para>
You may use the <command>scp</command> command to upload the package
sources to be built onto the LFS system. If you want to download
the sources onto the LFS system directly instead, install
<ulink url="&blfs-book;general/libtasn1.html">libtasn1</ulink>,
<ulink url="&blfs-book;postlfs/p11-kit.html">p11-kit</ulink>,
<ulink url="&blfs-book;postlfs/make-ca.html">make-ca</ulink>, and
<ulink url="&blfs-book;basicnet/wget.html">wget</ulink>
in chroot (or upload their sources using <command>scp</command>
after booting the LFS system).
</para>
</sect3>
<sect3>