From 4cf19602727b103041ab600075c07bf6db53d7f7 Mon Sep 17 00:00:00 2001 From: Elias Bakken Date: Fri, 24 Nov 2023 20:32:15 +0100 Subject: [PATCH] Forgot to update the baseimage name --- BaseLinux/recore/Linux | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BaseLinux/recore/Linux b/BaseLinux/recore/Linux index 45e060fc..02bfd0b7 100755 --- a/BaseLinux/recore/Linux +++ b/BaseLinux/recore/Linux @@ -1,7 +1,7 @@ # This specifies the base image system BASEIMAGE_URL=https://github.com/intelligent-agent/Rebuild/releases/download/v0.0.1-RC6/rebuild-barebone-v0.0.1-RC6.img.xz -BASEIMAGE=rebuild-barebone-v0.0.1-RC5.img.xz +BASEIMAGE=rebuild-barebone-v0.0.1-RC6.img.xz ANSIBLE_PLATFORM_VARS='{"platform":"recore", "packaging":"apt", "ansible_python_interpreter": "/usr/bin/python3"}'