mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-06-30 17:19:21 +01:00
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
This commit is contained in:
parent
a9c5d3991c
commit
9c7097bbb8
@ -24,6 +24,9 @@
|
||||
|
||||
<itemizedlist>
|
||||
|
||||
<listitem><para>January 30th, 2002 [gerard]: Chapter 6 - Bootscripts: Added
|
||||
a chown root.root after the cp.</para></listitem>
|
||||
|
||||
<listitem><para>January 30th, 2002 [gerard]: Appendix A - Texinfo: the info
|
||||
programs works on the /usr/share/info directory not
|
||||
/usr/doc/info.</para></listitem>
|
||||
|
@ -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>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user