summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Fore <csfore@posteo.net>2024-04-11 11:22:34 -0400
committerBen Kohler <bkohler@gentoo.org>2024-05-14 09:07:49 -0500
commit049026977a24a9400ee416996e78496f6c79f0b3 (patch)
treec66fba5905c6c28a0db18d42eb71120bf91a76ca /lib/keymaps/la.map
parentinit.d/autoconfig: allow nogui in addition to nox (diff)
downloadlivecd-tools-049026977a24a9400ee416996e78496f6c79f0b3.tar.gz
livecd-tools-049026977a24a9400ee416996e78496f6c79f0b3.tar.bz2
livecd-tools-049026977a24a9400ee416996e78496f6c79f0b3.zip
Add keymaps and Dracut module2.11
This will individually package the keymaps folder found in genkernel to allow for easier conversion to using the Distribution Kernel in the official live media. Also due to recent events with regards to Xz and potential concerns about adding binary files, the following command will verify the checksums of the keymaps to the ones found in genkernel: diff <(sha256sum lib/keymaps/* | awk '{print $1}') \ <(sha256sum path/to/genkernel/defaults/keymaps/* | awk '{print $1}') There should be no output and an exit code of 0. Genkernel commit tested on: 361810b23acd9452218368acecc7cc5262f00c74 Signed-off-by: Christopher Fore <csfore@posteo.net> Closes: https://github.com/gentoo/livecd-tools/pull/1 Signed-off-by: Ben Kohler <bkohler@gentoo.org>
Diffstat (limited to 'lib/keymaps/la.map')
-rw-r--r--lib/keymaps/la.mapbin0 -> 2823 bytes
1 files changed, 0 insertions, 0 deletions
diff --git a/lib/keymaps/la.map b/lib/keymaps/la.map
new file mode 100644
index 0000000..bad2de2
--- /dev/null
+++ b/lib/keymaps/la.map
Binary files differ