]> git.ipfire.org Git - thirdparty/dracut.git/commit
dracut.install: call dracut with --force
authorLukas Nykryn <lnykryn@redhat.com>
Thu, 25 Oct 2018 13:30:36 +0000 (15:30 +0200)
committerHarald Hoyer <harald@hoyer.xyz>
Thu, 25 Oct 2018 14:14:05 +0000 (16:14 +0200)
commit48c283a29638e2c1e24cf282e673ddf8525b4199
treed09afb3a52cd824f60f11dba97e0903d0b79cc59
parent0eef73ea43427cdb82fa031e09978d3cea6e188a
dracut.install: call dracut with --force

The kernel-install is called even if you run make install.
Since we don't call dracut with -f a second make install will fail
because initrd with same version is already there.
This makes kernel developers feel miserable.

https://bugzilla.redhat.com/show_bug.cgi?id=1642402
50-dracut.install
51-dracut-rescue.install