8 lines
597 B
Bash
Executable File
8 lines
597 B
Bash
Executable File
#!/bin/bash
|
|
|
|
sbsign --key custom_config/db.key --cert custom_config/db.crt --output /boot/EFI/gentoo/grubx64.efi.signed /boot/EFI/gentoo/grubx64.efi
|
|
|
|
sbsign --key custom_config/db.key --cert custom_config/db.crt --output /boot/EFI/Linux/e2bd8b12bdf64fd8884669f70ec1c6aa-6.6.67-gentoo-dist.efi.signed /boot/EFI/Linux/e2bd8b12bdf64fd8884669f70ec1c6aa-6.6.67-gentoo-dist.efi
|
|
|
|
sbsign --key custom_config/db.key --cert custom_config/db.crt --output /boot/EFI/Linux/e2bd8b12bdf64fd8884669f70ec1c6aa-6.12.8-Ganome-v1.02.efi.signed /boot/EFI/Linux/e2bd8b12bdf64fd8884669f70ec1c6aa-6.12.8-Ganome-v1.02.efi
|