]> git.ozlabs.org Git - tonyb-yaboot.git/blobdiff - Config
Commit yaboot 1.3.4-pre1
[tonyb-yaboot.git] / Config
diff --git a/Config b/Config
new file mode 100644 (file)
index 0000000..0d03fa0
--- /dev/null
+++ b/Config
@@ -0,0 +1,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: