runtime: install dracut-{nohostonly,norescue}

dracut tries to build hostonly initrd by default without the nohostonly
package/config; this results in a bunch of error messages about missing
files in proc and sys, and then the resulting initrd doesn't work 'cuz
it doesn't have any drivers for anything.
This commit is contained in:
Will Woods 2013-03-18 10:37:44 -04:00
parent 7274f6095a
commit e7a75d281f
1 changed files with 5 additions and 2 deletions

View File

@ -43,10 +43,13 @@ installpkg kernel
installpkg plymouth
## extra dracut modules
installpkg dracut-network anaconda-dracut
installpkg anaconda-dracut dracut-network dracut-nohostonly dracut-norescue
## fedup-dracut handles upgrades
installpkg fedup-dracut fedup-dracut-plymouth *-fedup-dracut
installpkg fedup-dracut fedup-dracut-plymouth
## install other fedup scripts, if there are any. It's OK if there aren't.
log "Looking for extra fedup-dracut packages..."
-installpkg *-fedup-dracut
## rpcbind or portmap needed by dracut nfs module
installpkg rpcbind