From fedora-docs-commits at redhat.com Wed Jun 10 15:29:19 2015
Content-Type: multipart/mixed; boundary="===============5196603172003270217=="
MIME-Version: 1.0
From: fedora-docs-commits at redhat.com
To: docs-commits at lists.fedoraproject.org
Subject: install-guide fedora-install-guide-techref-en.xml, NONE, 1.1 Makefile,
1.15, 1.16 fedora-install-guide-adminoptions-en.xml, 1.1,
1.2 fedora-install-guide-en.xml, 1.31, 1.32
Date: Wed, 14 Dec 2005 18:00:00 -0500
Message-ID: <200512142300.jBEN00N6020673@cvs-int.fedora.redhat.com>
--===============5196603172003270217==
Content-Type: text/plain; charset="utf-8"
MIME-Version: 1.0
Content-Transfer-Encoding: quoted-printable
Author: elliss
Update of /cvs/docs/install-guide
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20651
Modified Files:
Makefile fedora-install-guide-adminoptions-en.xml =
fedora-install-guide-en.xml =
Added Files:
fedora-install-guide-techref-en.xml =
Log Message:
- Added a first draft "Technical References" section, to address #173582
- Minor edits of Management Options section
--- NEW FILE fedora-install-guide-techref-en.xml ---
Appendix: Technical References
This document provides a reference for using the &FED; installation
software, known as anaconda. To learn more about
anaconda, visit the project webpage:
.
Both anaconda and &FED; systems use a common set
of software components. For detailed information on key
technologies, refer to the websites listed below:
Boot Loader
By default, &FED; uses the GRUB boot
loader. Refer to
for more
information.
Disk Partitioning
&FED; uses parted to partition disks. Refer
to for more
information.
Graphics System
Both the installation system and &FED; itself use the
Xorg suite to provide graphical displays.
Refer to for more
information.
Remote Display
&FC; and anaconda include VNC to provide
remote display capabilities. For more information about VNC,
refer to the documentation on the RealVNC website
.
Firewall
&FED; uses the netfilter framework. The
Netfilter project website provides documentation for
netfilter, and the
iptables administration facilities:
.
Access Control
&SEL; provides Mandatory Access Control (MAC) capabilities
that supplement the standard Linux security systems. Refer to
the &SEL; FAQ for more information:
.
Software Installation
&FED; uses yum to manage the RPM packages
that make up the system. Refer to
for more
information.
Index: Makefile
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
RCS file: /cvs/docs/install-guide/Makefile,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- Makefile 12 Dec 2005 02:21:54 -0000 1.15
+++ Makefile 14 Dec 2005 22:59:52 -0000 1.16
@@ -14,7 +14,7 @@
DOCBASE =3D fedora-install-guide
=
define XMLEXTRAFILES_template
-XMLEXTRAFILES-$(1)=3Dfedora-install-guide-abouttoinstall-$(1).xml fedora-i=
nstall-guide-acknowledgements-$(1).xml fedora-install-guide-adminoptions-$(=
1).xml fedora-install-guide-beginninginstallation-$(1).xml fedora-install-g=
uide-bootloader-$(1).xml fedora-install-guide-diskpartitioning-$(1).xml fed=
ora-install-guide-$(1).xml fedora-install-guide-firstboot-$(1).xml fedora-i=
nstall-guide-installingpackages-$(1).xml fedora-install-guide-intro-$(1).xm=
l fedora-install-guide-locale-$(1).xml fedora-install-guide-networkconfig-$=
(1).xml fedora-install-guide-nextsteps-$(1).xml fedora-install-guide-other-=
instmethods-$(1).xml fedora-install-guide-packageselection-$(1).xml fedora-=
install-guide-rootpassword-$(1).xml fedora-install-guide-timezone-$(1).xml =
fedora-install-guide-upgrading-$(1).xml
+XMLEXTRAFILES-$(1)=3Dfedora-install-guide-abouttoinstall-$(1).xml fedora-i=
nstall-guide-acknowledgements-$(1).xml fedora-install-guide-adminoptions-$(=
1).xml fedora-install-guide-beginninginstallation-$(1).xml fedora-install-g=
uide-bootloader-$(1).xml fedora-install-guide-diskpartitioning-$(1).xml fed=
ora-install-guide-$(1).xml fedora-install-guide-firstboot-$(1).xml fedora-i=
nstall-guide-installingpackages-$(1).xml fedora-install-guide-intro-$(1).xm=
l fedora-install-guide-locale-$(1).xml fedora-install-guide-networkconfig-$=
(1).xml fedora-install-guide-nextsteps-$(1).xml fedora-install-guide-other-=
instmethods-$(1).xml fedora-install-guide-packageselection-$(1).xml fedora-=
install-guide-rootpassword-$(1).xml fedora-install-guide-techref-$(1).xml =
fedora-install-guide-timezone-$(1).xml fedora-install-guide-upgrading-$(1).=
xml
endef
=
$(foreach LANG,${LANGUAGES},$(eval $(call XMLEXTRAFILES_template,${LANG})))
Index: fedora-install-guide-adminoptions-en.xml
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
RCS file: /cvs/docs/install-guide/fedora-install-guide-adminoptions-en.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- fedora-install-guide-adminoptions-en.xml 12 Dec 2005 02:21:54 -0000 1.1
+++ fedora-install-guide-adminoptions-en.xml 14 Dec 2005 22:59:52 -0000 1.2
@@ -46,28 +46,8 @@
=
-
- Installing &FC; with Expert Mode
-
-
- The expert mode enables you to run the installation process with
- additional options for hardware configuration.
-
-
-
- To run the installation process in expert mode, enter:
-
-
- linux expert
-
-
- This is untested.
-
-
-
-
- Automating the Installation
+ Automating the Installation with Kickstart
=
Kickstart.
@@ -85,7 +65,7 @@
=
- Interface Options
+ Configuring the Installation Interface
=
To run the installation process in text mode, enter:
@@ -107,6 +87,26 @@
+
+
+ Installing &FC; with Expert Mode
+
+
+ The expert mode enables you to run the installation process with
+ additional options for hardware configuration.
+
+
+
+ To run the installation process in expert mode, enter:
+
+
+ linux expert
+
+
+ This is untested.
+
+
+
Performing a Memory (RAM) Test
@@ -124,7 +124,7 @@
To load the memtest86 memory test utility,
enter memtest86 at the
boot:
- . The utility immediately starts the first test. By default,
+ prompt. The utility immediately starts the first test. By default,
memtest86 carries out a total of ten tests.
=
Index: fedora-install-guide-en.xml
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
RCS file: /cvs/docs/install-guide/fedora-install-guide-en.xml,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -r1.31 -r1.32
--- fedora-install-guide-en.xml 12 Dec 2005 02:21:54 -0000 1.31
+++ fedora-install-guide-en.xml 14 Dec 2005 22:59:52 -0000 1.32
@@ -6,8 +6,8 @@
=
-
-
+
+
=
@@ -15,7 +15,7 @@
-
+
=
=
@@ -34,6 +34,7 @@
+
=
]>
@@ -185,6 +186,16 @@
+
+ 1.0.8
+ 2005-12-14
+ StuartEllis
+
+
+ Added Technical References section.
+
+
+
=
@@ -220,6 +231,8 @@
=
&ADMINOPTIONS;
=
+ &TECHREF;
+
&ACKNOWLEDGEMENTS;
=
--===============5196603172003270217==--