Changeset 59d0399 in clfs-embedded for BOOK/bootscripts/common/bootscripts.xml
- Timestamp:
- Oct 15, 2013, 8:00:05 PM (11 years ago)
- Branches:
- master
- Children:
- 9137ee9
- Parents:
- 790f34e
- git-author:
- Andrew Bradford <andrew@…> (10/14/13 19:11:10)
- git-committer:
- Andrew Bradford <andrew@…> (10/15/13 20:00:05)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/bootscripts/common/bootscripts.xml
r790f34e r59d0399 36 36 <para>Install the package:</para> 37 37 38 <screen><userinput>make DESTDIR=${CLFS} install-bootscripts</userinput></screen>38 <screen><userinput>make DESTDIR=${CLFS}/targetfs install-bootscripts</userinput></screen> 39 39 40 40 <para>The CLFS startup bootscript is <filename>/etc/rc.d/startup</filename>, 41 41 but BusyBox will look for <filename>/etc/init.d/rcS</filename> to use as its 42 42 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> 44 44 45 <screen><userinput>install -dv ${CLFS}/ etc/init.d46 ln -sv ../rc.d/startup ${CLFS}/ etc/init.d/rcS</userinput></screen>45 <screen><userinput>install -dv ${CLFS}/targetfs/etc/init.d 46 ln -sv ../rc.d/startup ${CLFS}/targetfs/etc/init.d/rcS</userinput></screen> 47 47 48 48 </sect2>
Note:
See TracChangeset
for help on using the changeset viewer.