mirror of
https://github.com/CachyOS/New-Cli-Installer.git
synced 2025-01-23 05:52:23 +08:00
🧹 fix typos
This commit is contained in:
parent
8f6e12b3e7
commit
f66420565e
@ -1070,7 +1070,7 @@ void install_refind() noexcept {
|
||||
"linux-cachyos", "linux", "linux-cachyos-cfs", "linux-cachyos-bore",
|
||||
"linux-cachyos-tt", "linux-cachyos-bmq", "linux-cachyos-pds", "linux-cachyos-lts"};
|
||||
|
||||
// TODO(vnepogodin): detection MUST not be done here, and installed must be carried from upper functions
|
||||
// TODO(vnepogodin): detection MUST NOT be done here, and instead MUST be carried from upper functions
|
||||
// ---- start ---
|
||||
|
||||
// Check if the volume is removable. If so, install all drivers
|
||||
@ -1131,7 +1131,7 @@ void install_refind() noexcept {
|
||||
return;
|
||||
}
|
||||
|
||||
// start systemd-boot install & configuration
|
||||
// start refind install & configuration
|
||||
const gucc::bootloader::RefindInstallConfig refind_install_config{
|
||||
.is_removable = is_removable,
|
||||
.root_mountpoint = mountpoint,
|
||||
|
Loading…
Reference in New Issue
Block a user