Skip to content

Commit fb5263b

Browse files
authored
fix: update readme headers so we can deep link setup instructions (#105)
1 parent 3bdf05c commit fb5263b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Note: This project is a work-in-progress. You should at a minimum be familiar wi
2222

2323
## Setup
2424

25-
1. Rebase onto the image
25+
### 1. Rebase onto the image
2626

2727
Any system running `rpm-ostree` should be able to rebase onto one of the images built in this project:
2828

@@ -67,7 +67,7 @@ Note: This project is a work-in-progress. You should at a minimum be familiar wi
6767

6868
And then reboot.
6969

70-
2. Set kargs after rebasing
70+
### 2. Set kargs after rebasing
7171

7272
Setting kargs to disable nouveau and enabling nvidia early at boot is [currently not supported within container builds](https://github.com/coreos/rpm-ostree/issues/3738). They must be set after rebasing:
7373

@@ -79,9 +79,9 @@ rpm-ostree kargs \
7979
```
8080
And then reboot one more time!
8181

82-
3. Enable Secure Boot support
82+
### 3. Enable Secure Boot support
8383

84-
IMPORTANT NOTE: On June 17, 00:00 UTC, we will make a change to the key which is used to sign nvidia kernel modules. The new key is being made available May 17. The new key is `akmods-ublue.der` / `public_key.der.new` in the code blocks below. Until this document is updated to remove the old key, please import BOTH keys! This will ensure your SecureBoot system boots as expected after the cutover on June 17.
84+
**IMPORTANT NOTE:** On June 17, 00:00 UTC, we will make a change to the key which is used to sign nvidia kernel modules. The new key is being made available May 17. The new key is `akmods-ublue.der` / `public_key.der.new` in the code blocks below. Until this document is updated to remove the old key, please import BOTH keys! This will ensure your SecureBoot system boots as expected after the cutover on June 17.
8585

8686
[Secure Boot](https://rpmfusion.org/Howto/Secure%20Boot) support for the nvidia kernel modules can be enabled by enrolling the signing key:
8787

0 commit comments

Comments
 (0)