initrd mit make-kpkg

Welches Modul/Treiber für welche Hardware, Kernel compilieren...
Antworten
C.
Beiträge: 14
Registriert: 28.03.2004 21:33:10

initrd mit make-kpkg

Beitrag von C. » 14.04.2004 02:54:33

Hey Guys

Wie kann ich wenn ich den kernel mit make-kpkg compiliere nen initrd machen ???

:?:
mfg

C.

tylerD
Beiträge: 4068
Registriert: 10.07.2002 17:34:13
Wohnort: Halle/Saale
Kontaktdaten:

Beitrag von tylerD » 14.04.2004 08:32:33

Code: Alles auswählen

c# make-kpkg --help|grep initrd
 --initrd              Create a image package suitable for initrd  for kernel
 --mkimage  foo        Command to generate the initrd image.

man make-kpkg hat geschrieben: --initrd
If make-kpkg is generating a kernel-image package, perform any
actions necessary for a kernel loaded using initrd. NOTE: this
requires a non-standard cramfs initrd patch to the kernel
sources, (unless the mkinitrd configuration has been modified
not to use cramfs) or may result in a unbootable kernel. The
patch is generally present in the kernel sources shipped by
Debian, but is not present in pristine kernel sources. This
option may include extra dependencies, and modifications to
maintainer scripts. It has no effect when make-kpkg is not mak-
ing a kernel-image package. The same effect can be achieved by
setting the environment variable INITRD to any non empty value.
This option results in a warning, to avoid the warning set the
environment variable INITRD_OK to a non empty value. To avoid a
warning at install time, please read kernel-img.conf(5), and add
a warn_initrd directive in that file. To avoid the warning at
compile time, please set the environment variable INITRD_OK.
cu

C.
Beiträge: 14
Registriert: 28.03.2004 21:33:10

Beitrag von C. » 14.04.2004 15:33:02

thx

C.

Antworten