Changeset 54aaa89 for postlfs


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

Location:
postlfs
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • postlfs/filesystems/lvm2.xml

    r92ada82 r54aaa89  
    177177      failures may happen because some kernel options are missing. For example,
    178178      the lack of the <emphasis>dm-delay</emphasis> device mapper target may
    179       explain up to 10 failures or so. Some tests are flagged
     179      explain some failures. Some tests are flagged
    180180      <quote>warned</quote> if
    181181      <ulink url='https://github.com/jthornber/thin-provisioning-tools'>
  • postlfs/filesystems/ntfs-3g.xml

    r92ada82 r54aaa89  
    88           "https://tuxera.com/opensource/ntfs-3g_ntfsprogs-&ntfs-3g-version;.tgz">
    99  <!ENTITY ntfs-3g-download-ftp  " ">
    10   <!ENTITY ntfs-3g-md5sum        "8cd57768310e3b2be39b3191d808e241">
    11   <!ENTITY ntfs-3g-size          "1.1 MB">
    12   <!ENTITY ntfs-3g-buildsize     "19 MB">
    13   <!ENTITY ntfs-3g-time          "0.5 SBU">
     10  <!ENTITY ntfs-3g-md5sum        "ccbe8672d0f757bd0c975b50aa4c512e">
     11  <!ENTITY ntfs-3g-size          "1.2 MB">
     12  <!ENTITY ntfs-3g-buildsize     "17 MB">
     13  <!ENTITY ntfs-3g-time          "0.2 SBU">
    1414]>
    1515
  • postlfs/security/openssl.xml

    r92ada82 r54aaa89  
    120120         shared                \
    121121         zlib-dynamic &amp;&amp;
     122make depend           &amp;&amp;
    122123make</userinput></screen>
    123124
  • 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.