speinfo.py中这两段:
######################################################################
# add_deps is used to add the lost dependencies.
# add_deps is a map which key is the package and the value is the list of
# the packages that the package depends.
# For example:
# { 'libacl1-2.2.4-1.i386.rpm' : ['libattr1-2.2.0-1.i386.rpm'] }
#
######################################################################
# remove_deps is used to resolve the loop dependencies.
# remove_deps is a map which key is the package and the value is the list of
# the packages that the package shouldn't remove depends.
# For example:
# { 'pam-0.75-49.i386.rpm' : ['initscripts-7.14-9.i386.rpm'] }
#
#remove_deps = {}
speinfo.py中这两段:
######################################################################
# add_deps is used to add the lost dependencies.
# add_deps is a map which key is the package and the value i ...
我觉得这种调整是在折磨人,而且不管你怎么调整 Script 都不可能正确运行,MGC 系统就根本存在缺陷,很多可能需要的东西或权限就没有得到正确的安装。所以整个 MI 工作过程是错误的,MI 首先要生成的是能让系统正确安装的环境,而现在的 MI 没在让系统生成安装环境就开始安装了。