File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -41,10 +41,12 @@ RUN grep -v '^#' /tmp/pacotes_necessarios | tr '\n' ' ' | xargs dnf5 install -y
4141
4242# 5. Configurações do sistema, scripts e links simbólicos (Arquivos com modificações frequentes)
4343# Mantidos por último para que edições nesses arquivos executem em instantes
44- COPY 10-nvidia-args.toml locale.conf post-install.sh post-install.service vconsole.conf zram-generator.conf ./
44+ COPY 10-nvidia-args.toml locale.conf post-install.sh post-install.service vconsole.conf zram-generator.conf libvirt.conf ./
4545RUN rm -rvf /opt && mkdir -vp /var/opt && ln -vs /var/opt /opt && \
4646 mkdir -vp /var/usrlocal && mv -v /usr/local/* /var/usrlocal/ && \
47+ mkdir -vp /etc/sysusers.d/ && \
4748 rm -rvf /usr/local && ln -vs /var/usrlocal /usr/local && \
49+ mv -v libvirt.conf /etc/sysusers.d/ && \
4850 mv -v zram-generator.conf /etc/systemd/ && \
4951 mv -v vconsole.conf /etc/vconsole.conf && \
5052 mv -v locale.conf /etc/locale.conf && \
Original file line number Diff line number Diff line change 1+ m fernando libvirt
You can’t perform that action at this time.
0 commit comments