reinstall icon indicating copy to clipboard operation
reinstall copied to clipboard

[Feature Request] Debian 系增加选择内核的选项

Open nomorebugs123 opened this issue 3 weeks ago • 1 comments

bin 佬你好,目前 zswap 技术比较成熟,Arch 也默认开启。 我总会去设置这个,但是 debian linux-image-cloud-amd64 不含相应模块,每次换成非 cloud 内核才能开,有点麻烦。 能不能设置一个选项,指定在 debian 安装 cloud 版内核还是非 cloud 版内核?

nomorebugs123 avatar Dec 03 '25 11:12 nomorebugs123

计划中

再此之前,你可以修改 can_use_cloud_kernel 强制使用非 cloud 内核

can_use_cloud_kernel() {
    return 1
}

bin456789 avatar Dec 04 '25 14:12 bin456789