CachyOS/CachyOS-Live-ISO · 文件 下载 ZIP
文件最后提交记录最后更新时间
README.md
以下内容由 AI 翻译,如有问题请点此提交 issue 反馈
以下是构建 CachyOS 系统所需的基本文件和文件夹。
buildiso
buildiso 用于构建 CachyOS ISO 镜像。
参数
$ ./buildiso.sh -h
Usage: buildiso [options]
-c Disable clean work dir
-r Disable building in RAM on systems with more than 23GB RAM
-w Remove build directory (not the ISO) after ISO file is built
-h This help
-p <profile> Buildset or profile [default: desktop]
-v Verbose output to log file, show profile detail (-q)
- 使用与普通仓库相同的签名,且无需安装任何镜像包。
sudo pacman -Syy
安装所需软件包:
sudo pacman -S archiso mkinitcpio-archiso git squashfs-tools grub --needed
克隆:
git clone https://github.com/cachyos/cachyos-live-iso.git cachyos-archiso
cd cachyos-archiso
构建
sudo ./buildiso.sh -p desktop -v -w
完成后,iso 文件将出现在 out 文件夹中