commit e336f84e67911a8485d537f5b059fdb5cbd90c5e
Author: Jack Reed <jreed(a)redhat.com>
Date: Mon Feb 27 11:47:20 2012 +1000
added grub username editing info
en-US/Graphical_Installation-x86.xml | 10 +++++-----
en-US/X86_Bootloader.xml | 3 +++
2 files changed, 8 insertions(+), 5 deletions(-)
---
diff --git a/en-US/Graphical_Installation-x86.xml b/en-US/Graphical_Installation-x86.xml
index 435064a..beed359 100644
--- a/en-US/Graphical_Installation-x86.xml
+++ b/en-US/Graphical_Installation-x86.xml
@@ -76,7 +76,7 @@
1
</entry>
<entry>
- <keycombo><keycap>ctrl</keycap><keycap>alt</keycap><keycap>f1</keycap> </keycombo>
+ <keycombo><keycap>alt</keycap><keycap>f1</keycap> </keycombo>
</entry>
<entry>
graphical display
@@ -88,7 +88,7 @@
2
</entry>
<entry>
- <keycombo><keycap>ctrl</keycap><keycap>alt</keycap><keycap>f2</keycap> </keycombo>
+ <keycombo><keycap>alt</keycap><keycap>f2</keycap> </keycombo>
</entry>
<entry>
shell prompt
@@ -100,7 +100,7 @@
3
</entry>
<entry>
- <keycombo><keycap>ctrl</keycap><keycap>alt</keycap><keycap>f3</keycap> </keycombo>
+ <keycombo><keycap>alt</keycap><keycap>f3</keycap> </keycombo>
</entry>
<entry>
install log (messages from installation program)
@@ -112,7 +112,7 @@
4
</entry>
<entry>
- <keycombo><keycap>ctrl</keycap><keycap>alt</keycap><keycap>f4</keycap> </keycombo>
+ <keycombo><keycap>alt</keycap><keycap>f4</keycap> </keycombo>
</entry>
<entry>
system-related messages
@@ -124,7 +124,7 @@
5
</entry>
<entry>
- <keycombo><keycap>ctrl</keycap><keycap>alt</keycap><keycap>f5</keycap> </keycombo>
+ <keycombo><keycap>alt</keycap><keycap>f5</keycap> </keycombo>
</entry>
<entry>
other messages
diff --git a/en-US/X86_Bootloader.xml b/en-US/X86_Bootloader.xml
index abb675c..362aaa2 100644
--- a/en-US/X86_Bootloader.xml
+++ b/en-US/X86_Bootloader.xml
@@ -203,6 +203,9 @@
<para>
<application>GRUB</application> stores the password in encrypted form, so it <emphasis>cannot</emphasis> be read or recovered. If you forget the boot password, boot the system normally and then change the password entry in the <filename>/etc/grub.d/00_header</filename> file. Then, run <command>grub2-mkconfig</command> with root privileges to update the <filename>grub.cfg</filename> file with your updated password. If you cannot boot, you may be able to use the <systemitem>rescue mode</systemitem> on the Fedora installation DVD to reset the GRUB password.
</para>
+ <para>
+ You can later change the username in the <filename>/etc/grub.d/01_users</filename> file.
+ </para>
<!-- <para>
If you do need to change the <application>GRUB</application> password, use the <command>grub-md5-crypt</command> utility. For information on using this utility, use the command <command>man grub-md5-crypt</command> in a terminal window to read the manual pages.