Update fedora-incus
This commit is contained in:
@@ -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
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user