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:
parent
42bd850351
commit
07799f47b3
|
@ -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 \
|
||||
|
|
Loading…
Reference in New Issue