diff options
author | Holger Paradies <retabell@gmx.de> | 2025-08-09 19:20:57 +0200 |
---|---|---|
committer | Holger Paradies <retabell@gmx.de> | 2025-08-09 19:20:57 +0200 |
commit | 5a4c9b48a73129d434c378d18f48d79e7aa63bfb (patch) | |
tree | b69cad2fccd61bf24c20fe9dd99070c54f3654d0 | |
parent | 815af640fb5cd67bb585c70aae8f42e5546600dc (diff) | |
download | kanotix-5a4c9b48a73129d434c378d18f48d79e7aa63bfb.zip kanotix-5a4c9b48a73129d434c378d18f48d79e7aa63bfb.tar.gz |
Update README towelfire.
-rwxr-xr-x | nightly_build.bash | 18 |
1 files changed, 10 insertions, 8 deletions
diff --git a/nightly_build.bash b/nightly_build.bash index 599ad79..e2b7da8 100755 --- a/nightly_build.bash +++ b/nightly_build.bash @@ -89,14 +89,16 @@ sed -i 's/\(export LB_DISTRIBUTION=\).*/\1"'$DISTRO'"/' auto/config cat <<"EOF" >$target/readme-$KDISTRO.txt -Towelfire Isos are pre releases. -====================================== -based on debian trixie (testing for now) -bugs are expected -broken updates may happen - -i386 ships with bookworm kernel -and may break completely +Towelfire Isos are current release. +=================================== +Based on Debian13 trixie (stable). +Isos are nightly builds. +acritox installer(recommended) +and calamares installer are provided. + +i386 eeepc4G.iso ships with bookworm kernel +and reduced firmware +and may need nomodeset to boot. EOF ln -s $target/readme-$KDISTRO.txt $next/readme-$KDISTRO.txt |