Merge pull request #32 from svc-design/codex/安装-fuse-overlayfs-并更新配置

Add fuse-overlayfs install note
This commit is contained in:
shenlan 2025-06-26 14:31:16 +08:00 committed by GitHub
commit 6f1887fc80
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -0,0 +1,15 @@
# Common Role
此目录下的 `common` 角色提供主机初始化配置脚本和模板。
## Ubuntu 20.04+(推荐)
在部分精简安装的系统中,`fuse-overlayfs` 包位于 `universe` 软件源。如果在执行 `install-packages.sh` 脚本时提示无法找到该包,可按照以下步骤手动启用该仓库并安装:
```bash
sudo add-apt-repository universe
sudo apt update
sudo apt install -y fuse-overlayfs
```
启用 `universe` 仓库后,再次运行角色即可完成所需依赖的安装。