From 006a02fc3887f9cf9f292ead0ae30c6b063a169c Mon Sep 17 00:00:00 2001 From: humocs-man <251756307+humocs-man@users.noreply.github.com> Date: Wed, 11 Mar 2026 21:11:15 +0100 Subject: [PATCH] Create config.toml --- iso/config.toml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 iso/config.toml diff --git a/iso/config.toml b/iso/config.toml new file mode 100644 index 0000000..b6aa38b --- /dev/null +++ b/iso/config.toml @@ -0,0 +1,6 @@ +[image] +type = "anaconda-iso" +arch = "x86_64" + +[installer] +image = "ghcr.io/humocs-man/fluffy-pancake:stable"