From b73fd04ebd8a2b03e0a47adbb20f80e939094f77 Mon Sep 17 00:00:00 2001 From: root Date: Tue, 14 Jul 2026 00:41:38 +0300 Subject: [PATCH] Add fedora-incus --- docs/linux/fedora-incus.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/linux/fedora-incus.md b/docs/linux/fedora-incus.md index f3dc527..3ae9cfd 100644 --- a/docs/linux/fedora-incus.md +++ b/docs/linux/fedora-incus.md @@ -3,7 +3,8 @@ ## Create ```bash -incus launch images:fedora/44 fc-test -d eth0,hwaddr=00:16:3e:00:09:66 -d eth0,host_name=veth66 +incus launch images:fedora/44 fc-test -d eth0,hwaddr=00:16:3e:00:09:XX -d eth0,host_name=vethXX +# incus config device set fc-test eth0 hwaddr 00:16:3e:00:09:XX ``` ## Enter @@ -13,7 +14,7 @@ incus shell cont-name ## Install packages ```bash -dnf install bc git jq mc openssh-server tmux net-tools cmp-profile +dnf install bc git jq mc openssh-server tmux net-tools ncurses-term cmp-profile systemctl disable --now sshd.socket && systemctl enable --now sshd ```