[sys-kernel/dracut] sync

This commit is contained in:
Robert Förster 2024-02-03 04:56:27 +01:00
parent 5e13366582
commit d823c2e168
2 changed files with 5 additions and 1 deletions

View File

@ -157,4 +157,6 @@ pkg_postinst() {
optfeature \
"Enable rngd service to help generating entropy early during boot" \
sys-apps/rng-tools
optfeature "automatically generating an initramfs on each kernel installation" \
"sys-kernel/installkernel[dracut]"
}

View File

@ -1,4 +1,4 @@
# Copyright 1999-2023 Gentoo Authors
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@ -153,4 +153,6 @@ pkg_postinst() {
optfeature \
"Enable rngd service to help generating entropy early during boot" \
sys-apps/rng-tools
optfeature "automatically generating an initramfs on each kernel installation" \
"sys-kernel/installkernel[dracut]"
}