Changeset 59d0399 in clfs-embedded for BOOK/bootscripts/common/bootscripts.xml


Ignore:
Timestamp:
Oct 15, 2013, 1:00:05 PM (11 years ago)
Author:
Andrew Bradford <andrew@…>
Branches:
master
Children:
9137ee9
Parents:
790f34e
git-author:
Andrew Bradford <andrew@…> (10/14/13 12:11:10)
git-committer:
Andrew Bradford <andrew@…> (10/15/13 13:00:05)
Message:

Update all bootscripts ch to use ${CLFS}/targetfs

File:
1 edited

Legend:

Unmodified
Added
Removed
  • BOOK/bootscripts/common/bootscripts.xml

    r790f34e r59d0399  
    3636    <para>Install the package:</para>
    3737
    38 <screen><userinput>make DESTDIR=${CLFS} install-bootscripts</userinput></screen>
     38<screen><userinput>make DESTDIR=${CLFS}/targetfs install-bootscripts</userinput></screen>
    3939
    4040    <para>The CLFS startup bootscript is <filename>/etc/rc.d/startup</filename>,
    4141    but BusyBox will look for <filename>/etc/init.d/rcS</filename> to use as its
    4242    startup script.  To ensure BusyBox finds the startup script, create the
    43     <filename>${CLFS}/etc/init.d</filename> directory and a symlink:</para>
     43    <filename>${CLFS}/targetfs/etc/init.d</filename> directory and a symlink:</para>
    4444
    45 <screen><userinput>install -dv ${CLFS}/etc/init.d
    46 ln -sv ../rc.d/startup ${CLFS}/etc/init.d/rcS</userinput></screen>
     45<screen><userinput>install -dv ${CLFS}/targetfs/etc/init.d
     46ln -sv ../rc.d/startup ${CLFS}/targetfs/etc/init.d/rcS</userinput></screen>
    4747
    4848  </sect2>
Note: See TracChangeset for help on using the changeset viewer.