diff options
Diffstat (limited to 'chapter06')
-rw-r--r-- | chapter06/bash-inst.xml | 3 | ||||
-rw-r--r-- | chapter06/glibc-inst.xml | 3 | ||||
-rw-r--r-- | chapter06/pwdgroup.xml | 3 |
3 files changed, 6 insertions, 3 deletions
diff --git a/chapter06/bash-inst.xml b/chapter06/bash-inst.xml index 597490117..a57645280 100644 --- a/chapter06/bash-inst.xml +++ b/chapter06/bash-inst.xml @@ -25,6 +25,7 @@ patch:</para> <para>Reload the newly compiled Bash:</para> -<para><screen><userinput>exec /bin/bash --login</userinput></screen></para> +<para><screen><userinput>exec /bin/bash --login +set +h</userinput></screen></para> </sect2> diff --git a/chapter06/glibc-inst.xml b/chapter06/glibc-inst.xml index a44fedbc1..19947774b 100644 --- a/chapter06/glibc-inst.xml +++ b/chapter06/glibc-inst.xml @@ -85,7 +85,8 @@ file in the <filename>glibc-&glibc-version;</filename> tree.</para> <filename>libnss_*</filename> files. This will also get rid of the <emphasis>I have no name!</emphasis> message in the command prompt:</para> -<para><screen><userinput>exec /stage1/bin/bash --login</userinput></screen></para> +<para><screen><userinput>exec /stage1/bin/bash --login +set +h</userinput></screen></para> </sect2> diff --git a/chapter06/pwdgroup.xml b/chapter06/pwdgroup.xml index 103ba579a..05b712710 100644 --- a/chapter06/pwdgroup.xml +++ b/chapter06/pwdgroup.xml @@ -40,7 +40,8 @@ the LSB (<ulink url="http://www.linuxbase.org"/>) recommends only a group chosen freely by the user, as well-written packages don't depend on GID numbers but use the group's name.</para> -<para><screen><userinput>exec /stage1/bin/bash --login</userinput></screen></para> +<para><screen><userinput>exec /stage1/bin/bash --login +set +h</userinput></screen></para> </sect1> |