You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Implement local repo inside the VM instance for additional packages
During cloud-init package installation it is observered if `*.rpm` used
which include required package and all dependencies then installed
dependencies is not going to override and you need to first uninstall
those or remove the that package from *.rpm list which is not ideal.
With current approach it is easy to installed package just using the
required package name since all deps is part of local repo and if
package already installed it can be ignored.
0 commit comments