diff options
Diffstat (limited to 'chapter04/creatingminlayout.xml')
-rw-r--r-- | chapter04/creatingminlayout.xml | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/chapter04/creatingminlayout.xml b/chapter04/creatingminlayout.xml index 50c431324..cc640a450 100644 --- a/chapter04/creatingminlayout.xml +++ b/chapter04/creatingminlayout.xml @@ -30,15 +30,6 @@ case $(uname -m) in x86_64) mkdir -pv $LFS/lib64 ;; esac</userinput></screen> - <note> - <para> - The above command is correct. The <command>ln</command> command has - a few syntactic versions, so be sure to check - <command>info coreutils ln</command> and <filename>ln(1)</filename> - before reporting what you may think is an error. - </para> - </note> - <para>Programs in <xref linkend="chapter-temporary-tools"/> will be compiled with a cross-compiler (more details in section <xref linkend="ch-tools-toolchaintechnotes"/>). In order to separate this |