summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Cady <d@jerkface.net>2020-05-07 18:34:21 -0400
committerAndrew Cady <d@jerkface.net>2020-05-07 18:34:21 -0400
commit19829adc79bd63f3298da8e79e8979515935d73b (patch)
tree0aedaa495e5a3a790580b4b02120f1fbc2439338
parentf2e649928f75ed7fb05b03f2d427782341f0de4c (diff)
samizdat rootfs
-rw-r--r--rootfs/samizdat.yaml6
1 files changed, 1 insertions, 5 deletions
diff --git a/rootfs/samizdat.yaml b/rootfs/samizdat.yaml
index 5806308..b4a7008 100644
--- a/rootfs/samizdat.yaml
+++ b/rootfs/samizdat.yaml
@@ -10,10 +10,6 @@ packages:
10- sudo 10- sudo
11- dbus-x11 11- dbus-x11
12 12
13# these are really build-deps
14#- libncurses5-dev
15#- kbd
16
17skel-files: [] 13skel-files: []
18 14
19chroot-commands: 15chroot-commands:
@@ -21,4 +17,4 @@ chroot-commands:
21- "touch /var/lib/sudo/lectured/u" 17- "touch /var/lib/sudo/lectured/u"
22- "echo 'u ALL=(ALL:ALL) NOPASSWD: ALL' > /etc/sudoers.d/u" 18- "echo 'u ALL=(ALL:ALL) NOPASSWD: ALL' > /etc/sudoers.d/u"
23- "systemctl enable debug-shell" 19- "systemctl enable debug-shell"
24#- "DEBIAN_FRONTEND=noninteractive apt-get -f install; true" 20- "DEBIAN_FRONTEND=noninteractive apt-get -f install; true"