wenn ich mit den tool make-kpkg einen kernel baue und die Option --initrd setzte. Also so:
Code: Alles auswählen
make-kpkg --initrd --revision=custom.$KERNELVERSION kernel_image
Die manpage sagt "etwas" dazu. Leider bin ich ein bischen Planlos was ich hier zu tun habe?! Help
Code: Alles auswählen
,----[ Manual page make-kpkg(1) ]
| --initrd
| If make-kpkg is generating a kernel-image package, arrange to
| convey to the hook scripts run from the post installation
| maintainer scripts that this image requires an initrd, and that
| the initrd generation hook scripts should not short circuit
| early. Without this option, the example initramfs hook scripts
| bundled in with kernel-package will take no action on
| installation. The same effect can be achieved by setting the
| environment variable INITRD to any non empty value. Please note
| that unless there are hook scripts in /etc/kenel or added into
| the hook script parameter of /etc/kernel-img.conf. no initrd
| will be created (the bundled in example scripts are just
| examples -- user action is required before anything happens).
`----