Wie kann ich wenn ich den kernel mit make-kpkg compiliere nen initrd machen ???
![Question :?:](./images/smilies/icon_question.gif)
mfg
C.
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.
cuman 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.