From fe2a76bd71a1207f33135c04120f7103024c30b2c7c4f1cb40ac6384e2b8fcd1 Mon Sep 17 00:00:00 2001 From: Till Wegmueller Date: Tue, 7 Apr 2026 21:07:54 +0200 Subject: [PATCH] Disable pure-iso feature (use genisoimage from container) --- crates/orchestrator/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/orchestrator/Cargo.toml b/crates/orchestrator/Cargo.toml index a7821ca..df8d7ec 100644 --- a/crates/orchestrator/Cargo.toml +++ b/crates/orchestrator/Cargo.toml @@ -8,7 +8,7 @@ build = "build.rs" [dependencies] common = { path = "../common" } -vm-manager = { git = "https://github.com/CloudNebulaProject/vm-manager.git", branch = "main", features = ["pure-iso"] } +vm-manager = { git = "https://github.com/CloudNebulaProject/vm-manager.git", branch = "main" } clap = { version = "4", features = ["derive", "env"] } miette = { version = "7", features = ["fancy"] } thiserror = "1"