File: Config

package info (click to toggle)
yaboot 1.3.13a-1
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k, lenny
  • size: 1,232 kB
  • ctags: 2,756
  • sloc: ansic: 9,548; sh: 2,831; asm: 343; makefile: 236
file content (30 lines) | stat: -rw-r--r-- 621 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
# Configuration variables, y == enabled n == disabled

# Enable text color configurability: the fgcolor= and bgcolor= config
# options (see yaboot.conf(5))
#
CONFIG_COLOR_TEXT 	:=	y

# Enable colormap setup.  Required on PowerMacs for text coloring to
# work right.
#
CONFIG_SET_COLORMAP 	:=	y

# Enable md5 passwords, allows value of password= to be an MD5 hash as
# well as cleartext.  When set to n only cleartext passwords are accepted.
#
USE_MD5_PASSWORDS 	:=	y

# Filesystem support
#
# Enable SGI XFS
#
CONFIG_FS_XFS 		:=	y

# Enable ReiserFS
#
CONFIG_FS_REISERFS 	:=	y

# Local Variables:
# mode: makefile
# End: