diff options
author | Pierre Labastie <pierre.labastie@neuf.fr> | 2021-09-15 09:24:40 +0200 |
---|---|---|
committer | Pierre Labastie <pierre.labastie@neuf.fr> | 2021-09-15 09:24:40 +0200 |
commit | d4c8dce41281747caf8a0537a3c41b64e78f767c (patch) | |
tree | 548a5d925622d17ff3fc2c98699a98a2d476d65f /chapter06 | |
parent | df1207e0fb2613f19cb89b8c2bddf24b72e1ec6a (diff) | |
parent | 06e7b3611839ab0051fb09e6ae1abc3dfad1ca4e (diff) |
Merge branch 'trunk' into plabs/condxml
Diffstat (limited to 'chapter06')
-rw-r--r-- | chapter06/coreutils.xml | 6 | ||||
-rw-r--r-- | chapter06/file.xml | 4 | ||||
-rw-r--r-- | chapter06/introduction.xml | 2 |
3 files changed, 6 insertions, 6 deletions
diff --git a/chapter06/coreutils.xml b/chapter06/coreutils.xml index af75e60cf..27ae2a04d 100644 --- a/chapter06/coreutils.xml +++ b/chapter06/coreutils.xml @@ -83,10 +83,10 @@ not necessary in this temporary environment, we must do so because some programs harcode executable locations:</para> -<screen><userinput remap="install">mv -v $LFS/usr/bin/chroot $LFS/usr/sbin +<screen><userinput remap="install">mv -v $LFS/usr/bin/chroot $LFS/usr/sbin mkdir -pv $LFS/usr/share/man/man8 -mv -v $LFS/usr/share/man/man1/chroot.1 $LFS/usr/share/man/man8/chroot.8 -sed -i 's/"1"/"8"/' $LFS/usr/share/man/man8/chroot.8</userinput></screen> +mv -v $LFS/usr/share/man/man1/chroot.1 $LFS/usr/share/man/man8/chroot.8 +sed -i 's/"1"/"8"/' $LFS/usr/share/man/man8/chroot.8</userinput></screen> </sect2> diff --git a/chapter06/file.xml b/chapter06/file.xml index dc6024177..880817509 100644 --- a/chapter06/file.xml +++ b/chapter06/file.xml @@ -44,8 +44,8 @@ <title>Installation of File</title> <para> - The <command>file</command> command on the build host needs - to be same version as the one we are building in order to + The <command>file</command> command on the build host needs + to be same version as the one we are building in order to create the signature file. Run the following commands to build it: </para> diff --git a/chapter06/introduction.xml b/chapter06/introduction.xml index 58f0dd7f7..1d786eb0c 100644 --- a/chapter06/introduction.xml +++ b/chapter06/introduction.xml @@ -18,7 +18,7 @@ <para>Using the utilities will be possible in next chapter after entering the <quote>chroot</quote> environment. But all the packages built in the - present chapter need to be built before we do that. Therefore we cannot be + present chapter need to be built before we do that. Therefore we cannot be independent of the host system yet.</para> <para>Once again, let us recall that improper setting of <envar>LFS</envar> |