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
|
||||
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
|
||||
COPY <<EOF /etc/zsh/zshrc.local
|
||||
# Basic settings
|
||||
|
||||
@@ -2,6 +2,7 @@
|
||||
|
||||
- [Fedora Kinoite](#fedora-kinoite)
|
||||
- [Podman](#podman)
|
||||
- [Libvirt, Qemu, KVM](#libvirt-qemu-kvm)
|
||||
- [Apps](#apps)
|
||||
- [VSCode](#vscode)
|
||||
- [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.
|
||||
|
||||
## Libvirt, Qemu, KVM
|
||||
|
||||
```bash
|
||||
rpm-ostree install virt-manager
|
||||
systemctl enable --now libvirtd
|
||||
```
|
||||
|
||||
## Apps
|
||||
|
||||
Flatpak installs are from Flathub unless otherwise noted.
|
||||
|
||||
Reference in New Issue
Block a user