diff options
author | Alex Gronenwoud <alex@linuxfromscratch.org> | 2004-02-22 19:05:53 +0000 |
---|---|---|
committer | Alex Gronenwoud <alex@linuxfromscratch.org> | 2004-02-22 19:05:53 +0000 |
commit | cd0c92d633ca0277a961a76d67ae8c094593d123 (patch) | |
tree | ef571dcd6440da1f18f459738531201f145b28ec /chapter06/e2fsprogs.xml | |
parent | 9da62ab0cd9dcd7f4cdec8348432c9ad13a126aa (diff) |
Adding a touch of mtab before the running of Coreutils test suite.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3257 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/e2fsprogs.xml')
-rw-r--r-- | chapter06/e2fsprogs.xml | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/chapter06/e2fsprogs.xml b/chapter06/e2fsprogs.xml index 81af66eff..89badb958 100644 --- a/chapter06/e2fsprogs.xml +++ b/chapter06/e2fsprogs.xml @@ -49,8 +49,11 @@ of.</para></listitem> <screen><userinput>make</userinput></screen> -<para>To have the results tested, issue: -<userinput>make check</userinput>.</para> +<para>If you wish to have the results tested, first make sure an mtab file +exists with <userinput>touch /etc/mtab</userinput> to prevent some sixty tests +from failing, and (if it doesn't already exist) fake the presence of an old +pager with <userinput>ln -s /tools/bin/cat /bin/more</userinput> to prevent one +test from failing, then issue: <userinput>make check</userinput>.</para> <para>Install most of the package:</para> |