mirror of
https://github.com/parchlinux/calamares.git
synced 2025-02-24 10:55:46 -05:00
Merge pull request #1776 from librewish/consolefont
[initcpiocfg] add consolefont to hooks
This commit is contained in:
commit
3592fe06bb
1 changed files with 1 additions and 1 deletions
|
@ -144,7 +144,7 @@ def find_initcpio_features(partitions, root_mount_point):
|
|||
|
||||
:return 3-tuple of lists
|
||||
"""
|
||||
hooks = ["base", "udev", "autodetect", "modconf", "block", "keyboard", "keymap"]
|
||||
hooks = ["base", "udev", "autodetect", "modconf", "block", "keyboard", "keymap", "consolefont"]
|
||||
modules = []
|
||||
files = []
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue