
Code: Select all
SAVE_CONFIG=yesCode: Select all
CLEAN=no
MRPROPER=no
OLDCONFIG=yesOf course - I lived fine w/o initramfs/genkernel for years. But now with a Gentoo Linux at an external USB drive a kernel having initramfs is mandatory for me b/c otherwise suspend2disk does not work (probably a bug in the kernel, but nobody of the kernel devs seems to care about that currently).rabcor wrote:thanks, that was enlightening, and yes... i noticed just now that theres no initramfs... i thought that was needed to boot the system? can i just.... not have one if i used the manual method?


The man pages are a great resource. You should get into the habit of checking out the man pages on tools that you use.man genkernel wrote:SYNOPSIS
genkernel [options] {[all] | [bzImage] | [kernel] | [initramfs]}
Actions
An action tells genkernel what you want it to do – the following actions are supported:
all
Build all steps – the kernel, modules, and the ramdisk.
bzImage
Build only the kernel.
kernel
Build only the kernel and the modules.
initramfs
Build only the ramdisk.
Code: Select all
ERROR: Could not create empty cpio at /var/tmp/genkernel/initramfs-3.4.9-gentoo