mirror of
https://github.com/CachyOS/New-Cli-Installer.git
synced 2025-01-23 14:32:22 +08:00
👷 fix compilation
This commit is contained in:
parent
3b7a03524e
commit
473f02e8e9
@ -234,7 +234,7 @@ void select_filesystem(const std::string_view& file_sys) noexcept {
|
||||
config_data["FILESYSTEM"] = "mkfs.xfs -f";
|
||||
config_data["fs_opts"] = std::vector<std::string>{"discard", "filestreams", "ikeep", "largeio", "noalign", "nobarrier", "norecovery", "noquota", "wsync"};
|
||||
} else if (file_sys != "zfs") {
|
||||
spdlog::error("Invalid filesystem ('{}')!", fs_sys);
|
||||
spdlog::error("Invalid filesystem ('{}')!", file_sys);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user