Skip to content

Commit 0028e3e

Browse files
authored
Merge pull request #32 from rkratky/typo
2 parents 4fae408 + 8603794 commit 0028e3e

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

docs/setup/signed/debian.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ Copy the downloaded `sprout.efi` file to `/boot/efi/EFI/sprout/sprout.unsigned.e
6060
## Step 4: Sign Sprout for Secure Boot
6161

6262
```bash
63-
# For x86_64, sign the unsigned Sprout artifact and name it grubaa64.efi which is what the shim will call.
63+
# For x86_64, sign the unsigned Sprout artifact and name it grubx64.efi which is what the shim will call.
6464
$ sbsign \
6565
--key /etc/sprout/secure-boot/mok.key \
6666
--cert /etc/sprout/secure-boot/mok.crt \

docs/setup/signed/fedora.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ Copy the downloaded `sprout.efi` file to `/boot/efi/EFI/sprout/sprout.unsigned.e
6060
## Step 4: Sign Sprout for Secure Boot
6161

6262
```bash
63-
# For x86_64, sign the unsigned Sprout artifact and name it grubaa64.efi which is what the shim will call.
63+
# For x86_64, sign the unsigned Sprout artifact and name it grubx64.efi which is what the shim will call.
6464
$ sbsign \
6565
--key /etc/sprout/secure-boot/mok.key \
6666
--cert /etc/sprout/secure-boot/mok.crt \

docs/setup/signed/ubuntu.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ Copy the downloaded `sprout.efi` file to `/boot/efi/EFI/sprout/sprout.unsigned.e
5959
## Step 4: Sign Sprout for Secure Boot
6060

6161
```bash
62-
# For x86_64, sign the unsigned Sprout artifact and name it grubaa64.efi which is what the shim will call.
62+
# For x86_64, sign the unsigned Sprout artifact and name it grubx64.efi which is what the shim will call.
6363
$ sbsign \
6464
--key /etc/sprout/secure-boot/mok.key \
6565
--cert /etc/sprout/secure-boot/mok.crt \

0 commit comments

Comments
 (0)