🚧 trying to fix

This commit is contained in:
Vladislav Nepogodin 2022-01-13 03:46:35 +04:00
parent ef321b6cc0
commit 7ea943506b
No known key found for this signature in database
GPG Key ID: B62C3D10C54D5DA9

View File

@ -157,7 +157,7 @@ void generate_fstab() noexcept {
#ifdef NDEVENV
const auto& src = menu_entries[static_cast<std::size_t>(selected)];
utils::exec(fmt::format("{0} {1} > {1}/etc/fstab", src, mountpoint));
splog::info("Created fstab file:\n");
spdlog::info("Created fstab file:\n");
utils::exec(fmt::format("cat {1}/etc/fstab >> /tmp/cachyos-install.log", src, mountpoint));
#endif
const auto& swap_file = fmt::format("{}/swapfile", mountpoint);