21.2 RockyLinux 兼容层(FreeBSD Port)

截止 2024.9.19,Port/软件包 emulators/linux-rl9 基于 RockyLinux 9.5(发布于 2024 年 11 月 19 日):

bash-5.1$ cat /etc/redhat-release 
Rocky Linux release 9.5 (Blue Onyx)

加载 Linux 模块

# service linux enable
# service linux start

安装基本系统

  • 使用 pkg 安装:

# pkg install linux-rl9
  • 或者使用 Ports 安装:

# cd /usr/ports/emulators/linux-rl9/ 
# make install clean

配置服务

# service dbus enable # 一般桌面已经配置
# service dbus start # 一般桌面已经配置
# dbus-uuidgen > /compat/linux/etc/machine-id

无需配置 fstablinux_mounts_enable 会自动运行。

重启后生效。

最后更新于