fix: temporary workaround for dracut issue:

Dracut changed parameter interpretation in a new version,
causing this script to error out. To properly fix this,
we require a resolution of dracutdevs/dracut#1835.
Meanwhile, this is tracked internally by #41.
This commit is contained in:
oddlama 2022-06-05 13:20:14 +02:00
parent 42bd850351
commit 07799f47b3
No known key found for this signature in database
GPG Key ID: 14EFE510775FE39A
1 changed files with 2 additions and 2 deletions

View File

@ -135,9 +135,9 @@ function generate_initramfs() {
kver="${kver#linux-}"
# Generate initramfs
#--conf "/dev/null" \
#--confdir "/dev/null" \
try dracut \
--conf "/dev/null" \
--confdir "/dev/null" \
--kver "$kver" \
--no-compress \
--no-hostonly \