Changeset 3a30352
- Timestamp:
- 06/20/2021 03:45:23 AM (2 years ago)
- Branches:
- ml-11.0, multilib
- Children:
- afc922f
- Parents:
- faab037 (diff), 7aee318 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
chapter08/pkgmgt.xml
rfaab037 r3a30352 52 52 <itemizedlist> 53 53 <listitem> 54 <para>If Glibc needs to be upgraded to a newer version, (e.g. from 55 glibc-2.31 to glibc-2.32), it is safer to rebuild LFS. Though you 56 <emphasis>may</emphasis> be able to rebuild all the packages in their 57 dependency order, we do not recommend it. </para> 54 <para>If Linux kernel needs to be upgraded (for example, from 55 5.10.17 to 5.10.18 or 5.11.1), nothing else need to be rebuilt. 56 The system will keep working fine thanks to the well-defined border 57 between kernel and userspace. Specifically, Linux API headers 58 need not to be (and should not be, see the next item) upgraded 59 alongside the kernel. You'll need to reboot your system to use the 60 upgraded kernel.</para> 61 </listitem> 62 63 <listitem> 64 <para>If Linux API headers or Glibc needs to be upgraded to a newer 65 version, (e.g. from glibc-2.31 to glibc-2.32), it is safer to 66 rebuild LFS. Though you <emphasis>may</emphasis> be able to rebuild 67 all the packages in their dependency order, we do not recommend 68 it. </para> 58 69 </listitem> 59 70
Note:
See TracChangeset
for help on using the changeset viewer.