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 /chapter06 | |
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 'chapter06')
-rw-r--r-- | chapter06/glibc.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter06/glibc.xml b/chapter06/glibc.xml index 6e24dfb7d..485f0d7d4 100644 --- a/chapter06/glibc.xml +++ b/chapter06/glibc.xml @@ -72,7 +72,7 @@ cd ../glibc-build</userinput></screen> <screen><userinput remap="configure">../glibc-&glibc-version;/configure \ --prefix=/usr \ --disable-profile \ - --enable-kernel=2.6.34 \ + --enable-kernel=&min-kernel; \ --libexecdir=/usr/lib/glibc</userinput></screen> <variablelist> |