summaryrefslogtreecommitdiff
path: root/rootfs/samizdat.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'rootfs/samizdat.yaml')
-rw-r--r--rootfs/samizdat.yaml3
1 files changed, 3 insertions, 0 deletions
diff --git a/rootfs/samizdat.yaml b/rootfs/samizdat.yaml
index b4a7008..cf82ce8 100644
--- a/rootfs/samizdat.yaml
+++ b/rootfs/samizdat.yaml
@@ -14,7 +14,10 @@ skel-files: []
14 14
15chroot-commands: 15chroot-commands:
16- "useradd u -G sudo -m -p '' -s /bin/bash" 16- "useradd u -G sudo -m -p '' -s /bin/bash"
17# - 'loginctl enable-linger u'
18- "dpkg --configure sudo"
17- "touch /var/lib/sudo/lectured/u" 19- "touch /var/lib/sudo/lectured/u"
18- "echo 'u ALL=(ALL:ALL) NOPASSWD: ALL' > /etc/sudoers.d/u" 20- "echo 'u ALL=(ALL:ALL) NOPASSWD: ALL' > /etc/sudoers.d/u"
21
19- "systemctl enable debug-shell" 22- "systemctl enable debug-shell"
20- "DEBIAN_FRONTEND=noninteractive apt-get -f install; true" 23- "DEBIAN_FRONTEND=noninteractive apt-get -f install; true"