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'
This method also provides a full graphical environment, but first
requires installing
- sshd and
- wget
+ sshd
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'
for installing packages.
+
+ You may use the scp 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
+ libtasn1,
+ p11-kit,
+ make-ca, and
+ wget
+ in chroot (or upload their sources using scp
+ after booting the LFS system).
+