我正在尝试使用启动脚本来用GUI和开发人员环境自动化RHEL的安装,但是anaconda会抱怨组包“图形-服务器-环境”丢失,安装会失败。
%packages \
@^graphical-server-environment \
@base \
@core \
@desktop-debugging \
@development-and-creative-workstation \
@dial-up \
@fonts \
@gnome-desktop \
@graphical-administration-tools \
@guest-agents \
@guest-desktop-agents \
@input-methods \
@internet-browser \
@multimedia \
@print-client \
@server-with-gui \
@x-window-system \
@x11会很感激你的帮助。提前感谢!
发布于 2020-11-16 13:21:56
试着使用上面的方法:
@^Server with GUIhttps://unix.stackexchange.com/questions/619871
复制相似问题