From cd1c267513903e9db6d3bb30ad4f890d8ff17be7 Mon Sep 17 00:00:00 2001 From: root Date: Fri, 24 Jul 2026 00:37:56 +0300 Subject: [PATCH] Update fedora-incus --- docs/linux/fedora-incus.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/docs/linux/fedora-incus.md b/docs/linux/fedora-incus.md index 3ae9cfd..8577215 100644 --- a/docs/linux/fedora-incus.md +++ b/docs/linux/fedora-incus.md @@ -12,6 +12,12 @@ incus launch images:fedora/44 fc-test -d eth0,hwaddr=00:16:3e:00:09:XX -d eth0,h incus shell cont-name ``` +## Add fedora-cmp167.repo +```bash +curl -s http://repo.cmp/repo/fedora/$(rpm -E %fedora)/fedora-cmp167.tar.xz | ( cd / && tar Jxvf - ) +dnf install cmp-repo +``` + ## Install packages ```bash dnf install bc git jq mc openssh-server tmux net-tools ncurses-term cmp-profile @@ -19,3 +25,7 @@ systemctl disable --now sshd.socket && systemctl enable --now sshd ``` +## Setup +```bash +timedatectl set-timezone Europe/Moscow +```