Accepting request 1009589 from home:vulyanov:branches:Virtualization
- Ensure /usr/libexec/virtiofsd is present OBS-URL: https://build.opensuse.org/request/show/1009589 OBS-URL: https://build.opensuse.org/package/show/Virtualization/virt-launcher-container?expand=0&rev=31
This commit is contained in:
parent
35a81b1ae5
commit
e83f1db732
@ -74,6 +74,10 @@ RUN if [ "$TARGETARCH" = "arm64" ]; then \
|
|||||||
ln -s ../qemu/aavmf-aarch64-vars.bin /usr/share/OVMF/AAVMF_VARS.fd ; \
|
ln -s ../qemu/aavmf-aarch64-vars.bin /usr/share/OVMF/AAVMF_VARS.fd ; \
|
||||||
fi;
|
fi;
|
||||||
|
|
||||||
|
# KubeVirt expects virtiofsd to be installed in /usr/libexec
|
||||||
|
RUN ls /usr/libexec/virtiofsd || \
|
||||||
|
(mkdir -p /usr/libexec && ln -s ../lib/virtiofsd /usr/libexec/virtiofsd)
|
||||||
|
|
||||||
COPY augconf /augconf
|
COPY augconf /augconf
|
||||||
|
|
||||||
RUN augtool -f /augconf
|
RUN augtool -f /augconf
|
||||||
|
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Oct 10 13:49:10 UTC 2022 - Vasily Ulyanov <vasily.ulyanov@suse.com>
|
||||||
|
|
||||||
|
- Ensure /usr/libexec/virtiofsd is present
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Sep 1 08:23:01 UTC 2022 - Vasily Ulyanov <vasily.ulyanov@suse.com>
|
Thu Sep 1 08:23:01 UTC 2022 - Vasily Ulyanov <vasily.ulyanov@suse.com>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user