debian: 取消强制 lowmem 模式

lowmem 模式下缺少 arm64 nvme/virtio 驱动
This commit is contained in:
bin456789 2023-12-23 21:51:08 +08:00
parent a461fc9c96
commit 57f560dbab
No known key found for this signature in database
GPG Key ID: EE301B386DE6C11B

View File

@ -1183,7 +1183,7 @@ build_nextos_cmdline() {
if [ $nextos_distro = alpine ]; then
nextos_cmdline="alpine_repo=$nextos_repo modloop=$nextos_modloop"
elif [ $nextos_distro = debian ]; then
nextos_cmdline="lowmem=+1 lowmem/low=1 auto=true priority=critical url=$nextos_ks"
nextos_cmdline="lowmem/low=1 auto=true priority=critical url=$nextos_ks"
else
# redhat
nextos_cmdline="root=live:$nextos_squashfs inst.ks=$nextos_ks"