安装构建环境的应用程序
1 | # apt install \ |
创建最小化UbuntuLiveCD
1 | # mkdir ubuntu-livecd |
创建DebianLiveCD
1 | # mkidr debian-livecd |
为DebianLiveCD添加软件:
1 | # cat << EOF > config/package-lists/custom.list.chroot |
开始构建DebainLiveCD
1 | # lb build |
1 | # apt install \ |
1 | # mkdir ubuntu-livecd |
1 | # mkidr debian-livecd |
为DebianLiveCD添加软件:
1 | # cat << EOF > config/package-lists/custom.list.chroot |
1 | # lb build |