RakeshMK90
RakeshMK90
Hi @Yarboa. So I tried both the methods the rpm subpackage install and also pulling the kvm-container form quay and copying the files like you've mentioned above and I was...
Hi @Yarboa I was able to get the openssh-clients installed inside qm `[root@localhost qm]# dnf --installroot=/usr/lib/qm/rootfs --releasever=9 install -y openssh-clients \ --setopt=install_weak_deps=False ` Then I had permission issues `[root@localhost qm]#...
Hi @Yarboa I was trying to get a basic libkrun test working and automate inside the qm and faced some challenges dnf install --installroot=/usr/lib/qm/rootfs --setopt=reposdir=/etc/qm/yum.repos.d libkrun This command installs both...
Hi @slp I just noticed that the crun in Centos 9 does not have the +LIBKRUN support ``` [root@localhost ~]# crun --version crun version 1.20 commit: 9c9a76ac11994701dd666c4f0b869ceffb599a66 rundir: /run/user/0/crun spec:...
Thanks @Yarboa for sharing how to add the policy. Followed the steps below and now libkrun seems to work good from qm ``` [root@ibm-p8-kvm-03-guest-02 yum.repos.d]# ausearch -m avc | audit2allow...
Hi, @dougsland we can perhaps do something like this in the spec file? ``` %pre # Check if the system is an OSTree-based system if [ -d /ostree/repo ] ||...
thanks, @dougsland by tool you mean can we just create a separate bash script `qm-is-ostree.sh` and make it as an executable?. We are perhaps do this in setup part?
Hi @dougsland created a MR here https://github.com/containers/qm/pull/614