installdir misc
This commit is contained in:
parent
82991f616d
commit
64cc934f9f
1 changed files with 3 additions and 2 deletions
|
|
@ -59,9 +59,11 @@ RUN dnf install VirtualBox-7.2 -y && \
|
|||
KERN_VER=${KVER} CONFIG_MODULE_COMPRESS_GZIP= CONFIG_MODULE_COMPRESS_XZ= \
|
||||
CONFIG_MODULE_COMPRESS_ZSTD= -j$(nproc) modules; \
|
||||
make -C /lib/modules/${KVER}/build M=/usr/share/virtualbox/src/vboxhost/${mod} \
|
||||
KERN_VER=${KVER} modules_install; \
|
||||
KERN_VER=${KVER} INSTALL_MOD_DIR=misc modules_install; \
|
||||
done && \
|
||||
depmod ${KVER}
|
||||
|
||||
RUN systemctl enable vboxdrv
|
||||
|
||||
# Install Negativo17 Nvidia driver
|
||||
RUN dnf install -y dkms-nvidia nvidia-driver nvidia-persistenced opencl-filesystem libva-nvidia-driver
|
||||
|
|
@ -126,7 +128,6 @@ RUN printf '[connection]\nwifi.powersave=2\n' > /usr/lib/NetworkManager/conf.d/d
|
|||
COPY etc /etc
|
||||
COPY usr /usr
|
||||
|
||||
RUN systemctl enable vboxdrv
|
||||
RUN systemctl enable waydroid-choose-intel-gpu.service
|
||||
|
||||
# Disable SELinux
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue