logo

live-bootstrap

Mirror of <https://github.com/fosslinux/live-bootstrap>

regen.patch (646B)


  1. SPDX-FileCopyrightText: 2021 fosslinux <fosslinux@aussies.space>
  2. SPDX-License-Identifier: GPL-2.0-only
  3. We do not use the _shipped version of the keymap generated using loadkeys.
  4. For some reason the makefile needs to be patched for this to work...
  5. --- linux-4.14.336/drivers/tty/vt/Makefile 2021-07-27 21:11:24.743104498 +1000
  6. +++ linux-4.14.336/drivers/tty/vt/Makefile 2021-07-27 21:11:34.261186200 +1000
  7. @@ -22,7 +22,7 @@
  8. # Uncomment if you're changing the keymap and have an appropriate
  9. # loadkeys version for the map. By default, we'll use the shipped
  10. # versions.
  11. -# GENERATE_KEYMAP := 1
  12. +GENERATE_KEYMAP := 1
  13. ifdef GENERATE_KEYMAP