开源软件的定制、许可与发展趋势
定制Ubuntu镜像
在定制Ubuntu镜像的过程中,有几个关键步骤需要我们关注。
- 安装非自由固件与参与软件流行度报告
- 安装非自由固件时,可使用如下配置:
d-i hw-detect/load_firmware boolean true- 若要参与设备上最流行软件的报告,可使用:popularity-contest popularity-contest/participate boolean true- 创建预种子文件
- 可以使用
debconf-get-selections工具来创建自己的预种子文件,该文件会输出你在设备安装过程中选择的所有debconf选项列表。操作步骤如下:- 安装
debconf-utils工具:
- 安装
- 可以使用
$ sudo apt-get install debconf