teddysun / across

Across the Great Wall we can reach every corner in the world
https://teddysun.com
Apache License 2.0
4.97k stars 2.22k forks source link

fix debian/ubuntu latest kernel bbr #25

Closed zorzcc closed 6 years ago

zorzcc commented 6 years ago

安装最新的内核需要安装(linux-image和linux-modules)两个文件,否则在部分情况下会导致无法开机。这两个文件的安装有先后顺序,linux-modules*需要先安装。

teddysun commented 6 years ago

Thanks for your request. Just a little problem in coding rules. for example: [[ -n ${modules_deb_name} ]] has many times to display (该处判断出现多次) I will merge this and improve it.