readme/F-9/en_US README.xml,NONE,1.1 rpm-info.xml,NONE,1.1

Paul W. Frields (pfrields) fedora-docs-commits at redhat.com
Wed Aug 6 15:06:51 UTC 2008


Author: pfrields

Update of /cvs/docs/readme/F-9/en_US
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28011/F-9/en_US

Added Files:
	README.xml rpm-info.xml 
Log Message:
Branched README for F-9


--- NEW FILE README.xml ---
<!DOCTYPE article PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN"
 "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd" [

<!ENTITY % ALPHA "IGNORE">
<!ENTITY % X86 "INCLUDE">
<!ENTITY % IA64 "IGNORE">
<!ENTITY % S390 "IGNORE">
<!ENTITY % HA "IGNORE">
<!ENTITY % X86-64 "IGNORE">

<!ENTITY RH "Red Hat"> <!-- The generic term "Red Hat" -->
<!ENTITY RHL "&RH; Linux"> <!-- The generic term "Red Hat Linux" -->
<!ENTITY FORMAL-RHI "&RH;, Inc."> <!-- Formal version -->
<!ENTITY NAME "Fedora"> <!-- The project's (and software's) basic name -->
<!ENTITY PROJ "&NAME; Project"> <!-- The project's name -->
<!ENTITY DISTRO "&NAME;"> <!-- The software's name -->
<!ENTITY DISTROVER "9"> <!-- The software's version -->

]>

<article id="index" lang="en" arch="x86;x86_64;ppc" os="test;final">
  <articleinfo>
    <title>&DISTRO; &DISTROVER; README</title>
    <copyright>
      <year>2006, 2007, 2008</year>
      <holder>&FORMAL-RHI; and others</holder>
    </copyright>
    <legalnotice id="legalnotice">
      <para>
        The contents of this CD-ROM are Copyright &copy; 2008
        &FORMAL-RHI; and others. Refer to the End User License Agreement
        and individual copyright notices in each source package for
        distribution terms.
      </para>
      <para>
        &NAME;, &RH;, &RH; Network, the &RH; "Shadow Man" logo, RPM,
        Maximum RPM, the RPM logo, Linux Library, PowerTools, Linux
        Undercover, RHmember, RHmember More, Rough Cuts, Rawhide and all
        &RH;-based trademarks and logos are trademarks or registered
        trademarks of &FORMAL-RHI; in the United States and other
        countries.
      </para>
      <para>
        Linux is a registered trademark of Linus Torvalds.
      </para>
      <para>
        Motif and UNIX are registered trademarks of The Open Group.
      </para>
      <para>
        Intel and Pentium are registered trademarks of Intel
        Corporation. Itanium and Celeron are trademarks of Intel
        Corporation.
      </para>
      <para>
        AMD, AMD Athlon, AMD Duron, and AMD K6 are trademarks of
        Advanced Micro Devices, Inc.
      </para>
      <para>
        Windows is a registered trademark of Microsoft Corporation.
      </para>
      <para>
        SSH and Secure Shell are trademarks of SSH Communications
        Security, Inc.
      </para>
      <para>
        FireWire is a trademark of Apple Computer Corporation.
      </para>
      <para>
        All other trademarks and copyrights referred to are the property
        of their respective owners.
      </para>
      <para>
        The GPG fingerprint of the <computeroutput>"Fedora Project
        &lt;fedora at redhat.com&gt;"</computeroutput> key is:
      </para>
      <para>
        CA B4 4B 99 6F 27 74 4E 86 12 7C DF B4 42 69 D0 4F 2A 6F D2
      </para>
    </legalnotice>
  </articleinfo>

  <section id="dir-org">
    <title>DIRECTORY ORGANIZATION</title>

    <para>
      &DISTRO; is delivered on multiple CD-ROMs consisting of
      installation CD-ROMs and source code CD-ROMs.
    </para>

    <para>
      The first installation CD-ROM can be directly booted into the
      installation on most modern systems, and contains the following
      directory structure (where <filename>/mnt/cdrom</filename> is the
      mount point of the CD-ROM):
    </para>
<screen arch="x86">
      <!-- <remark os="test">(x86)</remark> -->
<computeroutput>
/mnt/cdrom
  |----> Packages              -- binary packages
  |----> images                -- boot and driver disk images
  |----> isolinux              -- files necessary to boot from CD-ROM
  |----> repodata              -- repository information used by the 
  |                               installation process
  |----> README*               -- this file
  |----> RELEASE-NOTES*        -- the latest information about this release
  |                               of &DISTRO;
  `----> RPM-GPG-KEY*          -- GPG signature for packages from &RH;
</computeroutput>
    </screen>
<!-- repetitive for the moment
    <screen arch="x86_64">
      <remark os="test">(x86_64)</remark>
<computeroutput>
/mnt/cdrom
  |- - - -> Packages              - - binary packages
  |- - - -> images                - - boot disk ISO image
  |- - - -> isolinux              - - files necessary to boot from CD-ROM
  |- - - -> README*               - - this file
  |- - - -> RELEASE-NOTES*        - - the latest information about this release
  |                               of &DISTRO;
  `- - - -> RPM-GPG-KEY*          - - GPG signature for packages from &RH;
</computeroutput>
  </screen>
    -->
    <para>
      The remaining Installation CD-ROMs are similar to Installation
      CD-ROM 1, except that only the <filename>Packages</filename>
      subdirectory is present.
    </para>

    <para>
      The directory layout of each source code CD-ROM is as follows:
    </para>
<screen>
<computeroutput>
/mnt/cdrom
  |----> SRPMS                 -- source packages
  `----> RPM-GPG-KEY           -- GPG signature for packages from Red Hat
</computeroutput>
    </screen>
    <para>
      If you are setting up an installation tree for NFS, FTP, or HTTP
      installations, you need to copy the
      <filename>RELEASE-NOTES</filename> files and all files from the
      <filename>Packages</filename> directory on discs 1-5. On Linux and
      Unix systems, the following process will properly configure the
      /target/directory on your server (repeat for each disc):
    </para>
    <orderedlist>
      <listitem>
        <para>
          Insert disc
        </para>
      </listitem>
      <listitem>
        <para>
          <command>mount /mnt/cdrom</command>
        </para>
      </listitem>
      <listitem>
        <para>
          <command>cp -a /mnt/cdrom/Packages /target/directory</command>
        </para>
      </listitem>
      <listitem>
        <para>
          <command>cp /mnt/cdrom/RELEASE-NOTES*
          /target/directory</command>
        </para>
        <para>
          <command>cp -a /mnt/cdrom/repodata /target/directory</command>
        </para>
        <para>
          (Do this only for disc 1)
        </para>
      </listitem>
      <listitem>
        <para>
          <command>umount /mnt/cdrom</command>
        </para>
      </listitem>
    </orderedlist>
  </section>

  <section id="installing">
    <title>INSTALLING</title>

    <para>
      Many computers can now automatically boot from CD-ROMs. If you
      have such a machine (and it is properly configured) you can boot
      the &DISTRO; CD-ROM directly. After booting, the &DISTRO;
      installation program will start, and you will be able to install
      your system from the CD-ROM.
    </para>

    <para arch="x86;x86_64">
<!-- <remark os="test">(x86;x86_64)</remark> -->
      The <filename>images/</filename> directory contains the file
      <filename>boot.iso</filename>. This file is an ISO image that can
      be used to boot the &DISTRO; installation program. It is a handy
      way to start network-based installations without having to use
      multiple diskettes. To use <filename>boot.iso</filename>, your
      computer must be able to boot from its CD-ROM drive, and its BIOS
      settings must be configured to do so. You must then burn
      <filename>boot.iso</filename> onto a recordable/rewriteable
      CD-ROM.
    </para>

    <note arch="x86;x86_64">
      <title>Note</title>
<!-- <remark os="test">(x86;x86_64)</remark> -->
      <para>
        The ability to use this image file with a USB pen drive depends
        on the ability of your system's BIOS to boot from a USB device.
      </para>
    </note>
  </section>

  <section id="get-help">
    <title>GETTING HELP</title>

    <para>
      For those that have web access, see
      <ulink
        url="http://fedoraproject.org/"/>.
      In particular, access to &PROJ; mailing lists can be found at:
    </para>

    <para>
      <ulink url="https://listman.redhat.com/mailman/listinfo/"/>
    </para>

    <para>
      The complete &NAME; Installation Guide is available at
      <ulink
	url="http://docs.fedoraproject.org/" />.
    </para>
  </section>

  <section id="export-ctl">
    <title>EXPORT CONTROL</title>

    <para>
      The communication or transfer of any information received with
      this product may be subject to specific government export
      approval. User shall adhere to all applicable laws, regulations
      and rules relating to the export or re-export of technical data or
      products to any proscribed country listed in such applicable laws,
      regulations and rules unless properly authorized. The obligations
      under this paragraph shall survive in perpetuity.
    </para>
  </section>

  <section id="s1-test" os="test">
    <title>README Feedback Procedure</title>

    <para>
      If you feel that this README could be improved in some way, submit
      a bug report in &RH;'s bug reporting system:
    </para>

    <para>
      <ulink
    url="https://bugzilla.redhat.com/bugzilla/easy_enter_bug.cgi">https://bugzilla.redhat.com/bugzilla/easy_enter_bug.cgi</ulink>
    </para>

    <para>
      When posting your bug, include the following information in the
      specified fields:
    </para>

    <itemizedlist>
      <listitem>
        <para>
          <guilabel>Product:</guilabel>
          <wordasword>&DISTRO;</wordasword>
        </para>
      </listitem>
      <listitem>
        <para>
          <guilabel>Version:</guilabel> <wordasword>devel</wordasword>
        </para>
      </listitem>
      <listitem>
        <para>
          <guilabel>Component:</guilabel>
          <wordasword>fedora-release-notes</wordasword>
        </para>
      </listitem>
      <listitem>
        <para>
          <guilabel>Summary:</guilabel> A short description of what
          could be improved. If it includes the word "README", so much
          the better.
        </para>
      </listitem>
      <listitem>
        <para>
          <guilabel>Description:</guilabel> A more in-depth description
          of what could be improved.
        </para>
      </listitem>
    </itemizedlist>
  </section>

<!--
  <ackno>(
    <emphasis arch="x86">x86</emphasis>
    <emphasis arch="x86_64">x86_64</emphasis>
    )</ackno>
-->
</article>

<!--
Local variables:
mode: xml
fill-column: 72
End:
-->


--- NEW FILE rpm-info.xml ---
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE rpm-info PUBLIC "-//Fedora//DTD Docs RPM-INFO V1.0//EN"
"http://docs.fedoraproject.org/dtds/rpm-info.dtd">
<rpm-info>
  <colophon>
    <worker id="fdp" wholename="Fedora Documentation Project"
      email="fedora-docs-list at redhat.com" surname="Project" firstname="Fedora
      Documentation" initials="fdp"/>
  </colophon>
  <author worker="fdp"/>
  <license>
    <rights>OPL</rights>
    <version>1.0</version>
  </license>
  <copyright>
    <year>2007</year>
    <holder>Red Hat, Inc. and others</holder>
  </copyright>
  <title>Fedora README</title>
  <desc>General information for CD and DVD media</desc>
  <changelog order="newest-first">
    <revision date="2008-07-19" number="9.0.2">
      <author worker="fdp"/>
      <details></details>
    </revision>
  </changelog>
</rpm-info>




More information about the docs-commits mailing list