]> git.ipfire.org Git - thirdparty/dracut.git/commit
dracut-functions: fixed instmods() return value
authorHarald Hoyer <harald@redhat.com>
Mon, 7 Mar 2011 12:09:25 +0000 (13:09 +0100)
committerHarald Hoyer <harald@redhat.com>
Mon, 7 Mar 2011 12:37:18 +0000 (13:37 +0100)
commit0b440844bdaa8ca85fc6bc2bc9aab38b0aa7ebe9
treefeb47132777d2f7d952495d0d8dbc85b076ddc7a
parent724b87a6f86ec6204f5f1c4a1771974f68d18128
dracut-functions: fixed instmods() return value

The FIPS installkernel() relies on the instmods() return value. So only
return 0, if the module and its dependencies were actually installed
correctly.
dracut-functions