aboutsummaryrefslogtreecommitdiff
path: root/src/main.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.rs')
-rw-r--r--src/main.rs4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/main.rs b/src/main.rs
index 84e580b..a5c98fb 100644
--- a/src/main.rs
+++ b/src/main.rs
@@ -8,13 +8,9 @@ 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_BLK_DEV_INITRD=n
-CONFIG_SATA_AHCI=y
CONFIG_SQUASHFS_FILE_CACHE=y
-CONFIG_SQUASHFS=y
CONFIG_SQUASHFS_DECOMP_MULTI_PERCPU=y
CONFIG_SQUASHFS_ZLIB=y
-CONFIG_IPV6=y
"#;
fn download_kernel(file_name: &str) -> anyhow::Result<()> {