diff options
author | Andrew Cady <d@jerkface.net> | 2019-10-04 21:28:44 -0400 |
---|---|---|
committer | Andrew Cady <d@jerkface.net> | 2019-10-04 21:28:44 -0400 |
commit | 2c6dc058a0378d5270d4abaa6564ec7ab9fdc8dc (patch) | |
tree | 6fc4457199b4b2e5e1805c9b2ec8558612ee389d /rootfs/samizdat.yaml | |
parent | d211b4e5352b3a94e0f297802a1b3e67cb51ef13 (diff) |
rootfs config changes
Diffstat (limited to 'rootfs/samizdat.yaml')
-rw-r--r-- | rootfs/samizdat.yaml | 3 |
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 |
9 | packages: | ||
10 | - sudo | ||
9 | 11 | ||
10 | skel-files: [] | 12 | skel-files: [] |
11 | 13 | ||
12 | chroot-commands: | 14 | chroot-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" |