[PATCH 1/1] UBUNTU: Build-in "Ram block device support" to boot up with initramfs

bryan.wu at canonical.com bryan.wu at canonical.com
Fri Mar 20 08:34:21 UTC 2009


From: Bryan Wu <bryan.wu at canonical.com>

Bug: #329098

Debian kernel for iop32x can boot up with initramfs cause it was configurated
to build-in "Ram block device support", while our Jaunty kernel build it as a
module. So Jaunty kernel for iop32x can not boot up with initramfs as the bug
tracker recorded.

This patch fixes this bug by changing the config to build-in "Ram block device
support" for Jaunty iop32x kernel config.

Signed-off-by: Bryan Wu <bryan.wu at canonical.com>
---
 debian/config/armel/config.iop32x |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/config/armel/config.iop32x b/debian/config/armel/config.iop32x
index 4182290..88636b9 100644
--- a/debian/config/armel/config.iop32x
+++ b/debian/config/armel/config.iop32x
@@ -104,9 +104,9 @@ CONFIG_BLK_DEV_NBD=m
 # CONFIG_BLK_DEV_PDC202XX_OLD is not set
 # CONFIG_BLK_DEV_PIIX is not set
 # CONFIG_BLK_DEV_PLATFORM is not set
-CONFIG_BLK_DEV_RAM=m
+CONFIG_BLK_DEV_RAM=y
 CONFIG_BLK_DEV_RAM_COUNT=16
-CONFIG_BLK_DEV_RAM_SIZE=4096
+CONFIG_BLK_DEV_RAM_SIZE=8192
 # CONFIG_BLK_DEV_SC1200 is not set
 CONFIG_BLK_DEV_SD=y
 # CONFIG_BLK_DEV_SIIMAGE is not set
-- 
1.6.0.4





More information about the kernel-team mailing list