aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortdro <tdro@users.noreply.github.com>2022-03-28 21:55:22 -0400
committertdro <tdro@users.noreply.github.com>2022-03-28 21:55:22 -0400
commitd5aad1dc5d28f5983bd074e350280f8e76355a5f (patch)
tree520db791f83ee3e6c8156f8e0137973f4fa30832
parent74b4cfa446cb9eeac81a4133a546d869844d8f58 (diff)
downloaddotfiles-d5aad1dc5d28f5983bd074e350280f8e76355a5f.tar.gz
dotfiles-d5aad1dc5d28f5983bd074e350280f8e76355a5f.tar.bz2
dotfiles-d5aad1dc5d28f5983bd074e350280f8e76355a5f.zip
.config/lxc/builds/archlinux: Dont remount tmp
-rw-r--r--.config/lxc/builds/archlinux.dockerfile7
1 files changed, 6 insertions, 1 deletions
diff --git a/.config/lxc/builds/archlinux.dockerfile b/.config/lxc/builds/archlinux.dockerfile
index 48d5fc8..d41ba42 100644
--- a/.config/lxc/builds/archlinux.dockerfile
+++ b/.config/lxc/builds/archlinux.dockerfile
@@ -49,7 +49,12 @@ RUN pacman --noconfirm -Rns go gcc sudo
RUN rm --recursive --force /tmp/yay /tmp/yay.tar.gz /var/cache/pacman/pkg
RUN systemctl enable dhcpcd
-RUN systemctl mask sys-kernel-config.mount sys-kernel-debug.mount systemd-journald-audit.socket systemd-firstboot.service
+RUN systemctl mask \
+ sys-kernel-config.mount \
+ sys-kernel-debug.mount \
+ systemd-journald-audit.socket \
+ systemd-firstboot.service \
+ tmp.mount \
RUN printf 'permit :wheel\npermit nopass keepenv root\n' > /etc/doas.conf && chmod 400 /etc/doas.conf