Two more small changes to grub2 password doc

- bootloader does not need to be reinstalled after running mkconfig
- add/clarify encrypted password kickstart options

Signed-off-by: Marta Lewandowska <mlewando@redhat.com>
This commit is contained in:
Marta Lewandowska 2024-03-20 13:55:14 +01:00 committed by pbokoc
parent 87922ef82d
commit 380f776898

View file

@ -720,7 +720,7 @@ password root <password>
EOF
----
. Regenerate the *GRUB2* configuration file and reinstall the bootloader into the MBR, as described in xref:adding-other-operating-systems-grub2[Adding other operating systems to the *GRUB2* menu].
. Regenerate the *GRUB2* configuration file, as described in xref:adding-other-operating-systems-grub2[Adding other operating systems to the *GRUB2* menu].
.More information
@ -737,7 +737,7 @@ More details can be found at https://help.ubuntu.com/community/Grub2/Passwords[U
[NOTE]
====
Starting from Fedora 21, the `--md5pass` kickstart option must be used when using the `grub2-mkpasswd-pbkdf2` command.
Starting from Fedora 15, the `--md5pass` or the `--password=<encrypted_grub_passwd> --iscrypted` kickstart option must be used if setting an encrypted *GRUB2* password in the kickstart.
====