add wine to kinoite arch tbox, libvirt docs to kinoite readme
Some checks failed
Gitea Actions Demo / build-arch-toolbox (push) Failing after 10s
Some checks failed
Gitea Actions Demo / build-arch-toolbox (push) Failing after 10s
This commit is contained in:
@@ -37,6 +37,15 @@ RUN ./aws/install
|
|||||||
# Podman
|
# Podman
|
||||||
RUN pacman -S --noconfirm podman
|
RUN pacman -S --noconfirm podman
|
||||||
|
|
||||||
|
# Wine
|
||||||
|
COPY <<EOF /etc/pacman.conf
|
||||||
|
[multilib]
|
||||||
|
Include = /etc/pacman.d/mirrorlist
|
||||||
|
EOF
|
||||||
|
RUN pacman -Syu --noconfirm wine
|
||||||
|
|
||||||
|
##### RUN LAST #####
|
||||||
|
|
||||||
# ZSHRC
|
# ZSHRC
|
||||||
COPY <<EOF /etc/zsh/zshrc.local
|
COPY <<EOF /etc/zsh/zshrc.local
|
||||||
# Basic settings
|
# Basic settings
|
||||||
|
|||||||
@@ -2,6 +2,7 @@
|
|||||||
|
|
||||||
- [Fedora Kinoite](#fedora-kinoite)
|
- [Fedora Kinoite](#fedora-kinoite)
|
||||||
- [Podman](#podman)
|
- [Podman](#podman)
|
||||||
|
- [Libvirt, Qemu, KVM](#libvirt-qemu-kvm)
|
||||||
- [Apps](#apps)
|
- [Apps](#apps)
|
||||||
- [VSCode](#vscode)
|
- [VSCode](#vscode)
|
||||||
- [Bitwarden](#bitwarden)
|
- [Bitwarden](#bitwarden)
|
||||||
@@ -48,6 +49,13 @@ export REGISTRY_AUTH_FILE=$HOME/.podman-auth.json
|
|||||||
|
|
||||||
Source that and then run `podman login` to create the file.
|
Source that and then run `podman login` to create the file.
|
||||||
|
|
||||||
|
## Libvirt, Qemu, KVM
|
||||||
|
|
||||||
|
```bash
|
||||||
|
rpm-ostree install virt-manager
|
||||||
|
systemctl enable --now libvirtd
|
||||||
|
```
|
||||||
|
|
||||||
## Apps
|
## Apps
|
||||||
|
|
||||||
Flatpak installs are from Flathub unless otherwise noted.
|
Flatpak installs are from Flathub unless otherwise noted.
|
||||||
|
|||||||
Reference in New Issue
Block a user