diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2013-08-22 14:45:43 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2013-08-22 14:45:43 +0000 |
commit | a93258dc7f7ea32754c05c126ae2ca67a85fc2bf (patch) | |
tree | dd25ec794130b76873a8240dd7fefb357a17dc6d /chapter05 | |
parent | 12b9f876d05dbe137d360437bf38f870db2f7c89 (diff) |
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
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 e08ec88fb..7d0c1ce7b 100644 --- a/chapter05/glibc.xml +++ b/chapter05/glibc.xml @@ -80,7 +80,7 @@ esac</userinput></screen> --host=$LFS_TGT \ --build=$(../glibc-&glibc-version;/scripts/config.guess) \ --disable-profile \ - --enable-kernel=2.6.34 \ + --enable-kernel=&min-kernel; \ --with-headers=/tools/include \ libc_cv_forced_unwind=yes \ libc_cv_ctors_header=yes \ |