Re: 2.0.34pre14

Wolfgang Walter (wolfgang.walter@stusta.mhn.de)
Fri, 15 May 1998 20:08:27 +0200


I need the following patch to compile 2.0.34p14 (and p13) with ramdisk but
without initrd:

----------------------------
--- drivers/block/rd.c.orig1 Fri May 15 20:04:57 1998
+++ drivers/block/rd.c Fri May 15 20:04:44 1998
@@ -518,10 +518,11 @@
if (rd_doload == 0)
return;

- if (MAJOR(ROOT_DEV) != FLOPPY_MAJOR &&
+ if (MAJOR(ROOT_DEV) != FLOPPY_MAJOR
#ifdef CONFIG_BLK_DEV_INITRD
- MAJOR(real_root_dev) != FLOPPY_MAJOR)
+ && MAJOR(real_root_dev) != FLOPPY_MAJOR
#endif
+ )
return;

if (rd_prompt) {

-----------------------------

Wolfgang Walter

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu