Changeset 7f8e546a


Ignore:
Timestamp:
06/28/2017 05:11:45 AM (7 years ago)
Author:
DJ Lucas <dj@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
9981513b
Parents:
1a0a7c0
Message:

Add dosfstools-4.1

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

Files:
1 added
5 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    r1a0a7c0 r7f8e546a  
    11<!-- $LastChangedBy$ $Date$ -->
    22
    3 <!ENTITY day          "27">                   <!-- Always 2 digits -->
     3<!ENTITY day          "28">                   <!-- Always 2 digits -->
    44<!ENTITY month        "06">                   <!-- Always 2 digits -->
    55<!ENTITY year         "2017">
     
    77<!ENTITY copyholder   "The BLFS Development Team">
    88<!ENTITY version      "&year;-&month;-&day;">
    9 <!ENTITY releasedate  "June 27th &year;">
     9<!ENTITY releasedate  "June 28th &year;">
    1010<!ENTITY pubdate      "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
    1111<!ENTITY blfs-version "svn">                  <!-- svn|[release #] -->
  • general/sysutils/udisks2.xml

    r1a0a7c0 r7f8e546a  
    8686    <bridgehead renderas="sect4">Required at runtime</bridgehead>
    8787    <para role="required">
     88      <xref linkend="btrfs-progs"/>,
     89      <xref linkend="dosfstools"/>,
    8890      <xref linkend="gptfdisk"/>,
    8991      <xref linkend="mdadm"/>, and
     
    103105    <bridgehead renderas="sect4">Optional</bridgehead>
    104106    <para role="optional">
    105       <xref linkend="btrfs-progs"/>,
    106107      <xref linkend="gtk-doc"/>,
    107108      <xref linkend="lvm2"/>,
  • introduction/welcome/changelog.xml

    r1a0a7c0 r7f8e546a  
    4242    </listitem>
    4343-->
     44
     45    <listitem>
     46      <para>June 28th, 2017</para>
     47      <itemizedlist>
     48        <listitem>
     49          <para>[dj] - Add dosfstools-4.1.</para>
     50        </listitem>
     51      </itemizedlist>
     52    </listitem>
     53
    4454    <listitem>
    4555      <para>June 27th, 2017</para>
  • packages.ent

    r1a0a7c0 r7f8e546a  
    5050<!-- Chapter 5 -->
    5151<!ENTITY btrfs-progs-version          "4.11">
     52<!ENTITY dosfstools-version           "4.1">
    5253<!ENTITY fuse3-version                "3.0.2">
    5354<!ENTITY fuse2-version                "2.9.7">
  • postlfs/filesystems/filesystems.xml

    r1a0a7c0 r7f8e546a  
    2525  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="initramfs.xml"/>
    2626  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="btrfs-progs.xml"/>
     27  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="dosfstools.xml"/>
    2728  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="fuse3.xml"/>
    2829  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="fuse2.xml"/>
Note: See TracChangeset for help on using the changeset viewer.