Skip to content

Commit b722e1d

Browse files
Add sle16 platform support in grub2_uefi_password definition
1 parent ba8f301 commit b722e1d

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

  • linux_os/guide/system/bootloader-grub2/uefi/grub2_uefi_password

linux_os/guide/system/bootloader-grub2/uefi/grub2_uefi_password/rule.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,14 @@ description: |-
99
<br /><br />
1010
Since plaintext passwords are a security risk, generate a hash for the password
1111
by running the following command:
12-
{{% if product in ["sle12", "sle15", "slmicro5", "slmicro6", "ubuntu2204", "ubuntu2404"] %}}
12+
{{% if product in ["sle12", "sle15", "sle16", "slmicro5", "slmicro6", "ubuntu2204", "ubuntu2404"] %}}
1313
<pre># grub2-mkpasswd-pbkdf2</pre>
1414
{{% else %}}
1515
<pre># grub2-setpassword</pre>
1616
{{% endif %}}
1717
When prompted, enter the password that was selected.
1818
<br /><br />
19-
{{% if product in ["sle12", "sle15", "slmicro5", "slmicro6", "ubuntu2204", "ubuntu2404"] %}}
19+
{{% if product in ["sle12", "sle15", "sle16", "slmicro5", "slmicro6", "ubuntu2204", "ubuntu2404"] %}}
2020
Using the hash from the output, modify the <tt>/etc/grub.d/40_custom</tt>
2121
file with the following content:
2222
<pre>set superusers="boot"
@@ -27,7 +27,7 @@ description: |-
2727
Once the superuser password has been added,
2828
update the
2929
<tt>grub.cfg</tt> file by running:
30-
{{%- if "rhel" in product %}}
30+
{{%- if "rhel" in product or product in ["sle12", "sle15", "sle16", "slmicro5", "slmicro6"] %}}
3131
<pre>grub2-mkconfig -o /boot/grub2/grub.cfg</pre>
3232
{{%- else %}}
3333
<pre>{{{ grub_command("update") }}}</pre>
@@ -108,7 +108,7 @@ fixtext: |-
108108
109109
Then, update the grub.cfg file by running:
110110
111-
{{%- if "rhel" in product %}}
111+
{{%- if "rhel" in product or product in ["sle12", "sle15", "sle16", "slmicro5", "slmicro6"] %}}
112112
<pre>grub2-mkconfig -o /boot/grub2/grub.cfg</pre>
113113
{{%- else %}}
114114
<pre>{{{ grub_command("update") }}}</pre>

0 commit comments

Comments
 (0)