FEATURE: Add DNF_CONTENTDIR override support #119

Merged
tcooper merged 14 commits from issue_118 into 9.0_release_fixes 2022-07-10 21:05:04 +00:00
Showing only changes of commit e8945e0305 - Show all commits

View File

@ -249,7 +249,8 @@ sub _load_early_postinstall_tests {
# For now, there's no possibility to get a graphical desktop on
# Modular composes, so short-circuit here for those
if (get_var("MODULAR")) {
# Rocky has no such thing as MODULAR composes.
if (!get_var("DESKTOP") || get_var("DESKTOP") eq "false") {
_load_instance("tests/_console_wait_login", $instance);
return;
}