Changeset 458ac4c in clfs-embedded for BOOK/bootscripts/common
- Timestamp:
- Jun 13, 2014, 8:58:19 PM (10 years ago)
- Branches:
- master
- Children:
- f91b6cc
- Parents:
- 5846de5
- git-author:
- Andrew Bradford <andrew@…> (10/24/13 19:45:26)
- git-committer:
- Andrew Bradford <andrew@…> (06/13/14 20:58:19)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/bootscripts/common/bootscripts.xml
r5846de5 r458ac4c 37 37 38 38 <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 its42 startup script. To ensure BusyBox finds the startup script, create the43 <filename>${CLFS}/targetfs/etc/init.d</filename> directory and a symlink:</para>44 45 <screen><userinput>install -dv ${CLFS}/targetfs/etc/init.d46 ln -sv ../rc.d/startup ${CLFS}/targetfs/etc/init.d/rcS</userinput></screen>47 39 48 40 </sect2>
Note:
See TracChangeset
for help on using the changeset viewer.