diff options
Diffstat (limited to 'chapter05')
-rw-r--r-- | chapter05/coreutils.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chapter05/coreutils.xml b/chapter05/coreutils.xml index ef5a044b3..6f56a4108 100644 --- a/chapter05/coreutils.xml +++ b/chapter05/coreutils.xml @@ -78,14 +78,14 @@ <para>Install the package:</para> <screen><userinput remap="install">make install</userinput></screen> - +<!-- <para>The above command refuses to install <filename>su</filename> because the program cannot be installed setuid root as a non-privileged user. By manually installing it, we can use it for running tests in the final system as a non-privileged user. Install it with:</para> <screen><userinput remap="install">cp -v src/su /tools/bin</userinput></screen> - +--> </sect2> <sect2 role="content"> |