use advanced view by default

This commit is contained in:
Vladislav Nepogodin 2022-08-08 01:11:50 +04:00
parent 1be8a1fd73
commit a46be398a4
No known key found for this signature in database
GPG Key ID: B62C3D10C54D5DA9
2 changed files with 2 additions and 2 deletions

View File

@ -75,4 +75,4 @@ if(NOT ENABLE_DEVENV)
endif()
# Enables tests.
option(COS_INSTALLER_BUILD_TESTS "Enable dev environment" ON)
option(COS_INSTALLER_BUILD_TESTS "Enable dev environment" OFF)

View File

@ -16,7 +16,7 @@ bool Config::initialize() noexcept {
s_config = std::make_unique<Config>();
if (s_config) {
s_config->m_data["hostcache"] = static_cast<std::int32_t>(!fs::exists("/run/miso/bootmnt"));
s_config->m_data["menus"] = -1;
s_config->m_data["menus"] = 2;
s_config->m_data["POST_INSTALL"] = "";
s_config->m_data["H_INIT"] = "openrc";