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

Amit Kucheria amit.kucheria at canonical.com
Fri Mar 20 09:00:42 UTC 2009


On Fri, Mar 20, 2009 at 04:34:21PM +0800, bryan.wu at canonical.com wrote:
> 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

ACK. Applied.

Thanks.

-- 
----------------------------------------------------------------------
Amit Kucheria, Kernel Engineer || amit at canonical.com
----------------------------------------------------------------------




More information about the kernel-team mailing list