diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2019-02-13 02:28:18 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2019-02-13 02:28:18 +0000 |
commit | 75828c36ccd065cca1236e0b5fc824e726d211b4 (patch) | |
tree | 9da948f1f17f5a9b3f107fc823b6dd089cd6eea3 /chapter06/createfiles.xml | |
parent | cd33c02f7e461357e9c7922ae23099436b17dbd9 (diff) |
Add some locales and symlinks to avoid test errors.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11518 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/createfiles.xml')
-rw-r--r-- | chapter06/createfiles.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chapter06/createfiles.xml b/chapter06/createfiles.xml index dcc034062..ce5b77286 100644 --- a/chapter06/createfiles.xml +++ b/chapter06/createfiles.xml @@ -39,8 +39,8 @@ will be replaced by real files throughout the course of this chapter after the software has been installed:</para> -<screen><userinput>ln -sv /tools/bin/{bash,cat,dd,echo,ln,pwd,rm,stty} /bin -ln -sv /tools/bin/{env,install,perl} /usr/bin +<screen><userinput>ln -sv /tools/bin/{bash,cat,chmod,dd,echo,ln,mkdir,pwd,rm,stty,touch} /bin +ln -sv /tools/bin/{env,install,perli,printf} /usr/bin ln -sv /tools/lib/libgcc_s.so{,.1} /usr/lib ln -sv /tools/lib/libstdc++.{a,so{,.6}} /usr/lib |