mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-01-20 14:07:39 +00:00
b8aa29f873
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2026 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
5 lines
258 B
XML
5 lines
258 B
XML
<screen><userinput>chroot $LFS /static/bin/env -i HOME=/root TERM=$TERM \
|
|
PS1='\u:\w\$ ' \
|
|
PATH=/bin:/usr/bin:/sbin:/usr/sbin:/static/bin \
|
|
/static/bin/bash --login</userinput></screen>
|