[release-notes] markup and additions for systemd/boot beat

Pete Travis immanetize at fedoraproject.org
Sun Oct 28 20:39:10 UTC 2012


commit 1d58107d11b00d9feca651548ea1339112bd7306
Author: Pete Travis <immanetize at fedoraproject.org>
Date:   Sun Oct 28 14:38:45 2012 -0600

    markup and additions for systemd/boot beat

 en-US/Boot.xml |   87 ++++++++++++++++++++++++++++++++++++++++++++++++++++++--
 1 files changed, 84 insertions(+), 3 deletions(-)
---
diff --git a/en-US/Boot.xml b/en-US/Boot.xml
index e010a16..f5031e6 100644
--- a/en-US/Boot.xml
+++ b/en-US/Boot.xml
@@ -7,8 +7,89 @@
   
   <title>Boot</title>
   <section>
-	 <title>Offline System Updates </title>
-        	<package>PackageKit</package> and <package>systemd</package> join forces to provide a stable offline environment for applying critical system updates. By booting into a special target, these updates can be applied without causing conflicts in a running system.
-	</section>
+    <title>Offline System Updates </title>
+    <para>
+      <package>PackageKit</package> and <package>systemd</package> join forces to provide a stable offline environment for applying critical system updates. By booting into a special target, these updates can be applied without causing conflicts in a running system.
+         </para>
+  </section>
+  
+  <section>
+    <title>Some <filename>/etc/sysconfig</filename> files have been depricated</title>
+    <!-- Thanks to Jóhann B. Guðmundsson for this info! -->
+    <para>
+      A number of files in <filename>/etc/sysconfig</filename> have been depricated. These changes should be transparent to most applications.
+    </para>
+    <section>
+      <title><filename>/etc/sysconfig/clock</filename> replaced by <filename>/etc/localtime</filename></title>
+      <para>
+        The time zone is now configured by creating an appropriate <filename>/etc/localtime</filename> symlink to the relevant timezone.
+      </para>
+      <para>
+        To list available timezone run the following command:
+        <screen><command>timedatectl list-timezone</command></screen>
+      </para>
+      <para>
+        To set timezone run the following command:
+        <screen><command>timedatectl set-timezone <replaceable>Atlantic/Reykjavik</replaceable></command></screen>
+      </para>
+      <para>
+        Systemd uses UTC for the hardware clock by default, but some systems are configured for local time. Users can verify that setting in their <application>BIOS</application>. To set the system clock directly run this command, using the current time and date:
+        <screen><command>set-time <replaceable>"2012-10-27 01:02:03"</replaceable></command></screen>
+        To set the clock to use local time instead of UTC, use the command
+        <screen><command>timedatectl set-local-rtc 1</command></screen>
+      </para>
+      <para>
+        For more informatino on how <application>systemd</application> deals with time, see <command>man timedatectl</command> and <command>man localtime</command>.
+      </para>
+    </section>
+    <section>
+      <title><filename>/etc/sysconfig/i18n</filename> has been replaced by <filename>/etc/locale.conf</filename></title>
+      <para>
+        Environment variables and configuration directives now belong in <filename>/etc/locale.conf</filename>. The locale settings configured here are system wide and inherited by every service or user, unless overridden or unset by individual programs or users. For more information, see <command>man locale.conf</command>
+      </para>
+    </section>
+ 
+   <section>
+     <title><filename>/etc/sysconfig/keyboard</filename> has been change to <filename>/etc/vconsole.conf</filename></title>
+     <para>
+       The virtual console configuration is now in <filename>/etc/vconsole.conf</filename>
+     </para>
+   </section>
+   <section>
+     <title>Hostname configuration moved from <filename>/etc/sysconfig/network</filename> to <filename>/etc/hostname</filename></title>
+     <para>
+       There are now three seperate classes of hostnames in use on a given system. The <emphasis>pretty</emphasis> hostname is the high level hostname often presented to users by their desktop environment or shell. The <emphasis>static</emphasis> hostname is used by the kernel at boot, and is usually the system's <literal>fully qualified domain name</literal>. A system may also have a <emphasis>transient</emphasis> hostname assigned by a dhcp server. <application>hostnamectl</application> is provided for administering these hostnames:
+     </para>
+     <segmentedlist>
+       <segtitle>Command</segtitle>
+       <segtitle>Function</segtitle>
+       <seglistitem>
+         <seg><command>hostnamectl set-hostname <replaceable>fedorasystem</replaceable> --pretty</command></seg>
+         <seg>Set <emphasis>pretty</emphasis> hostname.</seg>
+       </seglistitem>
+       <seglistitem>
+         <seg><command>hostnamectl set-hostname <replaceable>fedorasystem.example.org</replaceable> --static</command></seg>
+      <seg>Set <emphasis>static</emphasis> hostname.</seg>
+       </seglistitem>
+       <seglistitem>
+         <seg><command>hostnamectl set-hostname <replaceable>fedora-dhcp-client.example.org</replaceable> --transient</command></seg>
+         <seg> Set <emphasis>transient</emphasis> hostname.</seg>
+       </seglistitem>
+       <seglistitem>
+         <seg><command>hostnamectl set-hostname <replaceable>fedorasystem.example.org</replaceable></command></seg>
+         <seg>Without arguments, <application>hostnamectl</application> will apply to all hostname types.</seg>
+       </seglistitem>
+       <seglistitem>
+         <seg><command>hostnamectl status</command></seg>
+         <seg>Show current hostname settings</seg>
+       </seglistitem>
+     </segmentedlist>
+     <para>
+       For more information on hostnames, see <command>man hostname</command> and <command>man hostnamectl</command>
+     </para>
+   </section>
+
+
+</section>
 </section>
 


More information about the docs-commits mailing list