diff options
author | Alex Gronenwoud <alex@linuxfromscratch.org> | 2004-03-09 19:08:33 +0000 |
---|---|---|
committer | Alex Gronenwoud <alex@linuxfromscratch.org> | 2004-03-09 19:08:33 +0000 |
commit | 5b7293ab71a253046b37850efe349b15692ad4fd (patch) | |
tree | 8d6e4e7934428ddd0f75cadff9f5f2d18bfdf355 /chapter06/bash.xml | |
parent | c6b5ddb7a6bd11d84c183cd3c3fd3c507f797978 (diff) |
Removing HOME and --login from the chroot commands.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3285 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/bash.xml')
-rw-r--r-- | chapter06/bash.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter06/bash.xml b/chapter06/bash.xml index f0c2e1b57..aa38ef855 100644 --- a/chapter06/bash.xml +++ b/chapter06/bash.xml @@ -38,7 +38,7 @@ patch:</para> <para>And reload the newly compiled <command>bash</command> program:</para> -<screen><userinput>exec /bin/bash --login +h</userinput></screen> +<screen><userinput>exec /bin/bash +h</userinput></screen> </sect2> |