From 1a3686bf50694d21ed29abdd65b64b0e96c5ce2d Mon Sep 17 00:00:00 2001 From: Andrew Cady Date: Wed, 14 Oct 2020 15:30:33 -0400 Subject: fixed rootfs it still needs work, but I got an image --- rootfs/buster-backport-kernel.yaml | 5 +++++ rootfs/samizdat-gold.yaml | 19 +++++++++++++++++++ 2 files changed, 24 insertions(+) create mode 100644 rootfs/buster-backport-kernel.yaml create mode 100644 rootfs/samizdat-gold.yaml 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 @@ +parent: samizdat +apt-update: true +packages: +- linux-image-$(kver)-$(karch) + 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 @@ +parent: buster-backport-kernel +apt-update: true +binaries: +- './samizdat-update-apt-cache.sh' +- './samizdat-patch-root.sh' +- './samizdat-hostname.sh' +chroot-commands: +- "/usr/local/bin/samizdat-update-apt-cache.sh" +- "/usr/local/bin/samizdat-patch-root.sh" +- "/usr/local/bin/samizdat-hostname.sh" +packages: +- ../openssh-client_8.3p1-1_$(debarch).deb +- ../openssh-server_8.3p1-1_$(debarch).deb +- ../openssh-sftp-server_8.3p1-1_$(debarch).deb +# ../openssh-tests_8.3p1-1_$(debarch).deb +- ../ssh_8.3p1-1_all.deb +- ../ssh-askpass-gnome_8.3p1-1_$(debarch).deb +- sshfs + -- cgit v1.2.3