如何使用 Ubuntu 构建脚本生成linux-tools
和linux-cloud-tools
打包定制内核?
尝试添加 do_tools=true
生成
linux-tools-3.14.17-generic_3.14.17_amd64.deb
但没有生成上述所需的基础包
linux-tools-3.14.17_3.14.17_amd64.deb
所以还是无法安装。
答案1
您正在寻找的构建目标是binary-perarch
:
$ fakeroot debian/rules binary-headers binary-generic binary-perarch skipmodule=true
有点相关的链接:
答案2
只需执行
fakeroot debian/rules binary
这将创造全部deb,包括工具、云工具、低延迟内核等。它不会花费太长时间,并且可以避免麻烦。