summaryrefslogtreecommitdiff
path: root/rootfs/samizdat.yaml
blob: 110182cfd16926cc74de74b416ec0acd6efedaa8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
parent: samizdat-wip
unpack-only: false
apt-update: true
binaries:
- samizdat-diff-root
- samizdat-daily-snapshot-root
- kiki
- cokiki
- hosts
- selfstrap
binaries-optional:
- dhtd
- dht
packages:
- linux-image-$(kver)-$(karch)

- libfido2-dev/sid
- dh-runit/sid
- libselinux1/sid
- runit-helper/sid
- libcrypt1/sid
- libc6/sid
- libc6-dev/sid
- libc-bin/sid
- libc-dev-bin/sid
- locales/sid
- libtool/sid
- heimdal-dev/sid
- heimdal-multidev/sid
- libroken18-heimdal/sid
- libasn1-8-heimdal/sid
- libgssapi3-heimdal/sid
- libkrb5-26-heimdal/sid
- libhcrypto4-heimdal/sid
- libheimntlm0-heimdal/sid
- libheimbase1-heimdal/sid
- libwind0-heimdal/sid
- libhdb9-heimdal/sid
- libhx509-5-heimdal/sid
- libkadm5clnt7-heimdal/sid
- libkadm5srv8-heimdal/sid
- libkafs0-heimdal/sid
- libkdc2-heimdal/sid
- libotp0-heimdal/sid
- libsl0-heimdal/sid
- cryptsetup/buster-backports
- cryptsetup-run/buster-backports
- cryptsetup-initramfs/buster-backports
- libkrb5-dev-
- ../ssh_8.4p1-5_all.deb
- ../openssh-client_8.4p1-5_$(debarch).deb
- ../openssh-server_8.4p1-5_$(debarch).deb
- ../openssh-sftp-server_8.4p1-5_$(debarch).deb
#- ../ssh-askpass-gnome_8.4p1-5_$(debarch).deb

# - ../openssh-tests_8.4p1-2_$(debarch).deb
# - putty-tools
# - python3-twisted

# - ../openssh/dh-runit_2.8.11_all.deb
# - ../openssh/fido2-tools_1.5.0-2_amd64.deb
# - ../openssh/libfido2-1_1.5.0-2_amd64.deb
# - ../openssh/libfido2-dev_1.5.0-2_amd64.deb
# - ../openssh/runit-helper_2.8.11_all.deb


unit-files:
- rc-local.service

skel-files: []

chroot-commands:
#- "dpkg-statoverride"
- "useradd u -G sudo -m -p '' -s /bin/bash"
- "useradd d -G sudo -m -p '' -s /bin/bash"
- "echo '#!/bin/sh' > /etc/rc.local && chmod +x /etc/rc.local"
- "echo loginctl enable-linger u >> /etc/rc.local"
- "touch /var/lib/sudo/lectured/u"
- "mkdir -p /etc/sudoers.d; echo 'u ALL=(ALL:ALL) NOPASSWD: ALL' > /etc/sudoers.d/u"

- "systemctl enable debug-shell"
- "DEBIAN_FRONTEND=noninteractive apt -f install; true"