summaryrefslogtreecommitdiffstats
path: root/source/installer
diff options
context:
space:
mode:
Diffstat (limited to 'source/installer')
-rw-r--r--source/installer/ChangeLog.txt3
-rwxr-xr-xsource/installer/sources/initrd/usr/lib/setup/SeTPKG2
2 files changed, 4 insertions, 1 deletions
diff --git a/source/installer/ChangeLog.txt b/source/installer/ChangeLog.txt
index 1f7429082..3d504073b 100644
--- a/source/installer/ChangeLog.txt
+++ b/source/installer/ChangeLog.txt
@@ -1,3 +1,6 @@
+Tue Mar 31 18:02:13 UTC 2020
+ In series selection menu, don't (falsely) mention Qt being in the KDE series.
++--------------------------+
Sat Feb 29 06:17:27 UTC 2020
Added kernel modules:
dm-bufio, dm-bio-prison, dm-persistent-data, dm-snapshot, dm-thin-pool.
diff --git a/source/installer/sources/initrd/usr/lib/setup/SeTPKG b/source/installer/sources/initrd/usr/lib/setup/SeTPKG
index 22ad2d9d3..02a47373d 100755
--- a/source/installer/sources/initrd/usr/lib/setup/SeTPKG
+++ b/source/installer/sources/initrd/usr/lib/setup/SeTPKG
@@ -74,7 +74,7 @@ fi
if [ -d $DS/kde -o "$DS" = "" ]; then
cat << EOF >> $TMP/tmpscript
-"KDE" "Qt and the K Desktop Environment for X" on "The KDE series contains the K Desktop Environment and related libraries." \\
+"KDE" "The K Desktop Environment for X" on "The KDE series contains the K Desktop Environment and related libraries." \\
EOF
fi