Commit graph

1 commit

Author SHA1 Message Date
Evgenii Shatokhin
b7c8c0e6d4 Do not override the default set of drivers in the dracut configuration
Before this commit, livecd-tools used "drivers+=" in the dracut
configuration file which can be used when creating the initrd for the
Live images. As a result, the default set of drivers dracut knows about
was not included into the initrd, only the specified ones were.

Broken ISO images are a likely result of that.

livecd-tools was patched to use "add_drivers+=" instead.

Note that not all (if any) build scripts for the rosa2016.1 ISOs use the
dracut config generated by livecd-tools, so this fix is not that
important. Still, worth applying to simplify future maintenance.
2016-12-05 13:02:22 +03:00