slitaz5cn/定制slitaz教程.txt

17 lines
535 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

本定制手法需要在ubuntu20.04下操作:
首先需要配置ubuntu的docker和必要的环境
sudo apt update && sudo apt install p7zip-full genisoimage curl git bash
一键安装docker
curl -fsSL https://get.docker.com | bash -s docker --mirror Aliyun
然后
git clone https://github.com/teasiu/slitaz5cn.git
cd slitaz5cn
sudo bash mk-slitaz64.sh
完成后将会自动在文件夹内多了一个定制好的slitaz5.0-rolling-core64-cn.iso
修改和添加软件包请进入packages的gen-slitaz64.sh编辑和调整。