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.

15 lines
741 B

  1. MENU_PKG_BASH
  2. Here you'll find options for Bourne Again Shell.
  3. ROCKCFG_PKG_BASH_PROGCOMP
  4. This feature allows the arguments to bash commands to use completion
  5. defined with shell commands and functions. It is rarely used, so you
  6. can disable it to reduce the size of bash by about 20KB. If you are
  7. not low of disk space, leave the programmable completion enabled.
  8. ROCKCFG_PKG_BASH_HELP_CMD
  9. Bourne Again Shell has builtin help for all internal commands. You
  10. can disable this feature and reduce the size of bash by about 50KB,
  11. but if your target contains no bash documentation, as for example
  12. bootdisk, you will have no help for the shell commands. If you are
  13. not terribly low of disk space, leave the builtin help enabled.