Commit Graph

2784 Commits

Author SHA1 Message Date
Martin A. Brown 9df1fe9175 DocBook validation correction
adding a few </para> tags to allow for validation
2016-01-17 02:32:37 -08:00
Martin A. Brown d9ef8bfe6d DocBook validation correction
First line must include the definition.
2016-01-17 02:30:24 -08:00
Martin A. Brown 6a44dd5e5e DocBook validation correction
adding a few </sect2> and </listitem> closing tags to allow
for validation
2016-01-17 02:28:50 -08:00
Martin A. Brown ef3222af27 DocBook validation correction
adding a few </sect2> </listitem> and </para> closing tags to allow for
validation
2016-01-17 02:25:14 -08:00
Martin A. Brown 8ceb8a930b DocBook validation correction
adding a bunch of terminating </sect1> </sect2> </sect3> </sect4>
and </para> tags
2016-01-17 01:57:38 -08:00
Martin A. Brown a52bf88f4f DocBook validation correction
adding a bunch of terminating </sect1> </sect2> </sect3> </para>
and a handful of other tags
2016-01-17 01:51:27 -08:00
Martin A. Brown 8afd6d7e1e DocBook validation correction
adding one missing </sect>
2016-01-17 01:44:32 -08:00
Martin A. Brown 691bb85e15 DocBook validation correction
upgrading entire document to DocBook V3.1 (from V3.0):
<!DOCTYPE Article PUBLIC "-//Davenport//DTD DocBook V3.0//EN">
because the authors were using elements (e.g. <legalnotice/> and
<varname/>) that were not available in the earlier DocBook release
2016-01-17 01:39:57 -08:00
Martin A. Brown 2fbe6fee46 DocBook validation correction
removing one stray <title> to allow validation
2016-01-17 01:30:35 -08:00
Martin A. Brown 82101ac3a9 DocBook validation correction
New style <AuthorGroup/> replacing the no-longer validating <ULink/>
which held mailto: URLs.
2016-01-17 01:27:34 -08:00
Martin A. Brown 93752f8b09 DocBook validation correction
adding a single closing </programlisting>
2016-01-17 01:21:49 -08:00
Martin A. Brown bf247c6a6c DocBook validation correction
adding a bunch of closing </para> to allow validation
2016-01-17 01:20:05 -08:00
Martin A. Brown 6f2690da82 DocBook validation correction
just some tag balancing; plenty more closing tags for </para> </sect1>
</sect2> </sect3> and a </listitem>
2016-01-17 01:16:16 -08:00
Martin A. Brown b3d83f6861 DocBook validation correction
lots of <ULink/> nits because &65533; is not SGML friendly (?)
several <Email/> substitutions for <ULink> inline and a very
strange addition of <Affiliation/> just to allow the nesting of
<Address><Email/></Address>
2016-01-17 01:10:40 -08:00
Martin A. Brown e5287bc81e DocBook validation correction
Adding tons of closing </para>, </sect2>, </sect3> and </sect4> elements.
2016-01-17 00:51:09 -08:00
Martin A. Brown 1f4ea7ccad DocBook validation correction
getting rid of one extraneous <para>
2016-01-17 00:34:49 -08:00
Martin A. Brown 8642facb9a DocBook validation correction
removing one extraneous <LISTITEM><PARA>
2016-01-17 00:31:46 -08:00
Martin A. Brown 4fa28296a3 DocBook validation corrections
adding a few closing tags: </sect2>, </sect3> and a </para>
2016-01-17 00:29:12 -08:00
Martin A. Brown 6f7f33141a DocBook validation corrections
A crapton of corrections; parser seems a bit more cantankerous, is requiring
closing </ListItem> entries; so I added them.
Also, corrected a few misplaced or missing </para> elements.

N.B. The canonical content seems to be hosted at git://repo.or.cz/lartc.git
2016-01-17 00:19:52 -08:00
Martin A. Brown 00d7a4ea80 DocBook validation corrections
correcting nonexistent &qt; entity with &quot;
2016-01-16 23:45:35 -08:00
Martin A. Brown b5687c50f6 DocBook validation corrections
correcting one <ulink/> which lacked the required url attribute value
2016-01-16 23:43:27 -08:00
Martin A. Brown 26c82bfcf9 DocBook validation corrections
corrected placement of one </para> tag which was foiling validation
2016-01-16 23:42:00 -08:00
Martin A. Brown a80c80cf84 DocBook validation corrections
corrected placement of one </para> which was foiling validation
(and also aligned some text visually)
<sect3/> became <sect2/> because they could not descend directly
from <sect1>
2016-01-16 23:39:11 -08:00
Martin A. Brown d909acc45c DocBook validation corrections
<code/> became <command/> before DocBook V4.1; not sure how this
validated before
2016-01-16 23:32:47 -08:00
Martin A. Brown 9fafdcd30a fixing probable input error <subscript> -> ~
the URL http://www.chiark.greenend.org.uk/<subscript>sgtatham/putty/
does not load and also does not make sense, however, at
http://www.chiark.greenend.org.uk/~sgtatham/putty/ there is software
2016-01-16 23:25:53 -08:00
Martin A. Brown 4d4d611d88 DocBook validation corrections
<comment/> becomes <remark/>
The following additional changes were made in DocBook V4.0: artheader was
renamed articleinfo; comment was renamed remark; docinfo was broken into a
set of other info elements; and bookbiblio, interfacedefinition, and
seriesinfo were removed.
http://www.docbook.org/tdg/en/html/ref-elements.html
2016-01-16 23:23:30 -08:00
Martin A. Brown 72cac0c057 DocBook validation corrections
<listitem/> cannot contain text directly; wrapping in <para/>
2016-01-16 23:20:57 -08:00
Martin A. Brown 14d5758d92 DocBook validation corrections
<listitem/> cannot contain text directly; wrapping in <para/>
switching a few <orderedlist/> elements to <simplelist/> with <member/>
old element <docinfo/> has been renamed <appendixinfo/>
2016-01-16 23:10:39 -08:00
Martin A. Brown ff7867ec3a DocBook validation corrections
Replace a multibyte endash with a simple hyphen (ASCII 0x2d).
Put empty <para/> in a few incomplete <sect1/> elements.
2016-01-16 23:01:00 -08:00
Martin A. Brown 64d989718a DocBook validation corrections
Any <listitem/> elements without <para/> got a new friend.
Replaced two <itemizedlist/> with <simplelist/>
Removed one spuriously hovering and extraneous '>'
2016-01-16 22:48:13 -08:00
Martin A. Brown 2b48e95364 DocBook validation corrections
A <listitem/> cannot directly contain a <ulink/>, so wrapped the
<ulink/> elements in <para/>
2016-01-16 22:35:44 -08:00
Martin A. Brown 3126271898 DocBook validation corrections
A <listitem/> cannot contain bare text, but a <member/> of a
<simplelist/> can.
2016-01-16 22:32:41 -08:00
Martin A. Brown 44b2209aa6 DocBook validation corrections
<editor/> cannot contain bare name, needs <firstname/> and <surname/>
<note/> must have some sort of child, selected <para/>
2016-01-16 22:25:41 -08:00
Martin A. Brown f21f003192 inserting required url attribute on ulink element 2016-01-16 22:19:11 -08:00
Martin A. Brown a2b96e0f16 stricter XML handling and a DocBook correction
DocBook infraction: <footnote/> now wraps <literallayout/>
replacing an apostrophe with an &rsquo;
2016-01-16 22:15:38 -08:00
Martin A. Brown 6b36aacb16 correcting several minor DocBook gripes
jade:LDP/LDP/howto/docbook/Athlon-Powersaving-HOWTO.xml:443:11:E: value of attribute "id" invalid: "7" cannot start a name
jade:LDP/LDP/howto/docbook/Athlon-Powersaving-HOWTO.xml:468:12:E: document type does not allow element "procedure" here; missing one of "caution", "important", "note", "tip", "warning", "blockquote" start-tag
jade:LDP/LDP/howto/docbook/Athlon-Powersaving-HOWTO.xml:471:5:E: character data is not allowed here
jade:LDP/LDP/howto/docbook/Athlon-Powersaving-HOWTO.xml:472:8:E: end tag for "step" which is not finished
jade:LDP/LDP/howto/docbook/Athlon-Powersaving-HOWTO.xml:474:13:E: document type does not allow element "command" here; missing one of "remark", "title", "synopsis", "cmdsynopsis", "literallayout", "programlisting", "screen", "para", "simpara", "bridgehead" start-tag
jade:LDP/LDP/howto/docbook/Athlon-Powersaving-HOWTO.xml:475:8:E: end tag for "step" which is not finished
jade:LDP/LDP/howto/docbook/Athlon-Powersaving-HOWTO.xml:477:5:E: character data is not allowed here
jade:LDP/LDP/howto/docbook/Athlon-Powersaving-HOWTO.xml:477:52:E: document type does not allow element "command" here; missing one of "remark", "title", "synopsis", "cmdsynopsis", "literallayout", "programlisting", "screen", "para", "simpara", "bridgehead" start-tag
jade:LDP/LDP/howto/docbook/Athlon-Powersaving-HOWTO.xml:478:8:E: end tag for "step" which is not finished
2016-01-16 22:13:25 -08:00
Martin A. Brown dded5305f9 long-standing DocBook validation errors corrected (thanks to FEDERICO BOLELLI) 2016-01-13 16:16:40 -08:00
Sindhu S b201a690ee Fix typo 2015-07-21 21:13:19 +05:30
gferg bd184cd05a *** empty log message *** 2014-05-20 12:45:31 +00:00
gferg c90d1ba037 updated 2013-09-23 13:07:12 +00:00
gferg 63a4597475 updated 2013-08-29 21:44:37 +00:00
gferg 13b359d1f8 updated 2013-07-26 14:27:42 +00:00
gferg 059f677b30 updated 2013-06-05 23:28:46 +00:00
gferg d8d2a53d05 updated 2013-04-17 12:28:37 +00:00
gferg 3ef3a01a9f updated 2013-04-02 23:21:40 +00:00
gferg 0f20317e51 *** empty log message *** 2013-04-02 23:18:59 +00:00
gferg f5bd3f781a updated 2013-03-10 22:21:24 +00:00
gferg 90fd17aa3c updated 2013-01-14 19:19:30 +00:00
gferg ec1625409f updated 2012-12-16 18:08:52 +00:00
gferg 2e40af0c0f updated 2012-02-03 14:01:47 +00:00
gferg 3e038f866a updated 2012-01-01 19:34:42 +00:00
rickmeyerhoff cc6f4ad664 Annual review and update. Removed references to modems, floppy disks, floppy drives. Updated the GNU Free Documentation License to Version 1.3. 2012-01-01 19:15:41 +00:00
gferg 24f0ed9b1c updated 2011-10-31 22:31:13 +00:00
gferg 2db269b501 updated 2011-10-31 22:17:11 +00:00
gferg 8d99c74588 updated 2011-02-10 20:22:17 +00:00
gferg 6d4a3642a5 updated 2011-01-16 18:44:45 +00:00
gferg 38cd2d050e updated 2011-01-16 18:39:14 +00:00
serek a8ae2a9ebf updated XWindow-User-HOWTO, author of the update: mr. krzysztof zelechowski 2011-01-14 15:47:42 +00:00
rickmeyerhoff 0f6c910e21 update dates 2011-01-07 01:17:11 +00:00
gferg 0ea9208526 updated 2010-11-03 13:20:40 +00:00
gferg 6bb0dd5562 updated 2010-10-14 13:01:57 +00:00
gferg 78af089da9 updated 2010-08-09 13:26:14 +00:00
gferg 01bf934f2e new 2010-08-09 12:39:03 +00:00
gferg 366accec9a updated 2010-07-19 12:50:48 +00:00
gferg 5fbd11fdb5 updated 2010-06-17 12:18:45 +00:00
gferg 8c77c4da7f updated 2010-04-12 00:09:24 +00:00
gferg 3ccb547736 updated 2010-03-06 17:01:09 +00:00
gferg b87b121fff updated 2010-03-04 01:05:21 +00:00
gferg 2d71064d84 updated 2010-01-19 14:15:56 +00:00
gferg 50bbd6ee5e updated 2010-01-05 14:09:56 +00:00
rickmeyerhoff 93311578db annual update of the copyright date 2010-01-01 19:21:37 +00:00
gferg da4eef09d8 updated 2009-12-20 18:42:44 +00:00
pbldp cb050877f3 Release 0.65 2009-12-20 14:22:42 +00:00
gferg 65e1ee68d3 updated 2009-11-08 15:15:31 +00:00
gferg 2295811a63 updated 2009-09-29 15:08:03 +00:00
gferg 2692e2e626 *** empty log message *** 2009-09-29 15:02:59 +00:00
gferg 59791b7d6d updated 2009-08-05 19:26:13 +00:00
gferg 0b0fde7e0a updated 2009-07-13 13:37:34 +00:00
pbldp 2068c9f2ec Release 0.64 2009-07-05 17:57:02 +00:00
gferg e3afb0ce63 updated 2009-05-14 20:19:50 +00:00
gferg 9c86316abc new 2009-05-14 20:12:42 +00:00
jdd 7f22b4b49a Fixing name to fit the other partition HOWTO (remove the "s" at partitions) 2009-05-09 13:17:22 +00:00
jdd 0cb020f2a5 May be finally fixed? 2009-05-09 10:30:05 +00:00
jdd 0aad43ff4b Fixing syntax error in xml 2009-05-09 10:28:55 +00:00
jdd 04ea8d0331 Fixed case error in file name
CV: ---------------------------------------------------------------------
2009-05-09 10:27:14 +00:00
jdd 2a40149164 New true xml file - should be ready to publication 2009-05-09 10:21:52 +00:00
jdd 8e30ecbe84 first test - not fixed xml file, don't use it to create other files 2009-05-08 07:53:14 +00:00
gferg df5202d957 updated 2009-04-20 16:02:22 +00:00
jdd 3f131e76c7 obfuscating the e-mails 2009-04-20 15:32:07 +00:00
gferg 23c2ae6040 updated 2009-04-20 13:32:46 +00:00
jdd ffb5381997 version corrigée
sss: ----------------------------------------------------------------------
2009-04-13 15:21:52 +00:00
jdd 0733af11d8 test good, file no longer necessary 2009-04-07 17:13:20 +00:00
jdd 6a865a344b cvs test only 2009-04-07 17:11:15 +00:00
gferg 648542597e updated 2009-04-06 13:35:57 +00:00
gferg 211f8449f2 new 2009-04-06 13:32:49 +00:00
gferg 4cc5936a02 updated 2009-03-30 19:11:38 +00:00
gferg 9f7c335603 updated 2009-03-23 13:01:16 +00:00
gferg 9b48792897 new 2009-03-23 12:57:23 +00:00
gferg 9bb515e8f1 updated 2009-02-14 20:45:27 +00:00
pbldp f0fceef411 release_0_63 2009-02-14 14:38:57 +00:00
gferg 54b9f39293 updated 2009-01-19 15:31:05 +00:00
gferg c344f1affc updated 2008-12-14 16:40:58 +00:00
gferg ad235ef3ed new 2008-11-24 16:01:12 +00:00
gferg e85bef5eb8 rename 2008-11-24 16:00:42 +00:00
gferg 371b860a79 updated 2008-11-24 15:58:52 +00:00
gferg 67496fd6d7 updated 2008-11-23 22:37:26 +00:00
gferg b1ef08fbdc updated 2008-09-08 13:01:26 +00:00
gferg d4afc3d2d8 updated 2008-09-06 16:14:35 +00:00
gferg cdda0297c3 updated 2008-08-03 21:14:04 +00:00
gferg 3f72848762 updated 2008-07-25 16:20:47 +00:00
gferg 647f42a3c1 updated 2008-06-12 16:08:38 +00:00
gferg 6602be5ff8 updated 2008-06-08 15:52:38 +00:00
gferg 8456bfd681 updated 2008-05-05 13:18:14 +00:00
gferg ca60037808 updated 2008-03-06 12:44:08 +00:00
gferg b421c3678d updated 2008-03-02 18:59:56 +00:00
gferg 72facf846d updated 2008-03-02 16:06:57 +00:00
gferg 01eb7421f7 updated 2008-02-15 13:59:05 +00:00
gferg a18a54f31c updated 2008-01-14 00:01:41 +00:00
rickmeyerhoff 21c1272a39 update the copyright notice 2008-01-01 15:57:22 +00:00
gferg 07e465a51f updated 2007-11-28 21:46:28 +00:00
gferg 7de95d089f updated 2007-11-28 21:38:15 +00:00
gferg 3463ff661b updated 2007-11-19 14:00:19 +00:00
gferg f0bac8036d updated 2007-11-13 13:31:31 +00:00
gferg 579df0154c updated 2007-11-05 15:00:54 +00:00
ihakes ec614f59c3 FTP url fixed 2007-10-31 22:32:42 +00:00
pbldp ee3c562da8 Minor update and fix of broken URLs to TLDP-CVS 2007-10-06 15:44:58 +00:00
gferg a428f5f57e updated 2007-09-30 15:02:05 +00:00
dbs c67e719e31 Add a missing para tag in to make this document valid. 2007-09-17 00:39:59 +00:00
gferg 8d76ff9b38 updated 2007-09-16 16:15:36 +00:00
gferg 4449a2fe4e updated 2007-09-16 16:09:16 +00:00
gferg b068963eb0 updated 2007-09-16 16:08:20 +00:00
gferg 7dc1b13972 updated 2007-08-30 18:23:14 +00:00
gferg 3a888df64f updated 2007-08-28 21:59:11 +00:00
gferg 981c0beba9 updated 2007-08-23 13:10:28 +00:00
ihakes 65083ac18c Add autorestart for Ubuntu 7.04 2007-08-23 01:23:07 +00:00
gferg afb4e0f776 updated 2007-08-13 13:20:56 +00:00
gferg fb7fe0fe87 updated 2007-08-01 15:07:46 +00:00
ihakes b5c09508a6 A major update to entire DB2 HowTo 2007-08-01 04:23:31 +00:00
gferg 9593e6b8b4 updated 2007-07-23 13:37:32 +00:00
ccurley 611e67b446 Much editing for clearer language. FHS compliance changes. Added a
discussion of the libata problem.
2007-07-08 18:05:45 +00:00
ccurley 6f7475ebaa Bug fixes. 2007-07-08 18:01:05 +00:00
ccurley 729c82b602 Changes for FHS compliance. Removed commented out references to ZIP
drives. Added a line to deal with the fact that libata (in newer
kernels) maps IDE drives to SCSI device names, but not all rescue
distributions use libata. So we have to change the device names from
SCSI to IDE, e.g. /dev/sda to /dev/hda. Changed the address for the
FSF in the license.
2007-07-08 17:44:53 +00:00
ccurley 60ec1d5af4 FHS compliance, and new directory structure for the archive. Changed
the address for the FSF in the license.
2007-07-08 17:40:31 +00:00
ccurley 4e399f2cce * We now check /dev/ for LVM partitions.
* Changes for FHS compliance.

* Added support for partition type 0x12.

* Changed the address for the FSF in the license.
2007-07-08 17:32:17 +00:00
ccurley d1a1f40697 Changes for use in a backup server. Changed the address for the FSF in
the license.
2007-07-08 17:25:49 +00:00
ccurley 4ba6b4aeef Changes to use the script in a backup server, to use dated archives on
the target. Changed the address for the FSF in the license.
2007-07-08 17:20:46 +00:00
ccurley 8d0e4f5366 Changed the FSF's address in the license. Removed a test for whether to run the LVM scripts. 2007-07-08 17:15:38 +00:00
ccurley cca84db6ee Changed the FSF's address in the license. 2007-07-08 17:12:13 +00:00
ccurley 6fbc1a7a02 Initial check in. 2007-07-08 17:07:31 +00:00
ccurley 31ce94cc14 Changed FSF's address in the license. 2007-07-08 17:03:01 +00:00
gferg d48bf0ae37 updated 2007-06-08 13:24:53 +00:00
gferg d62286befe updated 2007-06-06 12:42:00 +00:00
gferg 605aab0aae updated 2007-06-01 13:30:48 +00:00
pbldp 12c5a8cc85 release_0_60, major enhancement: add Programming with C-API contribution 2007-05-31 19:19:18 +00:00
gferg 3f6de83eb9 updated 2007-05-23 13:08:36 +00:00
gferg f8452a7d1c updated 2007-05-23 13:01:59 +00:00
steve 557d58324f Revision 3.2.4 2007-05-22 17:09:52 +00:00
gferg 3b2fb452f3 updated 2007-05-15 21:39:14 +00:00
gferg 7c34d692df updated 2007-05-14 12:39:52 +00:00
gferg 1905773a19 updated 2007-05-10 14:21:04 +00:00
gferg 276851b1fd updated 2007-05-04 13:30:34 +00:00
gferg 065686087b new 2007-05-04 13:26:32 +00:00
gferg c77b5d4a84 updated 2007-05-04 13:21:30 +00:00
gferg 8acd6dff10 updated 2007-04-17 12:44:57 +00:00
gferg ae68411ec8 updated 2007-04-15 20:33:02 +00:00
gferg 5dfa1d1610 updated 2007-04-11 13:40:44 +00:00
gferg fbc5be89db updated 2007-03-20 13:08:10 +00:00
gferg e146986696 updated 2007-03-14 13:53:38 +00:00
appaji 9a7049bf33 correct email id 2007-03-05 07:11:36 +00:00
gferg b442f69ad2 updated 2007-02-09 13:53:01 +00:00
gferg f60b76bf48 updated 2007-02-08 22:53:42 +00:00
gferg f443569a04 updated 2007-02-01 16:51:02 +00:00
gferg 74e4da2812 new 2007-02-01 16:31:03 +00:00
gferg b8f4e20e5f updated 2007-01-27 21:58:58 +00:00
gferg 86121b7760 updated 2007-01-17 13:45:25 +00:00
gferg b7b0499dc1 updated 2007-01-02 13:59:44 +00:00
rickmeyerhoff fe53ff812e changed the copyright date and added AKA 2006-12-31 20:18:23 +00:00
vortechs da7bbdde80 * Clarified full snapshot conditions in Section 3.8 and Section 13.4.1 and
added a note about resizing the origin of a snapshot
 * Fixed Rackable copyright
 * Fixed e-mail address
2006-11-27 23:14:51 +00:00
gferg 04f0ec6c56 updated 2006-11-27 19:37:56 +00:00
vortechs 9d240b17cf * Clarify whole disk usage in section titled "Initializing disks or disk partitions"
* Updated copyright
 * Updated e-mail address
2006-11-27 19:27:11 +00:00
gferg 64d452edd5 updated 2006-11-24 21:34:50 +00:00
gferg b9c23b7a7a updated 2006-11-09 13:41:57 +00:00
pbldp 7726af4f10 0.51 2006-11-08/PB: remove broken URLs, add a new book (credits to Bryan
Vukich)
0.50.2 2006-10-25/PB: fix typo in dhcp6 section (credits to Michele Ferritto)
0.50.1 2006-09-23/PB: add some URLs
2006-11-08 22:47:36 +00:00
gferg d3bfef5f78 updated 2006-11-08 14:39:05 +00:00
mabrown ab6ba43389 Updating contact information. 2006-10-29 21:18:41 +00:00
mabrown 945e8e1e20 Added an insignificant section pointing the correct direction for HFSC.
Altered the author's email address.
2006-10-29 04:09:01 +00:00
gferg 9c93cc15ef updated 2006-10-25 18:27:22 +00:00
gferg ec6abce7d5 updated 2006-10-17 12:46:21 +00:00
gferg 38ee11bee1 updated 2006-10-11 16:27:35 +00:00
gferg c5c2700958 updated 2006-10-11 16:19:08 +00:00
gferg fc5872c491 updated 2006-09-29 15:00:51 +00:00
gferg 6efa959449 updated 2006-09-25 12:03:34 +00:00
gferg 4935345cbd updated 2006-09-15 12:58:15 +00:00
gferg 5c4115a020 updated 2006-09-08 12:38:03 +00:00
gferg 03aa466436 new 2006-09-08 12:28:28 +00:00
gferg d8cce9df1d updated 2006-08-24 15:40:01 +00:00
pbldp da76d58af6 Release 0.50:
2006-08-23/PB: fix/remove broken URLs
    2006-08-21/PB: some review, update and enhancement of the content, replace old 6bone example addresses with the current defined ones.
    2006-08-20/PB: fix bug in maillist entries, 'mobility' is now a separate chapter
    2006-08-20/PB: update and cleanup of maillist entries
    2006-06-13/PB: major update of mobility section (contributed by Benjamin Thery)
2006-08-24 06:49:19 +00:00
gferg e4dcf33ce8 updated 2006-08-22 13:36:05 +00:00
gferg 6edea68d5c updated 2006-08-21 13:23:08 +00:00
gferg 8cc47cb9b3 updated 2006-07-28 14:01:37 +00:00
gferg 327ab43a3d updated 2006-07-02 17:02:39 +00:00
gferg 1bda523281 updated 2006-06-28 14:07:59 +00:00
gferg 58bf5d4970 updated 2006-06-25 16:31:08 +00:00
gferg 0907cd0628 updated 2006-05-29 21:37:39 +00:00
gferg 39e911a3f4 updated 2006-05-29 15:44:41 +00:00
fevrier c8ba7ac532 Updated following feedback of the Turkish translator. 2006-05-25 20:37:35 +00:00
gferg 32b5c22ea3 updated 2006-05-19 16:11:49 +00:00
gferg 1c1d88e52c updated 2006-05-15 12:56:34 +00:00
gferg ded9cb5c2f etc 2006-05-15 12:53:45 +00:00
gferg 04694cc28b updated 2006-05-15 12:51:26 +00:00
gferg 78bf625a77 updated 2006-04-12 16:12:30 +00:00
gferg 31a4d0f12a updated 2006-04-12 14:28:45 +00:00
gferg 912fb06359 updated 2006-04-10 13:41:15 +00:00
rickmeyerhoff 5b5893a628 Added the Translations section, corrected the section number
references in the license, reformatted some xml and removed the
reference to the defunct www.installfest.org.
2006-04-09 22:58:09 +00:00
ccurley 329788655e Changes to accommodate multiple LVM groups. Also some formatting improvements. 2006-04-08 21:51:19 +00:00
ccurley 77f2be83f3 Added a line to show the mounted target partitions. 2006-04-08 21:48:26 +00:00
appaji f2ec2ceb96 change dtd path 2006-04-08 11:17:30 +00:00
ccurley 23fc6c4278 Added LVM and finnix material, also some notes on ntfs. 2006-04-06 15:49:07 +00:00
ccurley 0881a4eb0a Fixed some over-long lines. 2006-04-06 15:26:20 +00:00
ccurley dc6473cc19 LVM changes. 2006-04-06 02:55:28 +00:00
ccurley a64914cbff Changed the login name in the time stamp. 2006-04-06 02:52:11 +00:00
ccurley 9abe0217cf Had a deprecated option in the sort options; fixed that. Some white space differences. 2006-04-06 02:45:50 +00:00
ccurley c96bab4a88 Initial checkin. LVM additions. 2006-04-06 02:42:47 +00:00
gferg a8fb244af2 updated 2006-04-03 12:14:01 +00:00
gferg 5a48a68b2a updated 2006-03-26 21:20:39 +00:00
gferg 5986dc3769 updated 2006-03-25 14:34:04 +00:00
gferg 6375328897 updated 2006-03-23 23:54:59 +00:00
gferg e38c7c37f5 updated 2006-03-20 13:27:53 +00:00
gferg dbd14d2165 updated 2006-03-16 16:14:58 +00:00
gferg 348e4fad8e moved 2006-03-16 16:10:42 +00:00
gferg 8bae985d5e removed 2006-03-16 16:10:12 +00:00
gferg 99953d7662 updated 2006-03-13 13:56:01 +00:00
franl 73a1987e84 Added Local Variables comment to end of file (to activate DocBook XML mode when
editing this file in Emacs).  Added a comment to the top.
2006-03-07 15:26:08 +00:00
karakas e614d9d757 Commited index.sgml 2006-03-06 00:18:33 +00:00
karakas 70986e5162 Added new files 2006-03-05 16:24:42 +00:00
karakas 6fe81459ab Added new files 2006-03-05 10:48:48 +00:00
franl dd482adcac Added entity "bashref". 2006-03-04 04:35:57 +00:00
franl df001ac3d3 Removed <computeroutput> elements from around <command> elements. Applied some
changes suggested by Rohit Patil.
2006-03-04 03:57:22 +00:00
franl 9a04863994 Changed &ndash; to &mdash; in several places. Minor rewording of prose in the
"Variables" section.
2006-03-04 02:27:31 +00:00
franl bac7a21d7f Fixed the spelling of Rohit Patil's name. Added some PARA elements around the
contents of LISTITEM elements.  Changed the URI of the DTD in the DOCTYPE
element to work around a stupid bug with xsltproc -- Saqib Ali
<docbook.xml@gmail.com> said it was ok to use the OASIS URI instead of the
docbook.org URI.
2006-03-04 02:20:01 +00:00
karakas 6852520e42 Committed Revision 2.1. 2006-03-03 15:04:31 +00:00
franl 803a0b1e57 Removed some <para> tags from within <listitem> elements. Shortened the text in
some <screen> and <programlisting> elements.
2006-03-03 03:26:11 +00:00
gferg a796880ad6 updated 2006-03-02 21:02:28 +00:00
gferg 311edef2b8 updated 2006-03-02 20:59:59 +00:00
franl 0c6b12aa3a Fixed URI of the DTD in the DOCTYPE tag. 2006-03-01 04:36:45 +00:00
franl 53a6a0eac5 Updated with new author info and copyright. Fixed some DTD violations. 2006-03-01 04:35:08 +00:00
gferg 3f6f3e2122 updated 2006-02-26 17:01:55 +00:00
gferg 33f9813dfa updated 2006-02-21 16:28:01 +00:00
gferg 53471ef406 updated 2006-02-20 20:31:43 +00:00
gferg d8199a49bb updated 2006-02-20 14:00:14 +00:00
gferg 61e1d5c960 updated 2006-02-15 13:21:51 +00:00
konst 88aa5b0fc9 0.6g 2006-02-11 08:26:26 +00:00
gferg 6a05432be2 updated 2006-02-10 15:34:13 +00:00
gferg 30f164ae16 updated 2006-02-03 03:18:02 +00:00
gferg 4fcb14218a replace with correct images 2006-02-03 03:08:17 +00:00
gferg a9569ba0cf updated 2006-02-03 02:12:22 +00:00
gferg fdbb875322 new 2006-02-03 02:03:50 +00:00
gferg 4c232e6450 updated 2006-01-16 18:34:47 +00:00
dbs 9bf1b1b0cb commit -- Added Fedora Core 4, OpenSuse 10.0, Ubuntu 5.10. 2006-01-13 22:45:15 +00:00
gferg a259851b1d updated 2006-01-04 13:44:22 +00:00
gferg 62a07332a5 hosuecleaning 2005-12-29 18:14:18 +00:00
gferg 18ae67226d housecleaning 2005-12-29 18:13:32 +00:00
gferg 0c6d804d04 housecleaning 2005-12-29 18:00:22 +00:00
gferg fb5b98ed95 housecleaning 2005-12-29 17:50:47 +00:00
gferg 7291ef7319 updated 2005-12-16 13:09:06 +00:00
gferg cfaed9c2b4 updated 2005-12-02 13:27:00 +00:00
gferg 0c82aa3a5c updated 2005-11-18 23:09:15 +00:00
gferg ba43534667 updated 2005-11-18 13:55:26 +00:00
gferg c7204cb144 updated 2005-11-18 13:46:50 +00:00
gferg fe54d6445d updated 2005-11-18 13:44:50 +00:00
gferg a0b5b2a46b updated 2005-11-14 14:36:08 +00:00
gferg 717afa7cd8 updated 2005-11-14 14:29:55 +00:00
dbs e370a93989 Better tagging throughout, use a more refined install method for Ubuntu. 2005-11-12 02:24:01 +00:00
dbs cc3c546fdb Ubuntu _is_ supported now. 2005-11-11 21:34:53 +00:00
dbs af18765662 Make Ubuntu instructions more Ubuntic. 2005-11-08 23:29:27 +00:00
gferg 8d75c7f26d updated 2005-11-02 21:39:50 +00:00
ihakes 5ea3604dfd Added instructions for putting existing users in as DB2 system administrators 2005-11-02 15:08:10 +00:00
gferg 32a326296a updated 2005-10-31 16:24:50 +00:00
ccurley 994ac77c5b Changed tar command to reflect new version of tar. Also, we now generate sha1sums on delivery. 2005-10-29 17:13:51 +00:00
ccurley b36520dfdb Notes for Fedora Core 4. Removed notes for older versions of FC and Red Hat. Also, changes in the writeup and scripts to reflect using Knoppix instead of tomsrtbt. See the scripts for change notes. Changed some scripts so that long lines don't fall off the right side of printed pages (oops). 2005-10-29 17:06:29 +00:00
ccurley 5b4b224f74 Added a line to create a boot disk ISO in the ZIP drive.
Modernized sub-shell calls, a few other tweaks.

Fedora Core 4 mods. Name of the directory to be saved has to be last. Also, we now specify --numeric-owner so as to avoid UID problems when using some live CD systems. And we now save to /var instead of a mounted ZIP disk.
2005-10-29 16:54:00 +00:00
ccurley 25f97d7a35 We now use a relative path, so you can load from different places depending on the first stage system you are using. Also added some FC4 tricks, and some changes to better reproduce the permissions and ownerships. 2005-10-29 16:48:42 +00:00
ccurley bb510f51d1 Removed two references to tomsrtbt. 2005-10-29 16:45:39 +00:00
ccurley e7e42515d7 We now use sfdisk to save partition data, so that on restore make.dev.xxx can use it. We now provide both fdisk & sfdisk with the geometry. Also, broke some lines up so that they'll fit into printed pages. 2005-10-29 16:40:23 +00:00
ccurley 328fc8035e We use sfdisk if we have it, otherwise fdisk. We now provide both fdisk and sfdisk with the geometry. 2005-10-29 16:33:47 +00:00
ccurley 79c5dace25 Added the "--anchored" to tar. We now back up to "/var/bare.metal" instead of directly to the zip drive. 2005-10-29 16:27:14 +00:00
ccurley 14c472b4a6 We no longer assume the working directory. Instead, we assume the user is already in root.bin and go from there. 2005-10-29 16:22:57 +00:00
ccurley ac729d484a We now set the types of partitions last. This seems to help Knoppix' fdisk. 2005-10-29 16:19:36 +00:00
dbs fde2d7b646 Correct typo in instance name. 2005-10-26 19:15:49 +00:00
gferg e4095a73c1 updated 2005-10-25 12:57:28 +00:00
gferg b39cc8eb32 new 2005-10-25 12:56:28 +00:00
gferg 77c97c97f5 updated 2005-10-25 00:14:39 +00:00
gferg 5fc56c0188 updated 2005-10-13 12:31:06 +00:00
gferg cd7af44b21 updated 2005-10-11 12:12:12 +00:00
pbldp 4e220c6202 Release 0.49 2005-10-11 06:12:34 +00:00
vortechs 9823f7def3 Updated copyright section 2005-10-10 21:36:45 +00:00
gferg 112a94d026 updated 2005-10-10 12:40:55 +00:00
gferg d16924af38 updated 2005-10-08 14:34:02 +00:00
gferg 7148b70601 updated 2005-10-08 14:29:27 +00:00
gferg ad2129023c updated 2005-10-07 16:46:48 +00:00
gferg 083d2460a4 updated 2005-10-04 13:38:45 +00:00
vortechs bee445f811 Added FAQ entry for max size of LVs in LVM2;
Did some cleanup of "Recover physical volume metadata" section;
Updated e-mail address
2005-10-03 20:09:30 +00:00
gferg e65acbe9f1 updated 2005-09-26 13:05:22 +00:00
gferg 0cc407f977 updated 2005-09-19 12:24:58 +00:00
gferg 4b3a2416c5 updated 2005-09-06 00:37:39 +00:00
gferg 98a65dd19c updated 2005-08-28 18:02:46 +00:00
gferg 3998c57fbf updated 2005-08-18 14:54:29 +00:00
fevrier 0714e20913 Revert to Docbook XML 4.2 to follow the LDP standards. 2005-08-12 20:04:44 +00:00
gferg 8fa48d6e2e updated 2005-08-12 14:16:21 +00:00
gferg a08c34c169 updated 2005-08-12 14:10:17 +00:00
gferg 786c31758d updated 2005-08-12 14:06:41 +00:00
fevrier e38cb7942c Renamed Online-Troubleshooting-HOWTO.sgml to Online-Troubleshooting-HOWTO.xml. 2005-08-11 23:02:50 +00:00
fevrier b3ea2b05b8 Ready for release. 2005-08-11 22:41:03 +00:00
fevrier 4f5b7e7ad0 Second draft. 2005-08-11 22:19:55 +00:00
fevrier ab1e87cda3 Automatic spellcheck. 2005-08-11 20:07:25 +00:00
fevrier 9456495f30 First draft of the new revision. 2005-08-10 23:00:24 +00:00
gferg 5e9677bd46 updated 2005-08-10 14:09:15 +00:00
fevrier 8c98cc9b81 Some more content update. 2005-08-08 23:21:56 +00:00
fevrier b695efb88c End of update for today. Moved to Docbook 4.4 to get the package tag. 2005-08-07 23:24:42 +00:00
fevrier a50a8f6ae8 Update continues. 2005-08-07 22:44:01 +00:00
fevrier cd485528ad Begin of update. A lot of work still needs to be done. Document updated
to XML Docbook.
2005-08-07 22:27:54 +00:00
gferg 5f5bd5cc8a updated 2005-07-27 01:23:39 +00:00
gferg 902ad4c0b9 updated 2005-07-26 15:25:03 +00:00
gferg 4f3aeec729 updated 2005-07-26 14:26:35 +00:00
gferg a02c8db459 updated 2005-07-21 23:41:21 +00:00
gferg 1acf0d8ad7 updated 2005-07-20 16:20:51 +00:00
gferg aa593058de updated 2005-07-20 12:50:49 +00:00
gferg d93132c07d updated 2005-07-17 19:43:39 +00:00
gferg 45e2024dfb updated 2005-07-15 20:28:07 +00:00
vortechs 8c1c4bc179 Added lvm2 boot-time scripts info
Added "Recover physical volume metadata" section - thanks to
Maximilian Attems for the patch
2005-07-15 18:48:23 +00:00
dbs f87d105f34 Fix example response file. Move distributions to one distribution per page. 2005-07-13 22:33:00 +00:00
dbs 3e715f5e1b Add Ubuntu install instructions. 2005-07-13 22:16:43 +00:00
gferg 4f5b0979de updated 2005-07-13 13:27:20 +00:00
steve 1d111ef453 Update to 3.2.3. 2005-07-12 16:31:33 +00:00
gferg 6a172188ec updated 2005-07-11 16:22:15 +00:00
gferg ac62544ea9 updated 2005-06-28 13:51:12 +00:00
gferg ba318ef301 new 2005-06-28 13:48:58 +00:00
gferg 29adec5e3a updated 2005-06-23 23:40:47 +00:00
ihakes 3c8699ea00 Fixed title from "DB2 Universe Database" to "DB2 Universal Database" 2005-06-23 21:19:17 +00:00
gferg b28a7488a2 updated 2005-06-20 21:58:36 +00:00
gferg 7f20cf3ec4 new 2005-06-20 21:56:03 +00:00
gferg aac3515f08 updated 2005-06-20 12:35:00 +00:00
gferg b40902fbf1 new 2005-06-17 23:15:20 +00:00
gferg a371fae577 updated 2005-06-17 23:13:49 +00:00
gferg 86753d3183 rm 2005-06-17 23:12:49 +00:00
gferg 964ef6bd35 *** empty log message *** 2005-06-17 23:07:30 +00:00
gferg 2385c16158 updated 2005-06-17 13:54:46 +00:00
gferg 13c92cde16 updated 2005-06-13 13:11:16 +00:00
gferg bb944a10f8 updated 2005-06-10 19:12:30 +00:00
gferg be0c25be39 updated 2005-06-09 18:26:41 +00:00