mirror of
https://github.com/linuxboot/heads.git
synced 2025-01-27 14:49:20 +00:00
55155f6558
Add Librem 11 board. Librem 11 uses coreboot graphics init, which is done with FSP GOP. Set a custom keymap for the volume/power keys. Configure the volume keys as up/down arrows (for navigation in fbwhiptail, and for shell history in the Linux console). Configure the power key as Enter. Signed-off-by: Jonathon Hall <jonathon.hall@puri.sm>
4 lines
60 B
Bash
Executable File
4 lines
60 B
Bash
Executable File
#! /bin/bash
|
|
set -e -o pipefail
|
|
loadkeys /etc/librem_11.map
|