lkml.org 
[lkml]   [2004]   [Feb]   [14]   [last100]   RSS Feed
Views: [more markup]  [less markup]  [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
From"Jim Gifford" <>
Subject[PATCH 2.6] -- Fixes KCONFIG for initrd
DateSat, 14 Feb 2004 00:56:44 -0800
Description: Prevents initrd from being built if ram device is built
             as a module.

--- linux-2.6.2/drivers/block/Kconfig.orig    2004-02-14 08:47:03.911807371
+0000
+++ linux-2.6.2/drivers/block/Kconfig 2004-02-14 08:49:37.739118285 +0000
@@ -313,6 +313,7 @@

 config BLK_DEV_INITRD
        bool "Initial RAM disk (initrd) support"
+       depends on BLK_DEV_RAM && BLK_DEV_RAM!=m
        help
          The initial RAM disk is a RAM disk that is loaded by the boot
loader
          (loadlin or lilo) and that is mounted as root before the normal
boot


----
Jim Gifford
maillist@jg555.com
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

\
 
 \ /
  Last update: 2005-03-22 13:00    [from the cache]
©2003-2008