diff options
author | Gerard Beekmans <gerard@linuxfromscratch.org> | 2002-01-30 16:06:40 +0000 |
---|---|---|
committer | Gerard Beekmans <gerard@linuxfromscratch.org> | 2002-01-30 16:06:40 +0000 |
commit | 9c7097bbb89ae135bca7b62d90771bb306285616 (patch) | |
tree | c13c35d35930988dfd1a95e5e51b387f1ff10b64 /chapter06 | |
parent | a9c5d3991c69787a5ab7eb872103976a976f7080 (diff) |
Added a chown root.root after the cp during bootscript installation.</para></listitem>
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1507 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06')
-rw-r--r-- | chapter06/bootscripts-inst.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/chapter06/bootscripts-inst.xml b/chapter06/bootscripts-inst.xml index 4a2d88fbd..2e7556e41 100644 --- a/chapter06/bootscripts-inst.xml +++ b/chapter06/bootscripts-inst.xml @@ -3,7 +3,8 @@ <para>Install LFS-Bootscripts by running the following command:</para> -<para><screen><userinput>cp -a rc.d sysconfig /etc</userinput></screen></para> +<para><screen><userinput>cp -a rc.d sysconfig /etc && +chown -R root.root /etc/rc.d /etc/sysconfig</userinput></screen></para> </sect2> |