From bbe0b4e27a84aef951cd85a9a6f9501fd43fa7ef Mon Sep 17 00:00:00 2001 From: lagertonne Date: Sun, 7 Mar 2021 16:43:04 +0100 Subject: [PATCH] Add auto config to prevent switching to stretch --- auto/config | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 auto/config diff --git a/auto/config b/auto/config new file mode 100644 index 0000000..1efd2b9 --- /dev/null +++ b/auto/config @@ -0,0 +1,6 @@ +#!/bin/sh + +lb config noauto \ + --architectures amd64 \ + --distribution buster \ + "${@}"