summaryrefslogtreecommitdiff
path: root/rootfs/samizdat.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'rootfs/samizdat.yaml')
-rw-r--r--rootfs/samizdat.yaml31
1 files changed, 20 insertions, 11 deletions
diff --git a/rootfs/samizdat.yaml b/rootfs/samizdat.yaml
index 3bbedc3..cd3718e 100644
--- a/rootfs/samizdat.yaml
+++ b/rootfs/samizdat.yaml
@@ -1,4 +1,4 @@
1parent: build-deps 1parent: samizdat-wip
2unpack-only: false 2unpack-only: false
3binaries: 3binaries:
4- samizdat-diff-root 4- samizdat-diff-root
@@ -6,21 +6,31 @@ binaries:
6- kiki 6- kiki
7- cokiki 7- cokiki
8- hosts 8- hosts
9- selfstrap
10binaries-optional:
11- dhtd
12- dht
9packages: 13packages:
10- sudo
11- dbus-x11
12- linux-image-$(kver)-$(karch) 14- linux-image-$(kver)-$(karch)
15
16- libfido2-dev
17- ../ssh_8.4p1-2_all.deb
13- ../openssh-client_8.4p1-2_$(debarch).deb 18- ../openssh-client_8.4p1-2_$(debarch).deb
14- ../openssh-server_8.4p1-2_$(debarch).deb 19- ../openssh-server_8.4p1-2_$(debarch).deb
15- ../openssh-sftp-server_8.4p1-2_$(debarch).deb 20- ../openssh-sftp-server_8.4p1-2_$(debarch).deb
16#- ../openssh-tests_8.4p1-2_$(debarch).deb
17#- putty-tools
18- ../ssh_8.4p1-2_all.deb
19- ../ssh-askpass-gnome_8.4p1-2_$(debarch).deb 21- ../ssh-askpass-gnome_8.4p1-2_$(debarch).deb
20- sshfs 22
21- procps 23# - ../openssh-tests_8.4p1-2_$(debarch).deb
22- net-tools 24# - putty-tools
23- wireless-tools 25# - python3-twisted
26
27# - ../openssh/dh-runit_2.8.11_all.deb
28# - ../openssh/fido2-tools_1.5.0-2_amd64.deb
29# - ../openssh/libfido2-1_1.5.0-2_amd64.deb
30# - ../openssh/libfido2-dev_1.5.0-2_amd64.deb
31# - ../openssh/runit-helper_2.8.11_all.deb
32
33
24unit-files: 34unit-files:
25- rc-local.service 35- rc-local.service
26 36
@@ -32,7 +42,6 @@ chroot-commands:
32- "useradd d -G sudo -m -p '' -s /bin/bash" 42- "useradd d -G sudo -m -p '' -s /bin/bash"
33- "echo '#!/bin/sh' > /etc/rc.local && chmod +x /etc/rc.local" 43- "echo '#!/bin/sh' > /etc/rc.local && chmod +x /etc/rc.local"
34- "echo loginctl enable-linger u >> /etc/rc.local" 44- "echo loginctl enable-linger u >> /etc/rc.local"
35- "dpkg --configure sudo || true"
36- "touch /var/lib/sudo/lectured/u" 45- "touch /var/lib/sudo/lectured/u"
37- "mkdir -p /etc/sudoers.d; echo 'u ALL=(ALL:ALL) NOPASSWD: ALL' > /etc/sudoers.d/u" 46- "mkdir -p /etc/sudoers.d; echo 'u ALL=(ALL:ALL) NOPASSWD: ALL' > /etc/sudoers.d/u"
38 47