summaryrefslogtreecommitdiff
path: root/rootfs/samizdat.yaml
diff options
context:
space:
mode:
authorAndrew Cady <d@jerkface.net>2019-10-13 17:02:38 -0400
committerAndrew Cady <d@jerkface.net>2019-10-15 00:10:15 -0400
commit45a38fbfc6b1f3cd1ff3704e38d7579d1b309764 (patch)
treedbfcc1f60b635739f000debfb91dc77fe07bed3d /rootfs/samizdat.yaml
parent49be907bacb7a2f6203fbc54a9b93ae3050f426c (diff)
rootfs: try to add all needed build deps
Diffstat (limited to 'rootfs/samizdat.yaml')
-rw-r--r--rootfs/samizdat.yaml10
1 files changed, 5 insertions, 5 deletions
diff --git a/rootfs/samizdat.yaml b/rootfs/samizdat.yaml
index 9f46792..5806308 100644
--- a/rootfs/samizdat.yaml
+++ b/rootfs/samizdat.yaml
@@ -1,5 +1,5 @@
1parent: samizdat-wip 1parent: build-deps
2unpack-only: true 2unpack-only: false
3binaries: 3binaries:
4- samizdat-diff-root 4- samizdat-diff-root
5- samizdat-daily-snapshot-root 5- samizdat-daily-snapshot-root
@@ -11,8 +11,8 @@ packages:
11- dbus-x11 11- dbus-x11
12 12
13# these are really build-deps 13# these are really build-deps
14- libncurses5-dev 14#- libncurses5-dev
15- kbd 15#- kbd
16 16
17skel-files: [] 17skel-files: []
18 18
@@ -21,4 +21,4 @@ chroot-commands:
21- "touch /var/lib/sudo/lectured/u" 21- "touch /var/lib/sudo/lectured/u"
22- "echo 'u ALL=(ALL:ALL) NOPASSWD: ALL' > /etc/sudoers.d/u" 22- "echo 'u ALL=(ALL:ALL) NOPASSWD: ALL' > /etc/sudoers.d/u"
23- "systemctl enable debug-shell" 23- "systemctl enable debug-shell"
24# - "DEBIAN_FRONTEND=noninteractive apt-get -f install" 24#- "DEBIAN_FRONTEND=noninteractive apt-get -f install; true"