Browse Source

Miguel Bolanos <mike@hack-solutions.com>:

Removes un-needed packages and includes subversion-static (we still want
the users to be able to build rock with minimal right? :)
And yes this reduces minimal's size a lot, this is not the last
reduction to do, but its quite significant.


git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@1948 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc
rocklinux
Miguel Bolaños 21 years ago
parent
commit
22f408ea6e
2 changed files with 9 additions and 0 deletions
  1. +1
    -0
      Documentation/Developers/CHANGELOG-RENE
  2. +8
    -0
      misc/pkgsel/minimal.in

+ 1
- 0
Documentation/Developers/CHANGELOG-RENE

@ -2,6 +2,7 @@
*) 2003-12-11 (2.0.0-rc3 - 2.0.0-rc4)
- Sebastian Jaenicke: updated cvs
- Miguel Bolanos: updated minimal package selection
*) 2003-12-10 (2.0.0-rc3 - 2.0.0-rc4)

+ 8
- 0
misc/pkgsel/minimal.in

@ -28,8 +28,11 @@ pkgfilter sed '
/ a2ps / { s/^X /O /p; d; };
/ alsa / { s/^X /O /p; d; };
/ alsa-driver / { s/^X /O /p; d; };
/ bdb40 / { s/^X /0 /p; d; };
/ biff+comsat / { s/^X /O /p; d; };
/ bsd-finger / { s/^X /0 /p; d; };
/ bind / { s/^X /O /p; d; };
/ gpm / { s/^X /0 /p; d; };
/ howtos / { s/^X /O /p; d; };
/ ifhp / { s/^X /O /p; d; };
/ ircii / { s/^X /O /p; d; };
@ -40,6 +43,8 @@ pkgfilter sed '
/ net-snmp / { s/^X /O /p; d; };
/ pine / { s/^X /O /p; d; };
/ procmail / { s/^X /O /p; d; };
/ rfc / { s/^X /0 /p; d; };
/ rpm / { s/^X /0 /p; d; };
/ sendmail / { s/^X /O /p; d; };
/ wu-ftpd / { s/^X /O /p; d; };
@ -51,6 +56,9 @@ pkgfilter sed '
/ sparc / { p; d; };
/ x86 / { p; d; };
# Enable packages
/ subversion-static / { p; d; };
# Disable the rest
/.*/ { s/^X /O / ; p; d; };'

Loading…
Cancel
Save