diff options
Diffstat (limited to 'gnu/bootloader/grub.scm')
| -rw-r--r-- | gnu/bootloader/grub.scm | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gnu/bootloader/grub.scm b/gnu/bootloader/grub.scm index d8e888ff40f..42f71aa4db0 100644 --- a/gnu/bootloader/grub.scm +++ b/gnu/bootloader/grub.scm | |||
| @@ -415,8 +415,7 @@ menuentry ~s { | |||
| 415 | ;; Other type of devices aren't implemented. | 415 | ;; Other type of devices aren't implemented. |
| 416 | #~())) | 416 | #~())) |
| 417 | (let ((devices (map crypto-device->cryptomount store-crypto-devices)) | 417 | (let ((devices (map crypto-device->cryptomount store-crypto-devices)) |
| 418 | ;; XXX: Add luks2 when grub 2.06 is packaged. | 418 | (modules #~(format port "insmod luks~%insmod luks2~%"))) |
| 419 | (modules #~(format port "insmod luks~%"))) | ||
| 420 | (if (null? devices) | 419 | (if (null? devices) |
| 421 | devices | 420 | devices |
| 422 | (cons modules devices)))) | 421 | (cons modules devices)))) |
