diff options
author | Xi Ruoyao <xry111@xry111.site> | 2023-06-05 23:20:48 +0800 |
---|---|---|
committer | Xi Ruoyao <xry111@xry111.site> | 2023-06-05 23:20:48 +0800 |
commit | 0f18f2b1214520b965525a93a03c421c8c5b9177 (patch) | |
tree | 750c14d2d97ad3d89815c8abf840c026f521002d /chapter05 | |
parent | 5e7593e6f07b1ca8946e1da8d24952595d365046 (diff) |
housekeeping after min-kernel bump
Update the rationale for min-kernel in hostreqs. Add a note in
general.ent about the EOL of current min-kernel. Realign the
backslashes in glibc instructions.
Diffstat (limited to 'chapter05')
-rw-r--r-- | chapter05/glibc.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter05/glibc.xml b/chapter05/glibc.xml index 66526ba4c..14f1fac6c 100644 --- a/chapter05/glibc.xml +++ b/chapter05/glibc.xml @@ -89,7 +89,7 @@ cd build</userinput></screen> --prefix=/usr \ --host=$LFS_TGT \ --build=$(../scripts/config.guess) \ - --enable-kernel=&min-kernel; \ + --enable-kernel=&min-kernel; \ --with-headers=$LFS/usr/include \ libc_cv_slibdir=/usr/lib</userinput></screen> |