diff options
author | Mark Hymers <markh@linuxfromscratch.org> | 2001-07-17 18:51:18 +0000 |
---|---|---|
committer | Mark Hymers <markh@linuxfromscratch.org> | 2001-07-17 18:51:18 +0000 |
commit | 3554fa3aafd8e48de8ff0b7900ab3b34d0fe569c (patch) | |
tree | e3c03dd86fd885e0ea817d8d4821295e253a59b1 /chapter05/patch.xml | |
parent | 84ded023d4a501feeafcc2d5261dac6300d093b8 (diff) |
Added compile times and sizes as entities
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@807 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter05/patch.xml')
-rw-r--r-- | chapter05/patch.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/chapter05/patch.xml b/chapter05/patch.xml index d2f3f4436..f0dc91269 100644 --- a/chapter05/patch.xml +++ b/chapter05/patch.xml @@ -1,6 +1,11 @@ <sect1 id="ch05-patch"> <title>Installing Patch</title> +<screen> +Estimated build time: &patch-time-static; +Estimated disk space required: &patch-compsize-static; +</screen> + &c5-patch-inst; &aa-patch-desc; |