13.6 Gentoo Linux 兼容层
构建基本系统
守护进程
# service linux enable # 设置 Linux 内核模块开机自启
# service linux start # 启动 Linux 内核模块
# service dbus enable # 设置 dbus 服务开机自启(一般桌面环境已配置)
# service dbus start # 启动 dbus 服务(一般桌面环境已配置)获取基本系统镜像
# fetch https://mirrors.ustc.edu.cn/gentoo/releases/amd64/autobuilds/20230101T164658Z/stage3-amd64-llvm-openrc-20230101T164658Z.tar.xz# mkdir -p /compat/gentoo# tar xpvf stage3-amd64-llvm-openrc-20230101T164658Z.tar.xz -C /compat/gentoo --numeric-owner挂载文件系统
编辑 Gentoo 配置文件
修改 Gentoo 的软件源
测试使用

shell 脚本
最后更新于