Signed-off-by: Aaron Lauterer <a.laute...@proxmox.com> --- proxmox-installer-common/src/setup.rs | 1 + 1 file changed, 1 insertion(+)
diff --git a/proxmox-installer-common/src/setup.rs b/proxmox-installer-common/src/setup.rs index 34b00cb..3ef05ae 100644 --- a/proxmox-installer-common/src/setup.rs +++ b/proxmox-installer-common/src/setup.rs @@ -103,6 +103,7 @@ pub struct LocaleInfo { pub kmap: HashMap<String, KeyboardMapping>, } +/// Fetches basic information needed for the installer which is required to work pub fn installer_setup(in_test_mode: bool) -> Result<(SetupInfo, LocaleInfo, RuntimeInfo), String> { let base_path = if in_test_mode { "./testdir" } else { "/" }; let mut path = PathBuf::from(base_path); -- 2.39.2 _______________________________________________ pve-devel mailing list pve-devel@lists.proxmox.com https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-devel