- Timestamp:
- Oct 16, 2007, 2:30:20 PM (17 years ago)
- Branches:
- clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
- Children:
- 760721c
- Parents:
- 3a4f4b2f
- Location:
- BOOK
- Files:
-
- 1 deleted
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/boot/common/bootscripts.xml
r3a4f4b2f r0e34e8b 25 25 <para>Install the package:</para> 26 26 27 <screen><userinput>make ETCDIR=${CLFS}/etc minimal</userinput></screen>27 <screen><userinput>make ETCDIR=${CLFS}/etc install-minimal</userinput></screen> 28 28 29 29 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" -
BOOK/bootscripts/common/bootscripts.xml
r3a4f4b2f r0e34e8b 28 28 <para os="a">Install the package:</para> 29 29 30 <screen os="b"><userinput>make install </userinput></screen>30 <screen os="b"><userinput>make install-bootscripts</userinput></screen> 31 31 32 32 </sect2> -
BOOK/bootscripts/multilib/bootscripts.xml
r3a4f4b2f r0e34e8b 26 26 xpointer="xpointer(//*[@os='a'])"/> 27 27 28 <screen><userinput>make LIBDIR=/lib64 install </userinput></screen>28 <screen><userinput>make LIBDIR=/lib64 install-bootscripts</userinput></screen> 29 29 30 30 </sect2> -
BOOK/introduction/common/changelog.xml
r3a4f4b2f r0e34e8b 36 36 </listitem> 37 37 --> 38 39 <listitem> 40 <para>October 16, 2007</para> 41 <itemizedlist> 42 <listitem> 43 <para>[jim] - Updated the bootscripts to 1.1-pre6. 44 Combined with cblfs bootscripts, all bootscripts in one package.</para> 45 </listitem> 46 </itemizedlist> 47 </listitem> 38 48 39 49 <listitem> -
BOOK/packages.ent
r3a4f4b2f r0e34e8b 67 67 <!ENTITY bzip2-home "http://www.bzip.org/"> 68 68 69 <!ENTITY clfs-bootscripts-version "1.1-pre 5">70 <!ENTITY clfs-bootscripts-size " 24KB">69 <!ENTITY clfs-bootscripts-version "1.1-pre6"> 70 <!ENTITY clfs-bootscripts-size "40 KB"> 71 71 <!ENTITY clfs-bootscripts-url "&packages-root;bootscripts-cross-lfs-&clfs-bootscripts-version;.tar.bz2"> 72 <!ENTITY clfs-bootscripts-md5 "6 4b77c6d0e0ccdf08a9e17a68edc5c38">72 <!ENTITY clfs-bootscripts-md5 "6249bbb66840152f7850a0984d12ee1b"> 73 73 <!ENTITY clfs-bootscripts-home " "> 74 74
Note:
See TracChangeset
for help on using the changeset viewer.