Changeset d28198d3


Ignore:
Timestamp:
01/30/2012 04:00:39 AM (12 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 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, 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/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
20c59bd
Parents:
9fbd6a5
Message:

Add Virtualization Chapter
Add kvm-qemu-1.0 virtualization
Update xfs, jfs, reiserfs with instructions for kernel configuration
Minor cleanups to kdegraphics and kdepim

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@9254 af4574ff-66df-0310-9fd7-8a98e5e911e0

Files:
2 added
10 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    r9fbd6a5 rd28198d3  
    44-->
    55
    6 <!ENTITY day          "28">                   <!-- Always 2 digits -->
     6<!ENTITY day          "29">                   <!-- Always 2 digits -->
    77<!ENTITY month        "01">                   <!-- Always 2 digits -->
    88<!ENTITY year         "2012">
     
    1010<!ENTITY copyholder   "The BLFS Development Team">
    1111<!ENTITY version      "&year;-&month;-&day;">
    12 <!ENTITY releasedate  "January 28th, &year;">
     12<!ENTITY releasedate  "January 29th, &year;">
    1313<!-- <!ENTITY releasedate  "November &day;st, &year;"> -->
    1414<!ENTITY pubdate      "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
     
    136136
    137137<!-- 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 -->
    139139<!ENTITY jfsutils-version             "1.1.15">
    140140<!ENTITY reiser-version               "3.6.21">
     
    154154<!ENTITY dash-version                 "0.5.5.1">
    155155<!ENTITY ksh-version                  "2008-11-04">
     156
     157<!-- Chapter 7a Virtualization -->
     158<!ENTITY qemu-kvm-version             "1.0">
     159
    156160
    157161<!-- Obsolete
     
    618622<!ENTITY trinity-version              "3.5.13">
    619623<!ENTITY kde-version                  "3.5.10">
    620 <!ENTITY arts-version                 "1.5.10">
     624<!-- <!ENTITY arts-version                 "1.5.10"> -->
    621625<!ENTITY kde-dldir                    "3.5.10">
    622626<!ENTITY kde-download-http            "http://mirrors.isc.org/pub/kde/stable/&kde-dldir;/src">
  • introduction/welcome/changelog.xml

    r9fbd6a5 rd28198d3  
    4242
    4343-->
     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
    4454    <listitem>
    4555      <para>January 28th, 2012</para>
  • kde/add/kdegraphics.xml

    r9fbd6a5 rd28198d3  
    140140    <para>Install <application>kdegraphics</application> with:</para>
    141141
    142 <screen><userinput>KDEGRAPHICS=`pwd`  &amp;&amp;
    143 rm -rf   $MAKEDIR  &amp;&amp;
    144 mkdir -p $MAKEDIR  &amp;&amp;
    145 cd       $MAKEDIR  &amp;&amp;
     142<screen><userinput>KDEGRAPHICS=`pwd`        &amp;&amp;
     143MAKEDIR=/tmp/kdegraphics &amp;&amp;
     144rm -rf   $MAKEDIR        &amp;&amp;
     145mkdir -p $MAKEDIR        &amp;&amp;
     146cd       $MAKEDIR        &amp;&amp;
    146147
    147148cmake -DCMAKE_INSTALL_PREFIX=$TRINITY_PREFIX \
  • kde/add/kdepim.xml

    r9fbd6a5 rd28198d3  
    110110    <para>Install <application>kdepim</application> with:</para>
    111111
    112 <screen><userinput>KDEPIM=`pwd`         &amp;&amp;
    113 rm -rf   $MAKEDIR    &amp;&amp;
    114 mkdir -p $MAKEDIR    &amp;&amp;
    115 cd       $MAKEDIR    &amp;&amp;
     112<screen><userinput>MAKEDIR=/tmp/buildpim &amp;&amp;
     113KDEPIM=`pwd`          &amp;&amp;
     114rm -rf   $MAKEDIR     &amp;&amp;
     115mkdir -p $MAKEDIR     &amp;&amp;
     116cd       $MAKEDIR     &amp;&amp;
    116117
    117118cmake -DCMAKE_INSTALL_PREFIX=$TRINITY_PREFIX \
     
    120121      -DBUILD_ALL=ON                         \
    121122      -DBUILD_INDEXLIB=OFF                   \
    122       $KDEPIM        &amp;&amp;
    123 
    124 unset KDEPIM MAKEDIR &amp;&amp;
     123      $KDEPIM         &amp;&amp;
     124
     125unset KDEPIM MAKEDIR  &amp;&amp;
    125126make</userinput></screen>
    126127
  • multimedia/libdriv/arts.xml

    r9fbd6a5 rd28198d3  
    66]>
    77
    8 <sect1 id="arts" xreflabel="aRts-&arts-version;">
     8<sect1 id="arts" xreflabel="aRts-&trinity-version;">
    99  <?dbhtml filename="arts.html"?>
    1010
     
    1414  </sect1info>
    1515
    16   <title>aRts-&arts-version;</title>
     16  <title>aRts-&trinity-version;</title>
    1717
    1818  <para>The Analog Real-time Synthesizer (<application>aRts</application>)
  • networking/netprogs/bridgeutils.xml

    r9fbd6a5 rd28198d3  
    158158PREFIX=24
    159159BROADCAST=192.168.1.255
    160 CHECK_LINK=no                 # Don't check before ibridge is created
     160CHECK_LINK=no                 # Don't check before bridge is created
    161161STP=no                        # Spanning tree protocol, default no
    162162INTERFACES="eth0"             # Add to IFACE, space separated devices
  • postlfs/filesystems/jfs.xml

    r9fbd6a5 rd28198d3  
    6262  </sect2>
    6363
     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
    6479  <sect2 role="installation">
    6580    <title>Installation of jfsutils</title>
  • postlfs/filesystems/reiser.xml

    r9fbd6a5 rd28198d3  
    6060    <para condition="html" role="usernotes">User Notes:
    6161    <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>
    6277
    6378  </sect2>
  • postlfs/filesystems/xfs.xml

    r9fbd6a5 rd28198d3  
    7474    <para condition="html" role="usernotes">User Notes:
    7575    <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>
    7691
    7792  </sect2>
  • postlfs/postlfs.xml

    r9fbd6a5 rd28198d3  
    2121  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="editors/editors.xml"/>
    2222  <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"/>
    2324
    2425</part>
Note: See TracChangeset for help on using the changeset viewer.