mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-03-06 06:14:47 +00:00
removed LDFLAGS from export command and chroot
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2563 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
parent
d5d42d295c
commit
148c207230
@ -11,7 +11,7 @@ umask 022
|
||||
LFS=/mnt/lfs
|
||||
LC_ALL=POSIX
|
||||
PATH=/stage1/bin:$PATH
|
||||
export LFS LC_ALL LDFLAGS PATH
|
||||
export LFS LC_ALL PATH
|
||||
EOF
|
||||
source ~/.bash_profile</userinput></screen></para>
|
||||
|
||||
|
@ -13,7 +13,6 @@ to enter the chroot environment:</para>
|
||||
<para><screen><userinput>chroot $LFS /stage1/bin/env -i \
|
||||
HOME=/root TERM=$TERM PS1='\u:\w\$ ' \
|
||||
PATH=/bin:/usr/bin:/sbin:/usr/sbin:/stage1/bin \
|
||||
LDFLAGS="-s" \
|
||||
/stage1/bin/bash --login</userinput></screen>
|
||||
</para>
|
||||
|
||||
|
@ -17,7 +17,6 @@ class="directory">/static</filename> directory anymore.</para>
|
||||
<para><screen><userinput>chroot $LFS /usr/bin/env -i \
|
||||
HOME=/root TERM=$TERM PS1='\u:\w\$ ' \
|
||||
PATH=/bin:/usr/bin:/sbin:/usr/sbin \
|
||||
LDFLAGS="-s" \
|
||||
/bin/bash --login</userinput></screen></para>
|
||||
|
||||
<para><screen><userinput>set +h</userinput></screen></para>
|
||||
|
Loading…
Reference in New Issue
Block a user