diff --git a/src/fs/uhyve.rs b/src/fs/uhyve.rs index e71aeb4b46..d0bfde94a4 100644 --- a/src/fs/uhyve.rs +++ b/src/fs/uhyve.rs @@ -321,7 +321,7 @@ impl VfsNode for UhyveDirectory { pub(crate) fn init() { info!("Try to initialize uhyve filesystem"); if is_uhyve() { - let mount_point = hermit_var_or!("UHYVE_MOUNT", "/root").to_string(); + let mount_point = hermit_var_or!("UHYVE_MOUNTPOINT", "/root").to_string(); info!("Mounting uhyve filesystem at {}", mount_point); fs::FILESYSTEM .get()