mirror of
https://github.com/edera-dev/sprout.git
synced 2025-12-19 13:50:16 +00:00
Merge pull request #32 from rkratky/typo
This commit is contained in:
@@ -60,7 +60,7 @@ Copy the downloaded `sprout.efi` file to `/boot/efi/EFI/sprout/sprout.unsigned.e
|
|||||||
## Step 4: Sign Sprout for Secure Boot
|
## Step 4: Sign Sprout for Secure Boot
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
# For x86_64, sign the unsigned Sprout artifact and name it grubaa64.efi which is what the shim will call.
|
# For x86_64, sign the unsigned Sprout artifact and name it grubx64.efi which is what the shim will call.
|
||||||
$ sbsign \
|
$ sbsign \
|
||||||
--key /etc/sprout/secure-boot/mok.key \
|
--key /etc/sprout/secure-boot/mok.key \
|
||||||
--cert /etc/sprout/secure-boot/mok.crt \
|
--cert /etc/sprout/secure-boot/mok.crt \
|
||||||
|
|||||||
@@ -60,7 +60,7 @@ Copy the downloaded `sprout.efi` file to `/boot/efi/EFI/sprout/sprout.unsigned.e
|
|||||||
## Step 4: Sign Sprout for Secure Boot
|
## Step 4: Sign Sprout for Secure Boot
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
# For x86_64, sign the unsigned Sprout artifact and name it grubaa64.efi which is what the shim will call.
|
# For x86_64, sign the unsigned Sprout artifact and name it grubx64.efi which is what the shim will call.
|
||||||
$ sbsign \
|
$ sbsign \
|
||||||
--key /etc/sprout/secure-boot/mok.key \
|
--key /etc/sprout/secure-boot/mok.key \
|
||||||
--cert /etc/sprout/secure-boot/mok.crt \
|
--cert /etc/sprout/secure-boot/mok.crt \
|
||||||
|
|||||||
@@ -59,7 +59,7 @@ Copy the downloaded `sprout.efi` file to `/boot/efi/EFI/sprout/sprout.unsigned.e
|
|||||||
## Step 4: Sign Sprout for Secure Boot
|
## Step 4: Sign Sprout for Secure Boot
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
# For x86_64, sign the unsigned Sprout artifact and name it grubaa64.efi which is what the shim will call.
|
# For x86_64, sign the unsigned Sprout artifact and name it grubx64.efi which is what the shim will call.
|
||||||
$ sbsign \
|
$ sbsign \
|
||||||
--key /etc/sprout/secure-boot/mok.key \
|
--key /etc/sprout/secure-boot/mok.key \
|
||||||
--cert /etc/sprout/secure-boot/mok.crt \
|
--cert /etc/sprout/secure-boot/mok.crt \
|
||||||
|
|||||||
Reference in New Issue
Block a user