Update of /cvsroot/gc-linux/linux/arch/ppc/configs
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14248/arch/ppc/configs
Modified Files:
gamecube_defconfig
Log Message:
added initrd suport (by Anders "kirin" Haugen)
You need to make zImage.initrd now, and it creates zImage.initrd.elf
Index: gamecube_defconfig
===================================================================
RCS file: /cvsroot/gc-linux/linux/arch/ppc/configs/gamecube_defconfig,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- gamecube_defconfig 29 Jan 2004 01:07:07 -0000 1.3
+++ gamecube_defconfig 29 Jan 2004 23:08:15 -0000 1.4
@@ -101,7 +101,7 @@
CONFIG_BINFMT_ELF=y
CONFIG_BINFMT_MISC=m
CONFIG_CMDLINE_BOOL=y
-CONFIG_CMDLINE="root=/dev/sda2 video=gamecubefb"
+CONFIG_CMDLINE="root=/dev/ram0 video=gamecubefb"
#
# Bus options
@@ -390,7 +390,8 @@
#
# File systems
#
-# CONFIG_EXT2_FS is not set
+CONFIG_EXT2_FS=y
+# CONFIG_EXT2_FS_XATTR is not set
# CONFIG_EXT3_FS is not set
# CONFIG_JBD is not set
# CONFIG_REISERFS_FS is not set
|