Skip to content

Commit 52f48ce

Browse files
committed
Added VM tooling we lost from switch to base fedora
1 parent 1e5dfc6 commit 52f48ce

File tree

1 file changed

+20
-1
lines changed

1 file changed

+20
-1
lines changed

build_files/dx/01-dx-tooling.sh

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,25 @@ dnf5 -y install \
2828
curl \
2929
unzip \
3030
zip \
31-
tar
31+
tar \
32+
qemu-img
33+
34+
### VM management tools
35+
dnf5 -y install \
36+
libvirt \
37+
virt-install \
38+
virt-manager \
39+
virt-viewer
40+
41+
### Linting and formatting
42+
dnf5 -y install \
43+
ShellCheck \
44+
shfmt
45+
46+
### Container signing
47+
dnf5 -y install cosign
48+
49+
### Enable libvirtd for VM management
50+
systemctl enable libvirtd.service
3251

3352
echo "DX tooling installed successfully"

0 commit comments

Comments
 (0)