[release-notes] Added a WARNING to the host-only initramfs section

Pete Travis immanetize at fedoraproject.org
Sun May 12 17:49:50 UTC 2013


commit 5816350440bed56046b5f22766027e899bd3f4e0
Author: Pete Travis <immanetize at fedoraproject.org>
Date:   Sun May 12 10:41:39 2013 -0600

    Added a WARNING to the host-only initramfs section

 en-US/Boot.xml |   10 ++++++++--
 1 files changed, 8 insertions(+), 2 deletions(-)
---
diff --git a/en-US/Boot.xml b/en-US/Boot.xml
index 638023b..dce6cba 100644
--- a/en-US/Boot.xml
+++ b/en-US/Boot.xml
@@ -9,8 +9,14 @@
   
 <section>
     <title>Faster Boot with host only initramfs.</title>
-    <para>
-      This Fedora release builds an initramfs tailored especially for your computer hardware, allowing faster boot. If you change your machine or significant hardware, you might have to boot with the <literal>Rescue</literal> boot entry and execute <command>dracut --regenerate-all</command>. If you want your initramfs to be hardware independent, install the <package>dracut-nohostonly</package> rpm package. If you don't want rescue images at all (like in virtual machines), install the <package>dracut-norescue</package> rpm package.
+      <warning>
+        <title>Rescue and Rebuild for major changes</title>
+        <para>
+          Boot speed is improved by removing unused features from the initramfs. If new hardware is added, boot into the rescue initramfs and use the command  <command>dracut --regenerate-all</command> to rebuild.
+        </para>
+      </warning>
+      <para>
+        This Fedora release builds an initramfs tailored especially for your computer hardware, allowing faster boot. If you change your machine or significant hardware, you might have to boot with the <literal>Rescue</literal> boot entry and execute <command>dracut --regenerate-all</command>. If you want your initramfs to be hardware independent, install the <package>dracut-nohostonly</package> rpm package. If you don't want rescue images at all (like in virtual machines), install the <package>dracut-norescue</package> rpm package.
     </para>
 </section>
 


More information about the docs-commits mailing list