mirror of
https://github.com/CachyOS/New-Cli-Installer.git
synced 2025-01-23 14:32:22 +08:00
⚡ use advanced view by default
This commit is contained in:
parent
1be8a1fd73
commit
a46be398a4
@ -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)
|
||||
|
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user