From 59988921ebad528d4b2ea1a78be81f5feee490d5 Mon Sep 17 00:00:00 2001 From: Matthew Burgess Date: Thu, 29 Sep 2005 20:55:40 +0000 Subject: Add -v to commands that accept it git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@6913 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter04/addinguser.xml | 4 ++-- chapter04/creatingtoolsdir.xml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'chapter04') diff --git a/chapter04/addinguser.xml b/chapter04/addinguser.xml index bd096936b..7cb703824 100644 --- a/chapter04/addinguser.xml +++ b/chapter04/addinguser.xml @@ -68,12 +68,12 @@ password), give lfs a password: $LFS/tools by making lfs the directory owner: -chown lfs $LFS/tools +chown -v lfs $LFS/tools If a separate working directory was created as suggested, give user lfs ownership of this directory: -chown lfs $LFS/sources +chown -v lfs $LFS/sources Next, login as user lfs. This can be done via a virtual console, through a display manager, or with the diff --git a/chapter04/creatingtoolsdir.xml b/chapter04/creatingtoolsdir.xml index 15d1cbe4b..bed68fb17 100644 --- a/chapter04/creatingtoolsdir.xml +++ b/chapter04/creatingtoolsdir.xml @@ -21,14 +21,14 @@ linkend="chapter-temporary-tools"/>). Create the required directory by running the following as root: -mkdir $LFS/tools +mkdir -v $LFS/tools The next step is to create a /tools symlink on the host system. This will point to the newly-created directory on the LFS partition. Run this command as root as well: -ln -s $LFS/tools / +ln -sv $LFS/tools / The above command is correct. The ln command has a few syntactic variations, so be sure to check info coreutils ln and -- cgit v1.2.3-54-g00ecf