mirror of
https://github.com/CachyOS/New-Cli-Installer.git
synced 2025-02-02 22:07:13 +08:00
🚧 gucc: fix btrfs subvol mountpoint
This commit is contained in:
parent
7ed150b536
commit
30a810138b
@ -69,7 +69,8 @@ auto btrfs_mount_subvols(const std::vector<BtrfsSubvolume>& subvols, std::string
|
|||||||
mount_option = mount_opts;
|
mount_option = mount_opts;
|
||||||
}
|
}
|
||||||
|
|
||||||
const auto& subvolume_mountpoint = fmt::format(FMT_COMPILE("{}{}"), root_mountpoint, subvol.subvolume);
|
// mount at the actual mountpoint where subvolume is going to be mounted after install
|
||||||
|
const auto& subvolume_mountpoint = fmt::format(FMT_COMPILE("{}{}"), root_mountpoint, subvol.mountpoint);
|
||||||
|
|
||||||
// TODO(vnepogodin): refactor create dir and mount into own function
|
// TODO(vnepogodin): refactor create dir and mount into own function
|
||||||
std::error_code err{};
|
std::error_code err{};
|
||||||
|
Loading…
Reference in New Issue
Block a user