- Timestamp:
- Mar 25, 2011, 10:44:34 AM (14 years ago)
- Branches:
- master
- Children:
- 3e9edc5
- Parents:
- 7dd2673
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/bootscripts/common/bootscripts.xml
r7dd2673 rc62f4d4 29 29 30 30 <screen><userinput>make DESTDIR=${CLFS} install-bootscripts</userinput></screen> 31 32 <para>The CLFS startup bootscript is <filename>/etc/rc.d/startup</filename>, 33 but BusyBox will look for <filename>/etc/init.d/rcS</filename> to use as its 34 startup script. To ensure BusyBox finds the startup script, create the 35 <filename>${CLFS}/etc/init.d</filename> directory and a symlink:</para> 36 37 <screen><userinput>install -dv ${CLFS}/etc/init.d 38 ln -sv ../rc.d/startup ${CLFS}/etc/init.d/rcS</userinput></screen> 31 39 32 40 </sect2>
Note:
See TracChangeset
for help on using the changeset viewer.