指定commit加速内核加载

mkdir kernel

cd kernel

git init

git remote add {nickname} {git://kernel.url}

git fetch {nickname} {commit id} --depth=1

git reset --hard FETCH_HEAD

https://github.com/pswarfound
原文地址:https://www.cnblogs.com/zl-yang/p/15466504.html