diff options
Diffstat (limited to 'chapter06/chrootcmd.xml')
-rw-r--r-- | chapter06/chrootcmd.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/chapter06/chrootcmd.xml b/chapter06/chrootcmd.xml new file mode 100644 index 000000000..9b3b7e881 --- /dev/null +++ b/chapter06/chrootcmd.xml @@ -0,0 +1,6 @@ +<blockquote><literallayout> + <userinput>cd $LFS &&</userinput> + <userinput>chroot $LFS /usr/bin/env -i HOME=/root + \</userinput> + <userinput> TERM=$TERM /bin/bash --login</userinput> +</literallayout></blockquote> |