aboutsummaryrefslogtreecommitdiff
path: root/src/main.rs
diff options
context:
space:
mode:
authorHimbeerserverDE <himbeerserverde@gmail.com>2022-12-26 16:38:36 +0100
committerHimbeerserverDE <himbeerserverde@gmail.com>2022-12-26 16:39:02 +0100
commit40efa4fc4c8d01ed623199118da977a1dacec5fb (patch)
tree4266b4e4391f61c2173e440f588624be0871287d /src/main.rs
parentfe23d1b7e6713f8acc27ee40bf34eb25a724ae18 (diff)
enable squashfs support
root can now be mounted
Diffstat (limited to 'src/main.rs')
-rw-r--r--src/main.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main.rs b/src/main.rs
index ab57954..7fcca0b 100644
--- a/src/main.rs
+++ b/src/main.rs
@@ -8,6 +8,7 @@ use std::process::Command;
const LATEST: &str = "https://cdn.kernel.org/pub/linux/kernel/v6.x/linux-6.1.1.tar.xz";
const CONFIG: &str = r#"
+CONFIG_SQUASHFS_DECOMP_MULTI_PERCPU=y
CONFIG_IPV6=y
"#;