aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorColin Percival <cperciva@FreeBSD.org>2025-11-17 21:41:47 -0800
committerColin Percival <cperciva@FreeBSD.org>2025-11-19 13:37:24 -0800
commit07b7bd2311aff496b73f9552a5b3d8019685ef01 (patch)
treea8ba2749949b9d2c269d41e0d3fdb1a4a8e70a4d
parente4416d1e95c40b772dbb6889f468538f4ea9f711 (diff)
release: Remove KDE from dvd1.iso
Prior to this commit, we were shipping 2155 MB of packages (from the ports tree, not counting pkgbase) on dvd1.iso. Due to the amount of space required by shipping pkgbase packages *and* distribution sets on the DVD images, we only have 1696 MB available if we want to fit into the 4.7 GB limit for DVDs. Many users have indicated that this is indeed important. It is practically impossible to hit this target without removing KDE; while KDE and its dependencies narrowly fit (1550 MB), we exceed the limit as soon as we include either of freebsd-doc-all or gnome. While we would pick KDE over GNOME (surveys regularly indicate that KDE is the more widely used of the two), we believe that documentation is the most important thing to include. Since removing KDE leaves a bit of extra space, add editors/emacs and editors/vim. This takes the 15.0 amd64 dvd1.iso up to 4.689 GB. [1] Approved by: re (cperciva) Requested by: adamw [1] MFC after: immediately (for 15.0-RC3) Differential Revision: https://reviews.freebsd.org/D53800 (cherry picked from commit 6cc6beb4c889a049170d0aeaa9c88b9093776d6e) (cherry picked from commit 142df248ac06bd255f5aa63a5544626bb502c656)
-rwxr-xr-xrelease/scripts/pkg-stage.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/release/scripts/pkg-stage.sh b/release/scripts/pkg-stage.sh
index 6d460a83e1da..083b1baa3358 100755
--- a/release/scripts/pkg-stage.sh
+++ b/release/scripts/pkg-stage.sh
@@ -15,6 +15,8 @@ export PORTSDIR="${PORTSDIR:-/usr/ports}"
_DVD_PACKAGES="
devel/git@lite
+editors/emacs
+editors/vim
misc/freebsd-doc-all
net/mpd5
net/rsync
@@ -29,7 +31,6 @@ sysutils/tmux
www/firefox
www/links
x11/gnome
-x11/kde
x11/sddm
x11/xorg
x11-wm/sway