Include cryptsetup in the image (#1208214)
blivet dropped its requirement on cryptsetup, but fedup needs it in the upgrade.img and it is useful for rescue mode so add it back.
This commit is contained in:
parent
42e75efe9f
commit
a810cad542
@ -56,6 +56,8 @@ installpkg fedup-dracut fedup-dracut-plymouth
|
|||||||
## install other fedup scripts, if there are any. It's OK if there aren't.
|
## install other fedup scripts, if there are any. It's OK if there aren't.
|
||||||
log "Looking for extra fedup-dracut packages..."
|
log "Looking for extra fedup-dracut packages..."
|
||||||
-installpkg *-fedup-dracut
|
-installpkg *-fedup-dracut
|
||||||
|
## fedup and rescue need this
|
||||||
|
installpkg cryptsetup
|
||||||
|
|
||||||
## rpcbind or portmap needed by dracut nfs module
|
## rpcbind or portmap needed by dracut nfs module
|
||||||
installpkg rpcbind
|
installpkg rpcbind
|
||||||
|
Loading…
Reference in New Issue
Block a user