Author: andy Date: 2012-06-08 10:21:41 -0600 (Fri, 08 Jun 2012) New Revision: 10279
Modified: trunk/BOOK/general/genlib/nspr.xml trunk/BOOK/x/lib/xulrunner.xml trunk/BOOK/xsoft/other/gparted.xml Log: Updated Xulrunner's build stats Added a section to the Gparted page about file system utilities Modified: trunk/BOOK/general/genlib/nspr.xml =================================================================== --- trunk/BOOK/general/genlib/nspr.xml 2012-06-07 20:38:04 UTC (rev 10278) +++ trunk/BOOK/general/genlib/nspr.xml 2012-06-08 16:21:41 UTC (rev 10279) @@ -10,7 +10,7 @@ "ftp://ftp.mozilla.org/pub/mozilla.org/nspr/releases/v&nspr-version;/src/nspr-&nspr-version;.tar.gz"> <!ENTITY nspr-md5sum "d36d7b65a38f5b43ebd50ad3ad227120"> <!ENTITY nspr-size "1.2 MB"> - <!ENTITY nspr-buildsize "15 MB"> + <!ENTITY nspr-buildsize "12 MB"> <!ENTITY nspr-time "less than 0.1 SBU"> ]> Modified: trunk/BOOK/x/lib/xulrunner.xml =================================================================== --- trunk/BOOK/x/lib/xulrunner.xml 2012-06-07 20:38:04 UTC (rev 10278) +++ trunk/BOOK/x/lib/xulrunner.xml 2012-06-08 16:21:41 UTC (rev 10279) @@ -11,8 +11,8 @@ <!-- md5sum and size should match firefox, but the buildsize and time will differ --> <!ENTITY xulrunner-md5sum "f50ca7656eec47030b396f39075fa980"> <!ENTITY xulrunner-size "76 MB"> - <!ENTITY xulrunner-buildsize "3.4 GB (76 MB installed)"> - <!ENTITY xulrunner-time "22 SBU"> + <!ENTITY xulrunner-buildsize "1 GB (95 MB installed)"> + <!ENTITY xulrunner-time "25 SBU"> ]> <sect1 id="xulrunner" xreflabel="Xulrunner-&xulrunner-version;"> Modified: trunk/BOOK/xsoft/other/gparted.xml =================================================================== --- trunk/BOOK/xsoft/other/gparted.xml 2012-06-07 20:38:04 UTC (rev 10278) +++ trunk/BOOK/xsoft/other/gparted.xml 2012-06-08 16:21:41 UTC (rev 10279) @@ -102,9 +102,7 @@ <screen><userinput>./configure --prefix=/usr && make</userinput></screen> - <para> - To test the results, issue: <command>make check</command>. - </para> + <para>To test the results, issue: <command>make check</command>.</para> <para> Now, as the <systemitem class="username">root</systemitem> user: @@ -113,6 +111,30 @@ <screen role="root"><userinput>make install</userinput></screen> </sect2> + <sect2 role="using"> + <title>Using gparted</title> + + <para> + To manipulate file systems Gparted has a run time dependency on various + file system tools (you only need to install the tools for file systems you + actually use): + e2fsprogs (installed as part of LFS), + <xref linkend="jfsutils"/>, + <xref linkend="ntfs-3g"/>, + <xref linkend="reiserfs"/>, + <xref linkend="xfs"/>, + <ulink url="https://btrfs.wiki.kernel.org/index.php/Btrfs_source_repositories"> + btrfs-progs</ulink>, + <ulink url="http://www.daniel-baumann.ch/software/dosfstools/">dosfstools</ulink>, + <ulink url="http://ftp.gnu.org/pub/gnu/mtools/">mtools</ulink> (required + to read and write FAT16/32 volume labels and UUIDs), + <ulink url="ftp://ftp.mars.org/pub/hfs/">hfsutils</ulink>, + hfsprogs, + <ulink url="http://www.nilfs.org/download/">nilfs-utils</ulink> and + reiser4progs. + </para> + </sect2> + <sect2 role="content"> <title>Contents</title> -- http://linuxfromscratch.org/mailman/listinfo/blfs-book FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
