commit 42cfe809a4162ba2fecf25a4fec4e79f1134995b Author: Petr Bokoc pbokoc@redhat.com Date: Sat Sep 13 21:10:01 2014 +0200
Moved Kickstart Syntax into an appendix and changed structure
en-US/Installation_Guide.xml | 5 +- en-US/Kickstart_Installations.xml | 52 ----- en-US/Kickstart_Syntax_Reference.xml | 403 ++++++++++++++++++++++++++++++++++ 3 files changed, 406 insertions(+), 54 deletions(-) --- diff --git a/en-US/Installation_Guide.xml b/en-US/Installation_Guide.xml index 3ee0a65..f5e4cdf 100644 --- a/en-US/Installation_Guide.xml +++ b/en-US/Installation_Guide.xml @@ -37,14 +37,15 @@ <xi:include href="Upgrading_Your_Current_System.xml" xmlns:xi="http://www.w3.org/2001/XInclude" /> </part>
-<!-- <part id="part-technical-appendixes"> + <part id="part-technical-appendixes"> <title>Technical Appendixes</title> <partintro> <para> The following appendixes do not contain instructions that tell you how to install &PRODUCT;. Instead, they provide technical background that you might find helpful to understand the options that &PRODUCT; offers you at various points in the installation process. </para> </partintro> - </part>--> + <xi:include href="Kickstart_Syntax_Reference.xml" xmlns:xi="http://www.w3.org/2001/XInclude" /> + </part>
<xi:include href="Revision_History.xml" xmlns:xi="http://www.w3.org/2001/XInclude" /> <index /> diff --git a/en-US/Kickstart_Installations.xml b/en-US/Kickstart_Installations.xml index da1d348..ece14fe 100644 --- a/en-US/Kickstart_Installations.xml +++ b/en-US/Kickstart_Installations.xml @@ -74,56 +74,4 @@
</section>
- <section id="sect-kickstart-syntax"> - <title>Kickstart Syntax Reference</title> - - <section id="sect-kickstart-syntax-changes"> - <title>Changes in Kickstart Syntax</title> - <para> - text - </para> - </section> - - <section id="sect-kickstart-commands"> - <title>Kickstart Commands and Options</title> - <para> - text - </para> - </section> - - <section id="sect-kickstart-packages"> - <title>Package Selection</title> - <para> - text - </para> - </section> - - <section id="sect-kickstart-preinstall"> - <title>Pre-installation Script</title> - <para> - text - </para> - </section> - - <section id="sect-kickstart-postinstall"> - <title>Post-installation Script</title> - <para> - text - </para> - </section> - - </section> - - <section id="sect-kickstart-examples"> - <title>Sample Kickstart Configurations</title> - - <section id="sect-kickstart-partitioning-example"> - <title>Advanced Partitioning Example</title> - <para> - text - </para> - </section> - - </section> - </chapter> diff --git a/en-US/Kickstart_Syntax_Reference.xml b/en-US/Kickstart_Syntax_Reference.xml new file mode 100644 index 0000000..a690a44 --- /dev/null +++ b/en-US/Kickstart_Syntax_Reference.xml @@ -0,0 +1,403 @@ +<?xml version='1.0' encoding='utf-8' ?> +<!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [ +<!ENTITY % BOOK_ENTITIES SYSTEM "Installation_Guide.ent"> +%BOOK_ENTITIES; +]> +<appendix id="appe-kickstart-syntax-reference"> + <title>Kickstart Syntax Reference</title> + <para> + intro text + </para> + + <section id="sect-kickstart-syntax-changes"> + <title>Changes in Kickstart Syntax</title> + <para> + text + </para> + </section> + + <section id="sect-kickstart-commands"> + <title>Kickstart Commands and Options</title> + <para> + text + </para> + + <section id="sect-kickstart-commands-auth"> + <title>auth - Configure Authentication</title> + <para> + text + </para> + </section> + + <section id="sect-kickstart-commands-autopart"> + <title>autopart - Automatic Partitioning</title> + <para> + text + </para> + </section> + + <section id="sect-kickstart-commands-autostep"> + <title>autostep - Go Through Every Screen Automatically</title> + <para> + text + </para> + </section> + + <section id="sect-kickstart-commands-bootloader"> + <title>bootloader - Configure Boot Loader</title> + <para> + text + </para> + </section> + + <section id="sect-kickstart-commands-btrfs"> + <title>btrfs - Create Btrfs Volume or Subvolume</title> + <para> + text + </para> + </section> + + <section id="sect-kickstart-commands-clearpart"> + <title>clearpart - Remove All Existing Partitions</title> + <para> + text + </para> + </section> + + <section id="sect-kickstart-commands-cmdline"> + <title>cmdline - Perform Installation in Command Line Mode</title> + <para> + text + </para> + </section> + + <section id="sect-kickstart-commands-device"> + <title>device - Install Extra Device Drivers</title> + <para> + text + </para> + </section> + + <section id="sect-kickstart-commands-driverdisk"> + <title>driverdisk - Use a Driver Disk</title> + <para> + text + </para> + </section> + + <section id="sect-kickstart-commands-eula"> + <title>eula - Accept the License Agreement</title> + <para> + text + </para> + </section> + + <section id="sect-kickstart-commands-fcoe"> + <title>fcoe - Configure Fibre Channel Over Ethernet Devices</title> + <para> + text + </para> + </section> + + <section id="sect-kickstart-commands-firewall"> + <title>firewall - Configure Firewall</title> + <para> + text + </para> + </section> + + <section id="sect-kickstart-commands-firstboot"> + <title>firstboot - Enable or Disable Initial Setup</title> + <para> + text + </para> + </section> + + <section id="sect-kickstart-commands-group"> + <title>group - Create User Group</title> + <para> + text + </para> + </section> + + <section id="sect-kickstart-commands-graphical"> + <title>graphical - Perform Installation in Graphical Mode</title> + <para> + text + </para> + </section> + + <section id="sect-kickstart-commands-halt"> + <title>halt - Halt System After Installation</title> + <para> + text + </para> + </section> + + <section id="sect-kickstart-commands-ignoredisk"> + <title>ignoredisk - Ignore Specified Disks</title> + <para> + text + </para> + </section> + + <section id="sect-kickstart-commands-install"> + <title>install - Configure Installation Method</title> + <para> + text + </para> + </section> + + <section id="sect-kickstart-commands-iscsi"> + <title>iscsi - Configure iSCSI Devices</title> + <para> + text + </para> + </section> + + <section id="sect-kickstart-commands-iscsiname"> + <title>iscsiname - Assign Name to iSCSI Device</title> + <para> + text + </para> + </section> + + <section id="sect-kickstart-commands-keyboard"> + <title>keyboard - Configure Keyboard Layouts</title> + <para> + text + </para> + </section> + + <section id="sect-kickstart-commands-lang"> + <title>lang - Configure Language During Installation</title> + <para> + text + </para> + </section> + + <section id="sect-kickstart-commands-logging"> + <title>logging - Configure Error Logging During Installation</title> + <para> + text + </para> + </section> + + <section id="sect-kickstart-commands-logvol"> + <title>logvol - Create LVM Logical Volume</title> + <para> + text + </para> + </section> + + <section id="sect-kickstart-commands-mediacheck"> + <title>mediacheck - Verify Installation Media Integrity</title> + <para> + text + </para> + </section> + + <section id="sect-kickstart-commands-network"> + <title>network - Configure Network Interfaces</title> + <para> + text + </para> + </section> + + <section id="sect-kickstart-commands-part"> + <title>part - Create Physical Partition</title> + <para> + text + </para> + </section> + + <section id="sect-kickstart-commands-poweroff"> + <title>poweroff - Power Off After Installation</title> + <para> + text + </para> + </section> + + <section id="sect-kickstart-commands-raid"> + <title>raid - Create Software RAID</title> + <para> + text + </para> + </section> + + <section id="sect-kickstart-commands-realm"> + <title>realm - Join AD or IPA Domain</title> + <para> + text + </para> + </section> + + <section id="sect-kickstart-commands-reboot"> + <title>reboot - Reboot After Installation</title> + <para> + text + </para> + </section> + + <section id="sect-kickstart-commands-repo"> + <title>repo - Configure Instalaltion Source</title> + <para> + text + </para> + </section> + + <section id="sect-kickstart-commands-rescue"> + <title>rescue - Rescue Mode</title> + <para> + text + </para> + </section> + + <section id="sect-kickstart-commands-rootpw"> + <title>rootpw - Set Root Password</title> + <para> + text + </para> + </section> + + <section id="sect-kickstart-commands-selinux"> + <title>selinux - Configure SELinux</title> + <para> + text + </para> + </section> + + <section id="sect-kickstart-commands-services"> + <title>services - Configure Services</title> + <para> + text + </para> + </section> + + <section id="sect-kickstart-commands-shutdown"> + <title>shutdown - Shut Down After Installation</title> + <para> + text + </para> + </section> + + <section id="sect-kickstart-commands-skipx"> + <title>skipx - Do Not Configure X Window System</title> + <para> + text + </para> + </section> + + <section id="sect-kickstart-commands-sshpw"> + <title>sshpw - Restrict ssh Access During Installation</title> + <para> + text + </para> + </section> + + <section id="sect-kickstart-commands-text"> + <title>text - Perform Installation in Text Mode</title> + <para> + text + </para> + </section> + + <section id="sect-kickstart-commands-timezone"> + <title>timezone - Configure Time Zone</title> + <para> + text + </para> + </section> + + <section id="sect-kickstart-commands-unsupported_hardware"> + <title>unsupported_hardware - Suppress Unsupported Hardware Alerts</title> + <para> + text + </para> + </section> + + <section id="sect-kickstart-commands-user"> + <title>user - Create User Accound</title> + <para> + text + </para> + </section> + + <section id="sect-kickstart-commands-vnc"> + <title>vnc - Configure VNC Access</title> + <para> + text + </para> + </section> + + <section id="sect-kickstart-commands-volgroup"> + <title>volgroup - Create LVM Volume Group</title> + <para> + text + </para> + </section> + + <section id="sect-kickstart-commands-xconfig"> + <title>xconfig - Configure X Window System</title> + <para> + text + </para> + </section> + + <section id="sect-kickstart-commands-zerombr"> + <title>zerombr - Reinitialize Partition Tables</title> + <para> + text + </para> + </section> + + <section id="sect-kickstart-commands-zfcp"> + <title>zfcp - Configure Fibre Channel Device</title> + <para> + text + </para> + </section> + + <section id="sect-kickstart-commands-include"> + <title>%include - Include Contents of Another File</title> + <para> + text + </para> + </section> + + </section> + + <section id="sect-kickstart-packages"> + <title>Package Selection</title> + <para> + text + </para> + </section> + + <section id="sect-kickstart-preinstall"> + <title>Pre-installation Script</title> + <para> + text + </para> + </section> + + <section id="sect-kickstart-postinstall"> + <title>Post-installation Script</title> + <para> + text + </para> + </section> + + <section id="sect-kickstart-examples"> + <title>Example Kickstart Configurations</title> + + <section id="sect-kickstart-partitioning-example"> + <title>Advanced Partitioning Example</title> + <para> + text + </para> + </section> + + </section> + +</appendix> \ No newline at end of file
docs-commits@lists.fedoraproject.org