diff options
| author | Steve Langasek <vorlon@debian.org> | 2017-04-14 21:44:06 +0000 |
|---|---|---|
| committer | Steve McIntyre <steve@einval.com> | 2019-03-06 21:15:15 +0000 |
| commit | bf3018eb1399f512672127987fbc134e898d3102 (patch) | |
| tree | 7d6f95ae8a61bb363e67e3001b7f8bfec86dfa60 /debian/templates | |
| download | shim-signed-debian/1.28.tar.gz shim-signed-debian/1.28.zip | |
Import Debian version 1.28debian/1.28
shim-signed (1.28) unstable; urgency=medium
* Initial Debian upload, based on Ubuntu package.
Diffstat (limited to 'debian/templates')
| -rw-r--r-- | debian/templates | 56 |
1 files changed, 56 insertions, 0 deletions
diff --git a/debian/templates b/debian/templates new file mode 100644 index 0000000..604cda1 --- /dev/null +++ b/debian/templates @@ -0,0 +1,56 @@ +Template: shim/title/secureboot +Type: text +_Description: Configuring Secure Boot + +Template: shim/error/bad_secureboot_key +Type: error +_Description: Invalid password + The Secure Boot key you've entered is not valid. The password used must be + between 8 and 16 characters. + +Template: shim/disable_secureboot +Type: boolean +Default: true +_Description: Disable UEFI Secure Boot? + If Secure Boot remains enabled on your system, your system may still boot but + any hardware that requires third-party drivers to work correctly may not be + usable. + +Template: shim/enable_secureboot +Type: boolean +Default: false +_Description: Enable UEFI Secure Boot? + If Secure Boot is enabled on your system, your system may still boot but + any hardware that requires third-party drivers to work correctly may not be + usable. + +Template: shim/secureboot_explanation +Type: note +_Description: Your system has UEFI Secure Boot enabled. + UEFI Secure Boot is not compatible with the use of third-party drivers. + . + The system will assist you in toggling UEFI Secure Boot. To ensure that this + change is being made by you as an authorized user, and not by an attacker, + you must choose a password now and then use the same password after reboot + to confirm the change. + . + If you choose to proceed but do not confirm the password upon reboot, Ubuntu + will still be able to boot on your system but the Secure Boot state will not + be changed. + . + If Secure Boot remains enabled on your system, your system may still boot but + any hardware that requires third-party drivers to work correctly may not be + usable. + +Template: shim/secureboot_key +Type: string +_Description: Enter a password for Secure Boot. It will be asked again after a reboot. + +Template: shim/secureboot_key_again +Type: string +_Description: Enter the same password again to verify you have typed it correctly. + +Template: shim/error/secureboot_key_mismatch +Type: error +_Description: Password input error + The two passwords you entered were not the same. Please try again. |
