]> git.ozlabs.org Git - yaboot.git/blob - Config
Fix botched IBM patch (multiple partition handling on rs6k)
[yaboot.git] / Config
1 # Configuration variables, y == enabled n == disabled
2
3 # Enable text color configurability: the fgcolor= and bgcolor= config
4 # options (see yaboot.conf(5))
5 #
6 CONFIG_COLOR_TEXT       :=      y
7
8 # Enable colormap setup.  Required on PowerMacs for text coloring to
9 # work right.
10 #
11 CONFIG_SET_COLORMAP     :=      y
12
13 # Enable md5 passwords, allows value of password= to be an MD5 hash as
14 # well as cleartext.  When set to n only cleartext passwords are accepted.
15 #
16 USE_MD5_PASSWORDS       :=      y
17
18 # Filesystem support
19 #
20 # Enable SGI XFS
21 #
22 CONFIG_FS_XFS           :=      y
23
24 # Enable ReiserFS
25 #
26 CONFIG_FS_REISERFS      :=      y
27
28 # Local Variables:
29 # mode: makefile
30 # End: