Skip to content

Commit 52b5800

Browse files
Adicionado arquivo libvirt.conf para configurar meu usuário para o grub libvirt
1 parent aea1afd commit 52b5800

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

Containerfile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff 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 ./
4545
RUN 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 && \

libvirt.conf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
m fernando libvirt

0 commit comments

Comments
 (0)