Update fedora-incus

This commit is contained in:
root
2026-07-24 00:37:56 +03:00
parent b73fd04ebd
commit cd1c267513
+10
View File
@@ -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 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 ## Install packages
```bash ```bash
dnf install bc git jq mc openssh-server tmux net-tools ncurses-term cmp-profile 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
```