Changeset 458ac4c in clfs-embedded


Ignore:
Timestamp:
Jun 13, 2014, 1:58:19 PM (10 years ago)
Author:
Andrew Bradford <andrew@…>
Branches:
master
Children:
f91b6cc
Parents:
5846de5
git-author:
Andrew Bradford <andrew@…> (10/24/13 12:45:26)
git-committer:
Andrew Bradford <andrew@…> (06/13/14 13:58:19)
Message:

bootscripts: No symlink needed

init will find the startup and shutdown scripts via the configuration
given in inittab.

File:
1 edited

Legend:

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

    r5846de5 r458ac4c  
    3737
    3838<screen><userinput>make DESTDIR=${CLFS}/targetfs install-bootscripts</userinput></screen>
    39 
    40     <para>The CLFS startup bootscript is <filename>/etc/rc.d/startup</filename>,
    41     but BusyBox will look for <filename>/etc/init.d/rcS</filename> to use as its
    42     startup script.  To ensure BusyBox finds the startup script, create the
    43     <filename>${CLFS}/targetfs/etc/init.d</filename> directory and a symlink:</para>
    44 
    45 <screen><userinput>install -dv ${CLFS}/targetfs/etc/init.d
    46 ln -sv ../rc.d/startup ${CLFS}/targetfs/etc/init.d/rcS</userinput></screen>
    4739
    4840  </sect2>
Note: See TracChangeset for help on using the changeset viewer.