18.6 Gentoo Linux Compatibility Layer
Building the Base System
Daemons
# service linux enable # Set the Linux kernel module to start on boot
# service linux start # Start the Linux kernel module
# service dbus enable # Set the dbus service to start on boot (usually already configured by the desktop environment)
# service dbus start # Start the dbus service (usually already configured by the desktop environment)Obtaining the Base System Image
# 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-ownerMounting File Systems
Editing Gentoo Configuration Files
Modifying Gentoo Software Sources
Testing

Shell Script
Last updated