char-escaping added
This commit is contained in:
parent
d30f41234e
commit
bdc05d0651
1 changed files with 4 additions and 2 deletions
|
@ -6,14 +6,16 @@
|
|||
|
||||
* Sign your proprietary modules
|
||||
|
||||
create_module_key.sh -s <modulename>[ <modulename>][ <modulename>]...
|
||||
create_module_key.sh -s \<modulename\>[ \<modulename\>][ \<modulename\>]...
|
||||
* Reboot
|
||||
|
||||
If you have a Dualboot with Windows and Bitlocker, you have to type in you Recreation-Key for Bitlocker on first boot in Windows, because you added a key to UEFI
|
||||
|
||||
Every time you install a new kernel, you have to boot to the new kernel and run
|
||||
|
||||
create_module_key.sh -s <modulename>[ <modulename>][ <modulename>]...
|
||||
create_module_key.sh -s \<modulename\>[ \<modulename\>][ \<modulename\>]...
|
||||
|
||||
* Reboot
|
||||
|
||||
again.
|
||||
|
||||
|
|
Loading…
Reference in a new issue