cgit v1.2.3'/>
aboutsummaryrefslogtreecommitdiff
path: root/gnu/bootloader
AgeCommit message (Collapse)Author
2022-01-13bootloader: grub: Fix serial mode.Mathieu Othacehe
* gnu/bootloader/grub.scm (grub-setup-io): Fix serial mode display by declaring the serial property before the terminal_input and terminal_output properties.
2021-12-01gnu: system: Add LUKS2 support for the root file system.Josselin Poiret
* gnu/bootloader/grub.scm (grub-configuration-file): Add 'insmod luks2'. * gnu/system/mapped-devices.scm (open-luks-device): Create '/run/cryptsetup/' directory. Signed-off-by: Ludovic Courtès <ludo@gnu.org>