diff options
author | Xi Ruoyao <xry111@xry111.site> | 2023-09-24 20:07:32 +0800 |
---|---|---|
committer | Xi Ruoyao <xry111@xry111.site> | 2023-09-24 20:07:32 +0800 |
commit | d48812dca9efb5cd5b8e8167f8f6f7b06e5ef1b4 (patch) | |
tree | 5af765a295bc130b9b3744af26a38a255be9a698 | |
parent | f510f26b2da527ccd3d3a630cff37a95dba2b442 (diff) |
afterlfs: "Work remotely via SSH" does not strictly need wget
-rw-r--r-- | chapter11/afterlfs.xml | 14 |
1 files changed, 12 insertions, 2 deletions
diff --git a/chapter11/afterlfs.xml b/chapter11/afterlfs.xml index dcd14fed5..c866903b5 100644 --- a/chapter11/afterlfs.xml +++ b/chapter11/afterlfs.xml @@ -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> |