Changeset d28198d3
- Timestamp:
- 01/30/2012 04:00:39 AM (13 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 12.2, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gimp3, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/for-12.3, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/spidermonkey128, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- 20c59bd
- Parents:
- 9fbd6a5
- Files:
-
- 2 added
- 10 edited
Legend:
- Unmodified
- Added
- Removed
-
general.ent
r9fbd6a5 rd28198d3 4 4 --> 5 5 6 <!ENTITY day "2 8"> <!-- Always 2 digits -->6 <!ENTITY day "29"> <!-- Always 2 digits --> 7 7 <!ENTITY month "01"> <!-- Always 2 digits --> 8 8 <!ENTITY year "2012"> … … 10 10 <!ENTITY copyholder "The BLFS Development Team"> 11 11 <!ENTITY version "&year;-&month;-&day;"> 12 <!ENTITY releasedate "January 2 8th, &year;">12 <!ENTITY releasedate "January 29th, &year;"> 13 13 <!-- <!ENTITY releasedate "November &day;st, &year;"> --> 14 14 <!ENTITY pubdate "&year;-&month;-&day;"> <!-- metadata req. by TLDP --> … … 136 136 137 137 <!-- Chapter 5 --> 138 <!ENTITY lvm2-version " 1.02.67"><!-- version from ftp://sources.redhat.com/pub/lvm2/WHATS_NEW_DM -->138 <!ENTITY lvm2-version "2.02.67"><!-- version from ftp://sources.redhat.com/pub/lvm2/WHATS_NEW_DM --> 139 139 <!ENTITY jfsutils-version "1.1.15"> 140 140 <!ENTITY reiser-version "3.6.21"> … … 154 154 <!ENTITY dash-version "0.5.5.1"> 155 155 <!ENTITY ksh-version "2008-11-04"> 156 157 <!-- Chapter 7a Virtualization --> 158 <!ENTITY qemu-kvm-version "1.0"> 159 156 160 157 161 <!-- Obsolete … … 618 622 <!ENTITY trinity-version "3.5.13"> 619 623 <!ENTITY kde-version "3.5.10"> 620 <! ENTITY arts-version "1.5.10">624 <!-- <!ENTITY arts-version "1.5.10"> --> 621 625 <!ENTITY kde-dldir "3.5.10"> 622 626 <!ENTITY kde-download-http "http://mirrors.isc.org/pub/kde/stable/&kde-dldir;/src"> -
introduction/welcome/changelog.xml
r9fbd6a5 rd28198d3 42 42 43 43 --> 44 45 <listitem> 46 <para>January 29th, 2012</para> 47 <itemizedlist> 48 <listitem> 49 <para>[bdubbs] - Add kvm-qemu-1.0.</para> 50 </listitem> 51 </itemizedlist> 52 </listitem> 53 44 54 <listitem> 45 55 <para>January 28th, 2012</para> -
kde/add/kdegraphics.xml
r9fbd6a5 rd28198d3 140 140 <para>Install <application>kdegraphics</application> with:</para> 141 141 142 <screen><userinput>KDEGRAPHICS=`pwd` && 143 rm -rf $MAKEDIR && 144 mkdir -p $MAKEDIR && 145 cd $MAKEDIR && 142 <screen><userinput>KDEGRAPHICS=`pwd` && 143 MAKEDIR=/tmp/kdegraphics && 144 rm -rf $MAKEDIR && 145 mkdir -p $MAKEDIR && 146 cd $MAKEDIR && 146 147 147 148 cmake -DCMAKE_INSTALL_PREFIX=$TRINITY_PREFIX \ -
kde/add/kdepim.xml
r9fbd6a5 rd28198d3 110 110 <para>Install <application>kdepim</application> with:</para> 111 111 112 <screen><userinput>KDEPIM=`pwd` && 113 rm -rf $MAKEDIR && 114 mkdir -p $MAKEDIR && 115 cd $MAKEDIR && 112 <screen><userinput>MAKEDIR=/tmp/buildpim && 113 KDEPIM=`pwd` && 114 rm -rf $MAKEDIR && 115 mkdir -p $MAKEDIR && 116 cd $MAKEDIR && 116 117 117 118 cmake -DCMAKE_INSTALL_PREFIX=$TRINITY_PREFIX \ … … 120 121 -DBUILD_ALL=ON \ 121 122 -DBUILD_INDEXLIB=OFF \ 122 $KDEPIM &&123 124 unset KDEPIM MAKEDIR &&123 $KDEPIM && 124 125 unset KDEPIM MAKEDIR && 125 126 make</userinput></screen> 126 127 -
multimedia/libdriv/arts.xml
r9fbd6a5 rd28198d3 6 6 ]> 7 7 8 <sect1 id="arts" xreflabel="aRts-& arts-version;">8 <sect1 id="arts" xreflabel="aRts-&trinity-version;"> 9 9 <?dbhtml filename="arts.html"?> 10 10 … … 14 14 </sect1info> 15 15 16 <title>aRts-& arts-version;</title>16 <title>aRts-&trinity-version;</title> 17 17 18 18 <para>The Analog Real-time Synthesizer (<application>aRts</application>) -
networking/netprogs/bridgeutils.xml
r9fbd6a5 rd28198d3 158 158 PREFIX=24 159 159 BROADCAST=192.168.1.255 160 CHECK_LINK=no # Don't check before ibridge is created160 CHECK_LINK=no # Don't check before bridge is created 161 161 STP=no # Spanning tree protocol, default no 162 162 INTERFACES="eth0" # Add to IFACE, space separated devices -
postlfs/filesystems/jfs.xml
r9fbd6a5 rd28198d3 62 62 </sect2> 63 63 64 <sect2 role="kernel" id='jfsutils-kernel'> 65 <title>Kernel Configuration</title> 66 67 <para>Enable the following option in the kernel configuration 68 and recompile the kernel:</para> 69 70 <screen><literal>File Systems: 71 JFS filesystem support: M or Y</literal></screen> 72 73 <indexterm zone="jfsutils jfsutils-kernel"> 74 <primary sortas="d-jfsutils">JFS Utilities</primary> 75 </indexterm> 76 77 </sect2> 78 64 79 <sect2 role="installation"> 65 80 <title>Installation of jfsutils</title> -
postlfs/filesystems/reiser.xml
r9fbd6a5 rd28198d3 60 60 <para condition="html" role="usernotes">User Notes: 61 61 <ulink url="&blfs-wiki;/reiser"/></para> 62 63 </sect2> 64 65 <sect2 role="kernel" id='reiserfs-kernel'> 66 <title>Kernel Configuration</title> 67 68 <para>Enable the following option in the kernel configuration 69 and recompile the kernel:</para> 70 71 <screen><literal>File Systems: 72 Reiserfs support: M or Y</literal></screen> 73 74 <indexterm zone="reiserfs reiserfs-kernel"> 75 <primary sortas="d-reiseerfs">Reiserfs Programs</primary> 76 </indexterm> 62 77 63 78 </sect2> -
postlfs/filesystems/xfs.xml
r9fbd6a5 rd28198d3 74 74 <para condition="html" role="usernotes">User Notes: 75 75 <ulink url="&blfs-wiki;/xfs"/></para> 76 77 </sect2> 78 79 <sect2 role="kernel" id='xfs-kernel'> 80 <title>Kernel Configuration</title> 81 82 <para>Enable the following options in the kernel configuration 83 and recompile the kernel:</para> 84 85 <screen><literal>File Systems: 86 XFS filesystem support: M or Y</literal></screen> 87 88 <indexterm zone="xfs xfs-kernel"> 89 <primary sortas="d-xfs">XFS Programs</primary> 90 </indexterm> 76 91 77 92 </sect2> -
postlfs/postlfs.xml
r9fbd6a5 rd28198d3 21 21 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="editors/editors.xml"/> 22 22 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="shells/shells.xml"/> 23 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="virtualization/virtualization.xml"/> 23 24 24 25 </part>
Note:
See TracChangeset
for help on using the changeset viewer.