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.

95 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 - 2003 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. bool 'Include the kiss shell into the initrd' ROCKCFG_BOOTDISK_USEKISS 1
  23. pkgfilter sed '
  24. # Select some packages explicitely (base)
  25. / dialog / { p; d; }; / bc / { p; d; };
  26. / dump / { p; d; }; / cpio / { p; d; };
  27. / ed / { p; d; }; / lrzsz / { p; d; };
  28. / minicom / { p; d; }; / mtools / { p; d; };
  29. / netkit-base / { p; d; }; / netkit-telnet / { p; d; };
  30. / netkit-ftp / { p; d; }; / netkit-tftp / { 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. # Select some packages explicitely (architectures)
  39. / bin86 / { p; d; }; / cpuburn / { p; d; };
  40. / grub / { p; d; }; / lilo / { p; d; };
  41. / memtest86 / { p; d; }; / aboot / { p; d; };
  42. / silo / { p; d; }; / nasm / { p; d; };
  43. / yaboot / { p; d; }; / aboot / { p; d; };
  44. / mac-fdisk / { p; d; }; / pdisk / { p; d; };
  45. / linux24benh/ { p; d; }; / syslinux / { p; d; };
  46. # Disable packages which are not in base or not build in stages 0-4
  47. / base / ! { s/^X /O /p; d; }; /^. -----/ { s/^X /O /p; d; };
  48. # Disable even more packages we do not need
  49. / gcc2 / { s/^X /O /p; d; }; / joe / { s/^X /O /p; d; };
  50. / gdbm / { s/^X /O /p; d; }; / pam / { s/^X /O /p; d; };
  51. / pdksh / { s/^X /O /p; d; }; / libelf / { s/^X /O /p; d; };
  52. / prelink / { s/^X /O /p; d; }; / ccache / { s/^X /O /p; d; };
  53. / cracklib / { s/^X /O /p; d; }; / hotplug / { s/^X /O /p; d; };'
  54. ROCKCFGSET_CREATE_TARBZ2=1
  55. ROCKCFGSET_CREATE_GEM=0
  56. ROCKCFGSET_PKGFILE_VER=0
  57. ROCKCFGSET_DIETLIBC=1
  58. ROCKCFGSET_DIETLIBC_DYN=0
  59. ROCKCFGSET_DIETLIBC_ALL=0
  60. ROCKCFGSET_DIETLIBC_modutils=1
  61. ROCKCFGSET_DIETLIBC_module_init_tools=1
  62. ROCKCFGSET_DIETLIBC_kiss=1
  63. ROCKCFGSET_DIETLIBC_tar=1
  64. ROCKCFGSET_DIETLIBC_gzip=1
  65. ROCKCFGSET_DIETLIBC_wget=1
  66. ROCKCFGSET_DIETLIBC_gawk=1
  67. ROCKCFGSET_DIETLIBC_iproute2=1
  68. ROCKCFGSET_PKG_TERMCAP_USEIT=1
  69. ROCKCFGSET_PKG_GCC3_NO_JAVA=1
  70. ROCKCFGSET_PKG_BASH_PROGCOMP=0
  71. ROCKCFGSET_DO_REBUILD_STAGE=0
  72. ROCKCFGSET_CREATE_DOCS=0
  73. ROCKCFGSET_DISABLE_NLS=1
  74. ROCKCFGSET_OPTSIZE=1
  75. ROCKCFGSET_LIMITCXX=1
  76. # Linux kernel preconfig
  77. ROCKCFGSET_PKG_LINUX_CUSTCONFIG=1
  78. cat << 'EOT' > config/$config/linux.cfg
  79. # the useful magic rq
  80. CONFIG_DEBUG_KERNEL=y
  81. CONFIG_MAGIC_SYSRQ=y
  82. EOT