summaryrefslogtreecommitdiffstats
path: root/release/scripts
diff options
context:
space:
mode:
authormarcel <marcel@FreeBSD.org>2005-05-03 05:37:09 +0000
committermarcel <marcel@FreeBSD.org>2005-05-03 05:37:09 +0000
commit022ad7817e2cd7673e4690d2b29bbc2a2601f2fe (patch)
tree1e1a231f0c46dc8772aa7f8dfc2b700da3aa100c /release/scripts
parent77cf565ad376ea8312bde90e5321c67fe1b72890 (diff)
downloadFreeBSD-src-022ad7817e2cd7673e4690d2b29bbc2a2601f2fe.zip
FreeBSD-src-022ad7817e2cd7673e4690d2b29bbc2a2601f2fe.tar.gz
Put gnome-lite and kde-lite on disc2 for ia64. The full gnome and kde
packages is causing the disc2 ISO to overflow in excess of 100MB. MFC after: 2 days
Diffstat (limited to 'release/scripts')
-rw-r--r--release/scripts/package-split.py12
1 files changed, 8 insertions, 4 deletions
diff --git a/release/scripts/package-split.py b/release/scripts/package-split.py
index ee8f323..9b1c1a7 100644
--- a/release/scripts/package-split.py
+++ b/release/scripts/package-split.py
@@ -42,9 +42,13 @@ def disc1_packages():
# For architectures that use a separate livefs, this is actually disc3.
def disc2_packages():
# X Desktops
- pkgs = ['x11/kde3',
- 'x11/gnome2',
- 'x11-wm/afterstep',
+ if arch == 'ia64':
+ pkgs = ['x11/gnome2-lite',
+ 'x11/kde-lite']
+ else:
+ pkgs = ['x11/gnome2',
+ 'x11/kde3']
+ pkgs.extend(['x11-wm/afterstep',
'x11-wm/windowmaker',
'x11-wm/fvwm2',
# "Nice to have"
@@ -94,7 +98,7 @@ def disc2_packages():
'security/portaudit',
'www/apache13',
'www/apache13-modssl',
- 'www/apache2']
+ 'www/apache2'])
if arch == 'i386':
pkgs.extend(['comms/ltmdm',
'www/opera'])
OpenPOWER on IntegriCloud