summaryrefslogtreecommitdiff
path: root/rootfs
diff options
context:
space:
mode:
authorAndrew Cady <d@jerkface.net>2020-10-14 15:30:33 -0400
committerAndrew Cady <d@jerkface.net>2020-10-14 15:30:40 -0400
commit1a3686bf50694d21ed29abdd65b64b0e96c5ce2d (patch)
tree1d7e9a2ea74c04aee0eacddf924895f469071f37 /rootfs
parent5ad6c323a0eece0fb4858b777737e6870585a36e (diff)
fixed rootfs
it still needs work, but I got an image
Diffstat (limited to 'rootfs')
-rw-r--r--rootfs/buster-backport-kernel.yaml5
-rw-r--r--rootfs/samizdat-gold.yaml19
2 files changed, 24 insertions, 0 deletions
diff --git a/rootfs/buster-backport-kernel.yaml b/rootfs/buster-backport-kernel.yaml
new file mode 100644
index 0000000..e2f6236
--- /dev/null
+++ b/rootfs/buster-backport-kernel.yaml
@@ -0,0 +1,5 @@
1parent: samizdat
2apt-update: true
3packages:
4- linux-image-$(kver)-$(karch)
5
diff --git a/rootfs/samizdat-gold.yaml b/rootfs/samizdat-gold.yaml
new file mode 100644
index 0000000..f91d13a
--- /dev/null
+++ b/rootfs/samizdat-gold.yaml
@@ -0,0 +1,19 @@
1parent: buster-backport-kernel
2apt-update: true
3binaries:
4- './samizdat-update-apt-cache.sh'
5- './samizdat-patch-root.sh'
6- './samizdat-hostname.sh'
7chroot-commands:
8- "/usr/local/bin/samizdat-update-apt-cache.sh"
9- "/usr/local/bin/samizdat-patch-root.sh"
10- "/usr/local/bin/samizdat-hostname.sh"
11packages:
12- ../openssh-client_8.3p1-1_$(debarch).deb
13- ../openssh-server_8.3p1-1_$(debarch).deb
14- ../openssh-sftp-server_8.3p1-1_$(debarch).deb
15# ../openssh-tests_8.3p1-1_$(debarch).deb
16- ../ssh_8.3p1-1_all.deb
17- ../ssh-askpass-gnome_8.3p1-1_$(debarch).deb
18- sshfs
19