diff options
author | Gerard Beekmans <gerard@linuxfromscratch.org> | 2001-08-10 20:29:04 +0000 |
---|---|---|
committer | Gerard Beekmans <gerard@linuxfromscratch.org> | 2001-08-10 20:29:04 +0000 |
commit | 640302612900fdaaaeb48b8e7500b3a458fe0c6b (patch) | |
tree | 259559d15514e56c87450ff4154e4a65021f2ef8 /chapter08 | |
parent | 0ea89f728e40076122a82a0ad24262379042647a (diff) |
Added build times+sizes
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@964 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter08')
-rw-r--r-- | chapter08/kernel.xml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/chapter08/kernel.xml b/chapter08/kernel.xml index 55de3e743..c265ec668 100644 --- a/chapter08/kernel.xml +++ b/chapter08/kernel.xml @@ -1,6 +1,9 @@ <sect1 id="ch08-kernel"> <title>Installing a kernel</title> +<screen>Estimated build time: &kernel-time; +Estimated required disk space: &kernel-compsize;</screen> + <para>Building the kernel involves a few steps: configuring it and compiling it. There are a few ways to configure the kernel. If you don't like the way this book does it, read the <filename>README</filename> that comes |