mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-03-06 06:14:47 +00:00
Update minimum kernel requirement for the host
Minor edit in rc.sit requiring bootscript update. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10327 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
parent
12b9f876d0
commit
a93258dc7f
@ -1,3 +1,6 @@
|
|||||||
|
2013-08-21 Bruce Dubbs <bdubbs@linuxfromscratch.org>
|
||||||
|
* Delete duplicate entry in rc.site file.
|
||||||
|
|
||||||
2013-08-05 Bruce Dubbs <bdubbs@linuxfromscratch.org>
|
2013-08-05 Bruce Dubbs <bdubbs@linuxfromscratch.org>
|
||||||
* Use STATIC_GATEWAY for ipv4-static-route purposes
|
* Use STATIC_GATEWAY for ipv4-static-route purposes
|
||||||
|
|
||||||
|
@ -50,9 +50,6 @@
|
|||||||
# Skip reading from the console
|
# Skip reading from the console
|
||||||
#HEADLESS=yes
|
#HEADLESS=yes
|
||||||
|
|
||||||
# Speed up boot without waiting for settle in udev_retry
|
|
||||||
#OMIT_UDEV_RETRY_SETTLE=yes
|
|
||||||
|
|
||||||
# Write out fsck progress if yes
|
# Write out fsck progress if yes
|
||||||
#VERBOSE_FSCK=no
|
#VERBOSE_FSCK=no
|
||||||
|
|
||||||
|
@ -35,6 +35,16 @@
|
|||||||
</itemizedlist>
|
</itemizedlist>
|
||||||
</listitem>
|
</listitem>
|
||||||
-->
|
-->
|
||||||
|
<listitem>
|
||||||
|
<para>2013-08-22</para>
|
||||||
|
<itemizedlist>
|
||||||
|
<listitem>
|
||||||
|
<para>[bdubbs] - Update the minimum kernel requirement to
|
||||||
|
2.6.34 in host system requirements.</para>
|
||||||
|
</listitem>
|
||||||
|
</itemizedlist>
|
||||||
|
</listitem>
|
||||||
|
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>2013-08-21</para>
|
<para>2013-08-21</para>
|
||||||
<itemizedlist>
|
<itemizedlist>
|
||||||
|
@ -80,7 +80,7 @@ esac</userinput></screen>
|
|||||||
--host=$LFS_TGT \
|
--host=$LFS_TGT \
|
||||||
--build=$(../glibc-&glibc-version;/scripts/config.guess) \
|
--build=$(../glibc-&glibc-version;/scripts/config.guess) \
|
||||||
--disable-profile \
|
--disable-profile \
|
||||||
--enable-kernel=2.6.34 \
|
--enable-kernel=&min-kernel; \
|
||||||
--with-headers=/tools/include \
|
--with-headers=/tools/include \
|
||||||
libc_cv_forced_unwind=yes \
|
libc_cv_forced_unwind=yes \
|
||||||
libc_cv_ctors_header=yes \
|
libc_cv_ctors_header=yes \
|
||||||
|
@ -72,7 +72,7 @@ cd ../glibc-build</userinput></screen>
|
|||||||
<screen><userinput remap="configure">../glibc-&glibc-version;/configure \
|
<screen><userinput remap="configure">../glibc-&glibc-version;/configure \
|
||||||
--prefix=/usr \
|
--prefix=/usr \
|
||||||
--disable-profile \
|
--disable-profile \
|
||||||
--enable-kernel=2.6.34 \
|
--enable-kernel=&min-kernel; \
|
||||||
--libexecdir=/usr/lib/glibc</userinput></screen>
|
--libexecdir=/usr/lib/glibc</userinput></screen>
|
||||||
|
|
||||||
<variablelist>
|
<variablelist>
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
<!ENTITY version "SVN-20130821">
|
<!ENTITY version "SVN-20130822">
|
||||||
<!ENTITY releasedate "August 21, 2013">
|
<!ENTITY releasedate "August 22, 2013">
|
||||||
<!ENTITY copyrightdate "1999-2013"><!-- jhalfs needs a literal dash, not – -->
|
<!ENTITY copyrightdate "1999-2013"><!-- jhalfs needs a literal dash, not – -->
|
||||||
<!ENTITY milestone "7.4">
|
<!ENTITY milestone "7.4">
|
||||||
<!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" -->
|
<!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" -->
|
||||||
@ -14,6 +14,7 @@
|
|||||||
<!ENTITY livecd-root "&lfs-root;livecd/">
|
<!ENTITY livecd-root "&lfs-root;livecd/">
|
||||||
<!ENTITY test-results "&lfs-root;lfs/build-logs/&generic-version;/">
|
<!ENTITY test-results "&lfs-root;lfs/build-logs/&generic-version;/">
|
||||||
<!ENTITY errata "&lfs-root;lfs/errata/&generic-version;/">
|
<!ENTITY errata "&lfs-root;lfs/errata/&generic-version;/">
|
||||||
|
<!ENTITY min-kernel "2.6.34">
|
||||||
|
|
||||||
<!ENTITY lfs-ticket-root "http://wiki.linuxfromscratch.org/lfs/ticket/">
|
<!ENTITY lfs-ticket-root "http://wiki.linuxfromscratch.org/lfs/ticket/">
|
||||||
|
|
||||||
|
@ -310,7 +310,7 @@
|
|||||||
<!ENTITY less-ch6-du "3.6 MB">
|
<!ENTITY less-ch6-du "3.6 MB">
|
||||||
<!ENTITY less-ch6-sbu "less than 0.1 SBU">
|
<!ENTITY less-ch6-sbu "less than 0.1 SBU">
|
||||||
|
|
||||||
<!ENTITY lfs-bootscripts-version "20130805"> <!-- Scripts depend on this format -->
|
<!ENTITY lfs-bootscripts-version "20130821"> <!-- Scripts depend on this format -->
|
||||||
<!ENTITY lfs-bootscripts-size "BOOTSCRIPTS-SIZE KB"> <!-- Updated in Makefile -->
|
<!ENTITY lfs-bootscripts-size "BOOTSCRIPTS-SIZE KB"> <!-- Updated in Makefile -->
|
||||||
<!ENTITY lfs-bootscripts-url "&downloads-root;lfs-bootscripts-&lfs-bootscripts-version;.tar.bz2">
|
<!ENTITY lfs-bootscripts-url "&downloads-root;lfs-bootscripts-&lfs-bootscripts-version;.tar.bz2">
|
||||||
<!ENTITY lfs-bootscripts-md5 "BOOTSCRIPTS-MD5SUM"> <!-- Updated in Makefile -->
|
<!ENTITY lfs-bootscripts-md5 "BOOTSCRIPTS-MD5SUM"> <!-- Updated in Makefile -->
|
||||||
|
@ -81,18 +81,16 @@
|
|||||||
</listitem>
|
</listitem>
|
||||||
|
|
||||||
<listitem>
|
<listitem>
|
||||||
<para><emphasis role="strong">Linux Kernel-2.6.25</emphasis>
|
<para><emphasis role="strong">Linux Kernel-&min-kernel;</emphasis></para>
|
||||||
(having been compiled with GCC-4.1.2 or greater)</para>
|
|
||||||
|
|
||||||
<para>The reason for the kernel version requirement is that we specify
|
<para>The reason for the kernel version requirement is that we specify
|
||||||
that version when building <application>glibc</application> in Chapter 6
|
that version when building <application>glibc</application> in Chapter 6
|
||||||
at the recommendation of the developers. It is also required by
|
at the recommendation of the developers. It is also required by
|
||||||
udev.</para>
|
udev.</para>
|
||||||
|
|
||||||
<para>If the host kernel is either earlier than 2.6.25, or it was not
|
<para>If the host kernel is earlier than &min-kernel; you will need to replace
|
||||||
compiled using a GCC-4.1.2 (or later) compiler, you will need to replace
|
the kernel with a more up to date version. There are two ways
|
||||||
the kernel with one adhering to the specifications. There are two ways
|
you can go about this. First, see if your Linux vendor provides a &min-kernel;
|
||||||
you can go about this. First, see if your Linux vendor provides a 2.6.25
|
|
||||||
or later kernel package. If so, you may wish to install it. If your
|
or later kernel package. If so, you may wish to install it. If your
|
||||||
vendor doesn't offer an acceptable kernel package, or you would prefer not to
|
vendor doesn't offer an acceptable kernel package, or you would prefer not to
|
||||||
install it, you can compile a kernel yourself. Instructions for
|
install it, you can compile a kernel yourself. Instructions for
|
||||||
|
Loading…
Reference in New Issue
Block a user