diff options
author | Gerard Beekmans <gerard@linuxfromscratch.org> | 2002-05-28 02:15:34 +0000 |
---|---|---|
committer | Gerard Beekmans <gerard@linuxfromscratch.org> | 2002-05-28 02:15:34 +0000 |
commit | da9119c1eb9835056171c1a99410378e7d2aa0f6 (patch) | |
tree | aec0c90ce851c0dca6c0584d2c54baaf41024e41 /chapter06/chroot.xml | |
parent | e5698c8801b9ab3005fbe2864ef87093dc8a2b69 (diff) |
added note to be root before chrooting
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1924 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/chroot.xml')
-rw-r--r-- | chapter06/chroot.xml | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/chapter06/chroot.xml b/chapter06/chroot.xml index b19896465..43eb646d9 100644 --- a/chapter06/chroot.xml +++ b/chapter06/chroot.xml @@ -3,7 +3,10 @@ <?dbhtml filename="chroot.html" dir="chapter06"?> <para>It's time to enter our chroot'ed environment in order to install the -rest of the software we need.</para> +rest of the software we need. Before you can chroot you need to change to +the <emphasis>root</emphasis> user since only user +<emphasis>root</emphasis> can use the <userinput>chroot</userinput> +command.</para> <para>Enter the following commands to enter the chroot'ed environment. From this point on there's no need to use the $LFS variable anymore, because |