7 lines
279 B
Text
7 lines
279 B
Text
# Typically we want want a generic image and
|
|
# hostonly makes no sense as part of a server side build.
|
|
# (really hostonly=no should be the default if dracut detects that
|
|
# it's in a container or so)
|
|
hostonly=no
|
|
# We require ostree in the initramfs
|
|
add_dracutmodules+=" ostree "
|