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 +```