mirror of
https://github.com/morgan9e/systemd
synced 2026-04-14 16:37:19 +09:00
Define $KERNEL_INSTALL_UKI_GENERATOR in case one wants it to be different from $KERNEL_INSTALL_INITRD_GENERATOR. This can be useful if one wants to use mkinitcpio / Dracut to generate the initrd, but without creating the UKI so this can be left for e.g. ukify or something else. Right now these initrd generators will read /etc/kernel/install.conf and generate the UKI
13 lines
407 B
Plaintext
13 lines
407 B
Plaintext
# This file is part of systemd.
|
|
#
|
|
# systemd is free software; you can redistribute it and/or modify it under the
|
|
# terms of the GNU Lesser General Public License as published by the Free
|
|
# Software Foundation; either version 2.1 of the License, or (at your option)
|
|
# any later version.
|
|
#
|
|
# See kernel-install(8) for details.
|
|
|
|
#layout=bls|other|...
|
|
#initrd_generator=dracut|...
|
|
#uki_generator=ukify|...
|