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.

118 lines
4.1 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/rescue/config.in
  9. # ROCK Linux is Copyright (C) 1998 - 2006 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. block_begin 0
  23. choice ROCKCFG_RESCUE_ACTION_SYSTEM_FAILURE "shell" \
  24. "reboot" "reboot if system fails to extract." \
  25. "panic" "panic if system fails to extract." \
  26. "shell" "give shell if system fails to extract"
  27. choice ROCKCFG_RESCUE_ACTION_OVERLAY_FAILURE "ignore" \
  28. "ignore" "ignore if overlay fails to extract." \
  29. "reboot" "reboot if overlay fails to extract." \
  30. "panic" "panic if overlay fails to extract." \
  31. "shell" "give shell if overlay fails to extract"
  32. text "Hostname for the stage2 system" "ROCKCFG_RESCUE_DEFAULT_HOSTNAME" "stage2"
  33. block_end
  34. pkgfilter sed '
  35. # Select some packages explicitly (base)
  36. / lvm / { s/^[OX] /X /p; d; };
  37. / lvm-wrapper / { s/^[OX] /X /p; d; };
  38. / mdadm / { s/^[OX] /X /p; d; };
  39. / dhcpcd / { s/^[OX] /X /p; d; };
  40. / lvm2 / { s/^[OX] /X /p; d; };
  41. / device-mapper / { s/^[OX] /X /p; d; };
  42. / smartmontools / { s/^[OX] /X /p; d; };
  43. / rescue-stage1-init / { s/^[OX] /X /p; d; };
  44. / busybox / { p; d; };
  45. / dialog / { p; d; }; / bc / { p; d; };
  46. / dump / { p; d; }; / cpio / { p; d; };
  47. / ed / { p; d; }; / lrzsz / { p; d; };
  48. / minicom / { p; d; }; / disktype / { p; d; };
  49. / netkit-base / { p; d; }; / netkit-telnet / { p; d; };
  50. / netkit-ftp / { p; d; }; / netkit-tftp / { p; d; };
  51. / pciutils / { p; d; }; / portmap / { p; d; };
  52. / reiserfsprogs / { p; d; }; / rsync / { p; d; };
  53. / setserial / { p; d; }; / tcpdump / { p; d; };
  54. / libpcap / { p; d; }; / tcp_wrappers / { p; d; };
  55. / iptables / { p; d; }; / jfsutils / { p; d; };
  56. / attr / { p; d; };
  57. / dmapi / { p; d; };
  58. / xfsprogs / { p; d; };
  59. / kbd / { p; d; }; / eject / { p; d; };
  60. / openssl / { p; d; }; / openssh / { p; d; };
  61. / ntfsprogs / { p; d; };
  62. / gmp / { p; d; };
  63. / lzo / { p; d; };
  64. # Select some packages explicitely (architectures)
  65. / bin86 / { p; d; };
  66. / grub / { p; d; }; / lilo / { p; d; };
  67. / memtest86 / { p; d; }; / aboot / { p; d; };
  68. / silo / { p; d; }; / nasm / { p; d; };
  69. / yaboot / { p; d; }; / aboot / { p; d; };
  70. / mac-fdisk / { p; d; }; / pdisk / { p; d; };
  71. / syslinux / { p; d; };
  72. # Disable packages which are not in base or not build in stages 0-4
  73. / base / ! { s/^X /O /p; d; }; /^. -----/ { s/^X /O /p; d; };
  74. # Disable even more packages we do not need
  75. / gcc2 / { s/^X /O /p; d; }; / joe / { s/^X /O /p; d; };
  76. / gdbm / { s/^X /O /p; d; }; / pam / { s/^X /O /p; d; };
  77. / pdksh / { s/^X /O /p; d; }; / libelf / { s/^X /O /p; d; };
  78. / prelink / { s/^X /O /p; d; }; / ccache / { s/^X /O /p; d; };
  79. / cracklib / { s/^X /O /p; d; }; / hotplug / { s/^X /O /p; d; };
  80. / devfsd / { s/^X /O /p; d; }; / rockplug / { s/^X /O /p; d; };
  81. / cron / { s/^X /O /p; d; };
  82. / dietlibc / { s/^X /O /p; d; };
  83. / sysvinit / { s/^X /O /p; d; };
  84. / uml_utilities / { s/^X /O /p; d; };
  85. / python / { s/^X /O /p; d; };
  86. / dmapi / { s/^X /O /p; d; };
  87. '
  88. pkgenable linux
  89. ROCKCFGSET_PKG_LINUX_SRC26=0
  90. ROCKCFGSET_PKG_LINUX_IMG26=0
  91. ROCKCFGSET_PKG_GCC32_NO_JAVA=1
  92. ROCKCFGSET_PKG_GCC34_NO_JAVA=1
  93. ROCKCFGSET_CREATE_TARBZ2=1
  94. ROCKCFGSET_CREATE_GEM=0
  95. ROCKCFGSET_PKGFILE_VER=0
  96. ROCKCFGSET_PKG_TERMCAP_USEIT=1
  97. ROCKCFGSET_PKG_GCC2_NO_CHILL=1
  98. ROCKCFGSET_PKG_GCC33_NO_JAVA=1
  99. ROCKCFGSET_PKG_BASH_PROGCOMP=0
  100. ROCKCFGSET_DO_REBUILD_STAGE=0
  101. ROCKCFGSET_CREATE_DOCS=0
  102. ROCKCFGSET_DISABLE_NLS=1
  103. ROCKCFGSET_OPTSIZE=1
  104. ROCKCFGSET_LIMITCXX=1