Fix: add missing shell script interpreter
Signed-off-by: Maurice Zhou <jasper@apvc.uk>
This commit is contained in:
committed by
George Melikov
parent
8a396f32f7
commit
1fa945ccc3
@@ -197,6 +197,7 @@ root pool will be replaced by keyfile, embedded in initrd.
|
|||||||
#. Let GRUB decrypt all LUKS containers on boot::
|
#. Let GRUB decrypt all LUKS containers on boot::
|
||||||
|
|
||||||
tee -a /etc/grub.d/09_bpool_luks2-decryption <<FOE
|
tee -a /etc/grub.d/09_bpool_luks2-decryption <<FOE
|
||||||
|
#!/bin/sh
|
||||||
cat <<EOF
|
cat <<EOF
|
||||||
insmod luks2
|
insmod luks2
|
||||||
insmod pbkdf2
|
insmod pbkdf2
|
||||||
|
|||||||
Reference in New Issue
Block a user