From 4af5a772c286dfad4d1b93abf17d72df6bfca7f0 Mon Sep 17 00:00:00 2001
From: Holger Paradies <retabell@gmx.de>
Date: Sun, 31 Mar 2024 18:34:26 +0200
Subject: Add slowfire note

---
 nightly_build.bash | 11 +++++++++++
 1 file changed, 11 insertions(+)

diff --git a/nightly_build.bash b/nightly_build.bash
index 9bb61e8..5ec6b00 100755
--- a/nightly_build.bash
+++ b/nightly_build.bash
@@ -81,6 +81,17 @@ KDISTRO=slowfire
 rm -rf cache tmpfs/cache
 sed -i 's/\(export LB_DISTRIBUTION=\).*/\1"'$DISTRO'"/' auto/config
 
+
+cat <<"EOF" >$target/readme-$KDISTRO.txt
+Slowfire Isos are widely untested.
+==================================
+amd64 Iso ship with acritoxinstaller(recommended) and calamares installer(for testing)
+refind is preinstalled using grub in acritoxinstaller is recommended.
+you can enable refind later in installation with # refind-install
+EOF
+
+ln -s $target/readme-$KDISTRO.txt $next/readme-$KDISTRO.txt
+
 # kde 64
 lb clean
 lb config -d $DISTRO -p "debpool kanotix-kde-master firefox wine-staging" --bootloader grub2 --tmpfs true --tmpfs-options size=16G --apt-http-proxy "http://127.0.0.1:3142" --cache-packages false --gfxoverlays false -a amd64 --initsystem systemd
-- 
cgit v1.0