en-US/adminoptions.xml en-US/Important-Kickstart_and_Firstboot.xml en-US/Kickstart2.xml

Rüdiger Landmann rlandmann at fedoraproject.org
Tue Dec 15 02:34:44 UTC 2009


 en-US/Important-Kickstart_and_Firstboot.xml |   10 ++++++++++
 en-US/Kickstart2.xml                        |    1 +
 en-US/adminoptions.xml                      |    1 +
 3 files changed, 12 insertions(+)

New commits:
commit e06f881007a765e8a985e3babba2fdabee740342
Author: Ruediger Landmann <r.landmann at redhat.com>
Date:   Tue Dec 15 12:27:31 2009 +1000

    Add admonition about Kickstart and Firstboot -- BZ#545792

diff --git a/en-US/Important-Kickstart_and_Firstboot.xml b/en-US/Important-Kickstart_and_Firstboot.xml
new file mode 100644
index 0000000..c50a119
--- /dev/null
+++ b/en-US/Important-Kickstart_and_Firstboot.xml
@@ -0,0 +1,10 @@
+<?xml version="1.0"?>
+<!DOCTYPE important PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN" "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd" [
+]>
+
+<important>
+	<title>Important — Kickstart installations and Firstboot</title>
+	<para>
+		<application>Firstboot</application> does not run after a system is installed from this Kickstart file. Either specify a user with the <option>user</option> option in the Kickstart file before installing additional systems from it (refer to <xref linkend="s1-kickstart2-options"/> for details) or log into the installed system with a virtual console as root and add users with the <command>adduser</command> command. 
+	</para>
+</important>
diff --git a/en-US/Kickstart2.xml b/en-US/Kickstart2.xml
index 6198927..ff99a24 100644
--- a/en-US/Kickstart2.xml
+++ b/en-US/Kickstart2.xml
@@ -2930,6 +2930,7 @@ umount /mnt/temp
 			<primary>kickstart</primary>
 			<secondary>how the file is found</secondary>
 		</indexterm>
+		<xi:include href="Important-Kickstart_and_Firstboot.xml" xmlns:xi="http://www.w3.org/2001/XInclude" /> 
 		<para>
 			To begin a kickstart installation, you must boot the system from boot media you have made or the Fedora CD-ROM #1, and enter a special boot command at the boot prompt. The installation program looks for a kickstart file if the <command>ks</command> command line argument is passed to the kernel.
 		</para>
diff --git a/en-US/adminoptions.xml b/en-US/adminoptions.xml
index 3f3a289..4c5e4ce 100644
--- a/en-US/adminoptions.xml
+++ b/en-US/adminoptions.xml
@@ -575,6 +575,7 @@ Press <enter> for a shell</screen>
         modify copies to specify settings for other systems.
       </para>
     </note>
+	    <xi:include href="Important-Kickstart_and_Firstboot.xml" xmlns:xi="http://www.w3.org/2001/XInclude" /> 
     <para>
       Fedora includes a graphical application to create and modify
       Kickstart files by selecting the options that you require. Use the





More information about the Fedora-docs-commits mailing list