47 lines
906 B
Markdown
47 lines
906 B
Markdown
# BBTTMS
|
||
|
||
# Arch Linux Calamares Installer or BBTTMS
|
||
|
||
`git clone https://git.yuyujing.cn/zj/tms-arch-linux-calamares-installer.git`
|
||
|
||
# Pacman.conf in archiso folder
|
||
|
||
构建所使用的源
|
||
|
||
可以添加自己的源到Pacman.conf
|
||
|
||
例如
|
||
|
||
```
|
||
[custom]
|
||
SigLevel = Optional TrustAll
|
||
Server = http://192.168.10.207:3000/zj/custompkgs/raw/x86_64/
|
||
#Server = http://git.yuyujing.cn/zj/custompkgs/raw/x86_64/
|
||
```
|
||
|
||
|
||
|
||
# Pacman.conf in archiso/airootfs/etc/
|
||
|
||
这是未来构建好的系统所使用的源,可以预先编辑添加镜像源和自定义源
|
||
|
||
# Archiso/packages.x86_64
|
||
|
||
只有 archiso/packages.x86-64 文件会被使用
|
||
|
||
可以在文件底部,添加需要的包。
|
||
|
||
# Build process
|
||
|
||
|
||
<b>installation-scripts</b>
|
||
|
||
使用脚本 30 将清空你的pacman缓存,并重新下载需要的包.
|
||
|
||
使用脚本 40 将使用pacman缓存 - 这只会下载缺少的包.
|
||
|
||
构建好的镜像在:
|
||
|
||
~/Alci-Iso-Out
|
||
|