mirror of the now-defunct rocklinux.org
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

90 lines
3.3 KiB

  1. # --- ROCK-COPYRIGHT-NOTE-BEGIN ---
  2. #
  3. # This copyright note is auto-generated by ./scripts/Create-CopyPatch.
  4. # Please add additional copyright information _after_ the line containing
  5. # the ROCK-COPYRIGHT-NOTE-END tag. Otherwise it might get removed by
  6. # the ./scripts/Create-CopyPatch script. Do not edit this copyright text!
  7. #
  8. # ROCK Linux: rock-src/target/bootdisk/config.in
  9. # ROCK Linux is Copyright (C) 1998 - 2005 Clifford Wolf
  10. #
  11. # This program is free software; you can redistribute it and/or modify
  12. # it under the terms of the GNU General Public License as published by
  13. # the Free Software Foundation; either version 2 of the License, or
  14. # (at your option) any later version. A copy of the GNU General Public
  15. # License can be found at Documentation/COPYING.
  16. #
  17. # Many people helped and are helping developing ROCK Linux. Please
  18. # have a look at http://www.rocklinux.org/ and the Documentation/TEAM
  19. # file for details.
  20. #
  21. # --- ROCK-COPYRIGHT-NOTE-END ---
  22. pkgfilter sed '
  23. # Select some packages explicitely (base)
  24. / dialog / { p; d; }; / bc / { p; d; };
  25. / dump / { p; d; }; / cpio / { p; d; };
  26. / ed / { p; d; }; / lrzsz / { p; d; };
  27. / minicom / { p; d; }; / disktype / { p; d; };
  28. / netkit-base / { p; d; }; / netkit-telnet / { p; d; };
  29. / netkit-ftp / { p; d; }; / netkit-tftp / { p; d; };
  30. / net-tools / { p; d; }; / sysvinit / { p; d; };
  31. / pciutils / { p; d; }; / portmap / { p; d; };
  32. / reiserfsprogs / { p; d; }; / rsync / { p; d; };
  33. / setserial / { p; d; }; / tcpdump / { p; d; };
  34. / libpcap / { p; d; }; / tcp_wrappers / { p; d; };
  35. / iptables / { p; d; }; / jfsutils / { p; d; };
  36. / bonnie++ / { p; d; }; / xfsprogs / { p; d; };
  37. / kbd / { p; d; }; / eject / { p; d; };
  38. / popt / { p; d; }; / raidtools / { p; d; };
  39. / mdadm / { p; d; }; / ntfsprogs / { P; d; };
  40. / linux / { p; d; }; / ddrescue / { p; d; };
  41. / iproute2 / { p; d; }; / wget / { p; d; };
  42. / kiss / { p; d; }; / udev / { p; d; };
  43. / gmp / { p; d; };
  44. # Select some non-base packages
  45. / lzo / { p; d; };
  46. # Select some packages explicitely (architectures)
  47. / bin86 / { p; d; }; / cpuburn / { p; d; };
  48. / grub / { p; d; }; / lilo / { p; d; };
  49. / memtest86 / { p; d; }; / aboot / { p; d; };
  50. / silo / { p; d; }; / nasm / { p; d; };
  51. / yaboot / { p; d; }; / aboot / { p; d; };
  52. / mac-fdisk / { p; d; }; / pdisk / { p; d; };
  53. / linux24benh/ { p; d; }; / syslinux / { p; d; };
  54. / elftoaout / { p; d; }; / hfsutils / { p; d; };
  55. / pdisk / { p; d; };
  56. # Disable packages which are not in base or not build in stages 0-4
  57. / base / ! { s/^X /O /; p; d; }; /^. -----/ { s/^X /O /; p; d; };
  58. # Disable even more packages we do not need
  59. / gcc2 / { s/^X /O /; p; d; }; / joe / { s/^X /O /; p; d; };
  60. / gdbm / { s/^X /O /; p; d; }; / pam / { s/^X /O /; p; d; };
  61. / prelink / { s/^X /O /; p; d; }; / ccache / { s/^X /O /; p; d; };
  62. / cracklib / { s/^X /O /; p; d; }; / hotplug / { s/^X /O /; p; d; };
  63. / bash=bash3 / { s/^X /O /; p; d; }; / pdksh / { s/^X /O /; p; d; };'
  64. ROCKCFGSET_CREATE_TARBZ2=1
  65. ROCKCFGSET_CREATE_GEM=0
  66. ROCKCFGSET_PKGFILE_VER=0
  67. ROCKCFGSET_PKG_GCC2_NO_CHILL=1
  68. ROCKCFGSET_PKG_GCC32_NO_JAVA=1
  69. ROCKCFGSET_PKG_GCC33_NO_JAVA=1
  70. ROCKCFGSET_PKG_GCC34_NO_JAVA=1
  71. ROCKCFGSET_PKG_BASH_PROGCOMP=0
  72. ROCKCFGSET_DO_REBUILD_STAGE=0
  73. ROCKCFGSET_CREATE_DOCS=0
  74. ROCKCFGSET_DISABLE_NLS=1
  75. ROCKCFGSET_OPTSIZE=1
  76. ROCKCFGSET_LIMITCXX=1
  77. if [ $ROCKCFG_PKG_LINUX_DEFAULT = linux26 ] ; then
  78. pkgremove lvm
  79. fi