diff options
author | Holger Paradies <retabell@gmx.de> | 2024-03-31 18:34:26 +0200 |
---|---|---|
committer | Holger Paradies <retabell@gmx.de> | 2024-03-31 20:11:38 +0200 |
commit | 4af5a772c286dfad4d1b93abf17d72df6bfca7f0 (patch) | |
tree | 35986373f4eef0274285b26dfc304986d453afd3 | |
parent | d8af2eb748442bba32b5be3af7e54944fb98e23c (diff) | |
download | kanotix-4af5a772c286dfad4d1b93abf17d72df6bfca7f0.zip kanotix-4af5a772c286dfad4d1b93abf17d72df6bfca7f0.tar.gz |
Add slowfire note
-rwxr-xr-x | nightly_build.bash | 11 |
1 files changed, 11 insertions, 0 deletions
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 |