Added a sed to ensure Ext2 support is on; bug #52558.
authorTim Yamin <plasmaroo@gentoo.org>
Mon, 12 Jul 2004 21:52:06 +0000 (21:52 +0000)
committerTim Yamin <plasmaroo@gentoo.org>
Mon, 12 Jul 2004 21:52:06 +0000 (21:52 +0000)
git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/genkernel/trunk@111 67a159dc-881f-0410-a524-ba9dfbe2cb84

gen_configkernel.sh
x86/config.sh

index 927cba2c2ecb0c88da2ac17ed6f0429e3f84c2aa..20a1f5ce3d429bcdf17be9d29ce6597fec20ae00 100644 (file)
@@ -92,4 +92,6 @@ config_kernel() {
                [ "$?" ] || gen_die 'Error: xconfig failed!'
        fi
 
+       # Make sure Ext2 support is on...
+       sed -i ${KERNEL_DIR}/.config -e 's/#\? \?CONFIG_EXT2_FS[ =].*/CONFIG_EXT2_FS=y/g'
 }
index 7a2f372dff087b76fe01b60aad282785eb9dbb61..0da8b0c9f85477a35e6e94e9c8a0947f99dbf711 100644 (file)
@@ -23,4 +23,3 @@ UTILS_AS=as
 UTILS_LD=ld
 
 COMPRESS_INITRD=yes
-