diff options
author | Xi Ruoyao <xry111@mengyan1223.wang> | 2021-04-22 19:20:34 +0800 |
---|---|---|
committer | Xi Ruoyao <xry111@mengyan1223.wang> | 2021-04-22 19:20:34 +0800 |
commit | 4d2f2938a9dc553219efbbc104b706bcb59483f2 (patch) | |
tree | f054ef787b7115a7fe02ab129b2e0463bd2e33d1 | |
parent | 8e65db250e82461d8e44f04dddfe34de9947465a (diff) |
usr-move: show the note for ln -s at the first occurence of it
-rw-r--r-- | chapter04/creatingminlayout.xml | 9 | ||||
-rw-r--r-- | chapter05/glibc.xml | 2 |
2 files changed, 10 insertions, 1 deletions
diff --git a/chapter04/creatingminlayout.xml b/chapter04/creatingminlayout.xml index dddbafe5c..cf7469b1a 100644 --- a/chapter04/creatingminlayout.xml +++ b/chapter04/creatingminlayout.xml @@ -37,6 +37,15 @@ if [ $(uname -m) = x86_64 ]; then ln -sv usr/lib64 $LFS/lib64 fi</userinput></screen> + <note revision="systemd"> + <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 diff --git a/chapter05/glibc.xml b/chapter05/glibc.xml index 232a6868b..5edb2402f 100644 --- a/chapter05/glibc.xml +++ b/chapter05/glibc.xml @@ -55,7 +55,7 @@ ;; esac</userinput></screen> - <note> + <note revision="sysv"> <para> The above command is correct. The <command>ln</command> command has a few syntactic versions, so be sure to check |