diff options
Diffstat (limited to 'chapter01/how.xml')
-rw-r--r-- | chapter01/how.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter01/how.xml b/chapter01/how.xml index 1181abb3e..76b7b22c3 100644 --- a/chapter01/how.xml +++ b/chapter01/how.xml @@ -46,7 +46,7 @@ is provided at the start of <xref linkend="chapter-temporary-tools"/>, including on the differences between statically and dynamically linked programs.</para> <para>In <xref linkend="chapter-building-system"/> your real LFS system will be built. The -chroot (change root) program is used to enter a virtual environment and start +<command>chroot</command> (change root) program is used to enter a virtual environment and start a new shell whose root directory will be set to the LFS partition. This is very similar to rebooting and instructing the kernel to mount the LFS partition as the root partition. The reason that you don't actually reboot, but instead |