mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-06-19 11:49:20 +01:00
Merge remote-tracking branch 'origin/trunk' into xry111/loongarch
This commit is contained in:
commit
8e0cd3da7e
@ -39,6 +39,16 @@
|
||||
<listitem revision="sysv"> or <listitem revision="systemd"> as
|
||||
appropriate for the entry or if needed the entire day's listitem.
|
||||
-->
|
||||
<listitem>
|
||||
<para>2023-08-18</para>
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<para>[bdubbs] - Update to linux-6.4.12. Fixes
|
||||
<ulink url='&lfs-ticket-root;5320'>#5320</ulink>.</para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para>2023-08-18</para>
|
||||
<itemizedlist>
|
||||
|
@ -146,7 +146,7 @@ EOF</userinput></screen>
|
||||
an <emphasis>S</emphasis>, and all of them have two numbers following the
|
||||
initial letter. The K means to stop (kill) a service and the S means to start a
|
||||
service. The numbers determine the order in which the scripts are run, from 00
|
||||
to 99—the smaller the number, the sooner tht script runs. When
|
||||
to 99—the smaller the number, the sooner the script runs. When
|
||||
<command>init</command> switches to another run level, the appropriate services
|
||||
are either started or stopped, depending on the run level chosen.</para>
|
||||
|
||||
|
@ -433,12 +433,12 @@
|
||||
|
||||
<!ENTITY linux-major-version "6">
|
||||
<!ENTITY linux-minor-version "4">
|
||||
<!ENTITY linux-patch-version "10">
|
||||
<!ENTITY linux-patch-version "12">
|
||||
<!--<!ENTITY linux-version "&linux-major-version;.&linux-minor-version;">-->
|
||||
<!ENTITY linux-version "&linux-major-version;.&linux-minor-version;.&linux-patch-version;">
|
||||
<!ENTITY linux-size "134,621 KB">
|
||||
<!ENTITY linux-size "134,616 KB">
|
||||
<!ENTITY linux-url "&kernel;linux/kernel/v&linux-major-version;.x/linux-&linux-version;.tar.xz">
|
||||
<!ENTITY linux-md5 "2e19e7badc3d4b080bf6b4864912f2d3">
|
||||
<!ENTITY linux-md5 "24570ba0ef9dd592bd640a1a41686fac">
|
||||
<!ENTITY linux-home "https://www.kernel.org/">
|
||||
<!-- measured for 5.13.4 / gcc-11.1.0 on x86_64 : minimum is
|
||||
allnoconfig rounded down to allow for ongoing cleanups,
|
||||
@ -765,7 +765,7 @@
|
||||
|
||||
<!ENTITY zlib-version "1.2.13">
|
||||
<!ENTITY zlib-size "1267 KB">
|
||||
<!ENTITY zlib-url "https://zlib.net/zlib-&zlib-version;.tar.xz">
|
||||
<!ENTITY zlib-url "&anduin-sources;/zlib-&zlib-version;.tar.xz">
|
||||
<!ENTITY zlib-md5 "7d9fc1d78ae2fa3e84fe98b77d006c63">
|
||||
<!ENTITY zlib-home "https://www.zlib.net/">
|
||||
<!ENTITY zlib-fin-du "6.2 MB">
|
||||
|
Loading…
Reference in New Issue
Block a user