Ignore:
Timestamp:
05/07/2016 01:40:16 AM (8 years ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
systemd-13485
Children:
37191af
Parents:
92ada82
Message:

Sync to trunk r17213
Added entity for GNOME-3.20

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/branches/systemd@17328 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • postlfs/virtualization/qemu.xml

    r92ada82 r54aaa89  
    77  <!ENTITY qemu-download-http "http://wiki.qemu.org/download/qemu-&qemu-version;.tar.bz2">
    88  <!ENTITY qemu-download-ftp  " ">
    9   <!ENTITY qemu-md5sum        "f469f2330bbe76e3e39db10e9ac4f8db">
    10   <!ENTITY qemu-size          "25 MB">
    11   <!ENTITY qemu-buildsize     "419 MB (with tests)">
    12   <!ENTITY qemu-time          "2.4 SBU (with tests)">
     9  <!ENTITY qemu-md5sum        "42e73182dea8b9213fa7050e168a4615">
     10  <!ENTITY qemu-size          "24 MB">
     11  <!ENTITY qemu-buildsize     "397 MB (with tests)">
     12  <!ENTITY qemu-time          "2.8 SBU (with tests)">
    1313]>
    1414
     
    186186    <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
    187187
    188 <screen role="root"><userinput>make install &amp;&amp;
    189 [ -e  /usr/lib/libcacard.so ] &amp;&amp;
    190 chmod -v 755 /usr/lib/libcacard.so</userinput></screen>
     188<screen role="root"><userinput>make install</userinput></screen>
    191189
    192190    <para>
     
    213211EOF</userinput></screen>
    214212
    215     <note><!--<para>The main program <command>qemu-system-x86_64</command> doesn't
    216     make a distinction between i386 and x86_64 so even on an i386 system you
    217     should use <emphasis>qemu-system-x86_64</emphasis></para>
    218     -->
    219 
    220     <para>For convenience you may want to create a symbolic link to run
    221     The installed program. For instance:</para>
     213    <note>
     214      <para>For convenience you may want to create a symbolic link to run
     215      The installed program. For instance:</para>
    222216
    223217<screen role="root"><userinput>ln -sv qemu-system-`uname -m` /usr/bin/qemu</userinput></screen>
Note: See TracChangeset for help on using the changeset viewer.