mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH 2.6] -- Fixes KCONFIG for initrd
@ 2004-02-14  8:56 Jim Gifford
  2004-02-15 13:11 ` Adrian Bunk
  0 siblings, 1 reply; 4+ messages in thread
From: Jim Gifford @ 2004-02-14  8:56 UTC (permalink / raw)
  To: Linux Kernel

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


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH 2.6] -- Fixes KCONFIG for initrd
  2004-02-14  8:56 [PATCH 2.6] -- Fixes KCONFIG for initrd Jim Gifford
@ 2004-02-15 13:11 ` Adrian Bunk
  2004-02-15 19:24   ` Jim Gifford
  2004-02-26  7:47   ` Jim Gifford
  0 siblings, 2 replies; 4+ messages in thread
From: Adrian Bunk @ 2004-02-15 13:11 UTC (permalink / raw)
  To: Jim Gifford; +Cc: Linux Kernel

On Sat, Feb 14, 2004 at 12:56:44AM -0800, Jim Gifford wrote:
> 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
>...

          depends on BLK_DEV_RAM=y


> Jim Gifford

cu
Adrian

-- 

       "Is there not promise of rain?" Ling Tan asked suddenly out
        of the darkness. There had been need of rain for many days.
       "Only a promise," Lao Er said.
                                       Pearl S. Buck - Dragon Seed


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH 2.6] -- Fixes KCONFIG for initrd
  2004-02-15 13:11 ` Adrian Bunk
@ 2004-02-15 19:24   ` Jim Gifford
  2004-02-26  7:47   ` Jim Gifford
  1 sibling, 0 replies; 4+ messages in thread
From: Jim Gifford @ 2004-02-15 19:24 UTC (permalink / raw)
  To: Linux Kernel

[-- Attachment #1: Type: text/plain, Size: 43 bytes --]

I resent the patch to rusty's trival area.

[-- Attachment #2: linux-initrd-1.patch --]
[-- Type: application/octet-stream, Size: 521 bytes --]

Description: Prevents initrd from being built if ram device is built as a module. 

--- linux/drivers/block/Kconfig.orig	2004-02-14 08:47:03.911807371 +0000
+++ linux/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

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH 2.6] -- Fixes KCONFIG for initrd
  2004-02-15 13:11 ` Adrian Bunk
  2004-02-15 19:24   ` Jim Gifford
@ 2004-02-26  7:47   ` Jim Gifford
  1 sibling, 0 replies; 4+ messages in thread
From: Jim Gifford @ 2004-02-26  7:47 UTC (permalink / raw)
  To: Adrian Bunk; +Cc: Linux Kernel

[-- Attachment #1: Type: text/plain, Size: 40 bytes --]

Resend of the patch, due to wrap around.

[-- Attachment #2: linux-initrd-1.patch --]
[-- Type: application/octet-stream, Size: 521 bytes --]

Description: Prevents initrd from being built if ram device is built as a module. 

--- linux/drivers/block/Kconfig.orig	2004-02-14 08:47:03.911807371 +0000
+++ linux/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

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2004-02-26  7:47 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-02-14  8:56 [PATCH 2.6] -- Fixes KCONFIG for initrd Jim Gifford
2004-02-15 13:11 ` Adrian Bunk
2004-02-15 19:24   ` Jim Gifford
2004-02-26  7:47   ` Jim Gifford

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®