[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

custom kernel



On Tue, Jun 12, 2007 at 05:11:51PM +0400, Vladimir Stavrinov wrote:
> 
> Typical problem I am solving with custom kernel for years is
> installation system onto hardware not supported by Debian. In
> most cases this is disk (raid) controllers supported by drivers
> in binary form only (no open source) available for limited list
> of distributions like suse or redaht. Few years ago I have
> written the script, generating bootable iso image with custom
> kernel (e.g. taken from radhat) and as minimum running base
> system from debian, boot loader and some extra packages. With
> this image I install base system manually using debootstrap. All
> is OK, but whole system running from big ram disk, at least 128
> MB in size. That is why I think how to adapt debian live for
> this task. Here is way I think about, but not testing yet:
> 
> 1. Make package with custom kernel, e.g. kernel-2.6.22-custom.deb
> 2. Put kernel package to config/chroot_local-packages
> 3. Set configuration parameters:
> 
> 	LIVE_LINUX_PACKAGES="kernel-2.6.22"
> 	LIVE_LINUX_FLAVOURS="custom"
> 	LIVE_CHROOT_FILESYSTEM="plain"

Why do you need a plain (rather than squashfs) filesystem?
Is it because your custom kernel does not support squashfs?

> 
> 4. Build debian live as usual.

-- 
               Tzafrir Cohen       
icq#16849755                    jabber:tzafrir at jabber.org
+972-50-7952406           mailto:tzafrir.cohen at xorcom.com       
http://www.xorcom.com  iax:guest at local.xorcom.com/tzafrir



Reply to: