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/SeTPKG14
2 files changed, 10 insertions, 7 deletions
diff --git a/source/installer/ChangeLog.txt b/source/installer/ChangeLog.txt
index 55fdfaffa..2c2dfc8b2 100644
--- a/source/installer/ChangeLog.txt
+++ b/source/installer/ChangeLog.txt
@@ -1,3 +1,6 @@
+Tue Dec 8 19:22:18 UTC 2020
+ SeTPKG: Change KDE blurb to say "The KDE Plasma Desktop"
++--------------------------+
Fri Oct 30 22:06:27 UTC 2020
Add libnsl. Thanks to Olek.
+--------------------------+
diff --git a/source/installer/sources/initrd/usr/lib/setup/SeTPKG b/source/installer/sources/initrd/usr/lib/setup/SeTPKG
index 02a47373d..6ae2d2135 100755
--- a/source/installer/sources/initrd/usr/lib/setup/SeTPKG
+++ b/source/installer/sources/initrd/usr/lib/setup/SeTPKG
@@ -74,19 +74,19 @@ fi
if [ -d $DS/kde -o "$DS" = "" ]; then
cat << EOF >> $TMP/tmpscript
-"KDE" "The K Desktop Environment for X" on "The KDE series contains the K Desktop Environment and related libraries." \\
+"KDE" "The KDE Plasma Desktop" on "The KDE series contains the KDE Plasma Desktop for X." \\
EOF
fi
-if [ -d $DS/kdei -o "$DS" = "" ]; then
-cat << EOF >> $TMP/tmpscript
-"KDEI" "International language support for KDE" off "The KDEI series provides support for languages other than US English in KDE." \\
-EOF
-fi
+#if [ -d $DS/kdei -o "$DS" = "" ]; then
+#cat << EOF >> $TMP/tmpscript
+#"KDEI" "International language support for KDE" off "The KDEI series provides support for languages other than US English in KDE." \\
+#EOF
+#fi
if [ -d $DS/l -o "$DS" = "" ]; then
cat << EOF >> $TMP/tmpscript
-"L" "System Libraries (some needed by both KDE and GNOME)" "on" "The L series contains libraries needed by GNOME, KDE, and other programs." \\
+"L" "System Libraries (some needed by both KDE and Xfce)" "on" "The L series contains libraries needed by KDE, Xfce, and other programs." \\
EOF
fi