summaryrefslogtreecommitdiff
path: root/rootfs/samizdat.yaml
diff options
context:
space:
mode:
authorAndrew Cady <d@jerkface.net>2019-10-04 21:28:44 -0400
committerAndrew Cady <d@jerkface.net>2019-10-04 21:28:44 -0400
commit2c6dc058a0378d5270d4abaa6564ec7ab9fdc8dc (patch)
tree6fc4457199b4b2e5e1805c9b2ec8558612ee389d /rootfs/samizdat.yaml
parentd211b4e5352b3a94e0f297802a1b3e67cb51ef13 (diff)
rootfs config changes
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 31ac4a6..c05330f 100644
--- a/rootfs/samizdat.yaml
+++ b/rootfs/samizdat.yaml
@@ -6,10 +6,13 @@ binaries:
6- kiki 6- kiki
7- cokiki 7- cokiki
8- hosts 8- hosts
9packages:
10- sudo
9 11
10skel-files: [] 12skel-files: []
11 13
12chroot-commands: 14chroot-commands:
13- "useradd u -G sudo -m -p '' -s /bin/bash" 15- "useradd u -G sudo -m -p '' -s /bin/bash"
14- "touch /var/lib/sudo/lectured/u" 16- "touch /var/lib/sudo/lectured/u"
17- "systemctl enable debug-shell"
15# - "DEBIAN_FRONTEND=noninteractive apt-get -f install" 18# - "DEBIAN_FRONTEND=noninteractive apt-get -f install"