LINUX.ORG.RU

История изменений

Исправление Pinkbyte, (текущая версия) :

Сгенерировать только initrd можно командой

genkernel initramfs

Обрати внимание на синтаксис(отсутствие --).

man genkernel подтверждает:

SYNOPSIS
       genkernel [options...] action

....

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.

       initramfs
           Build only the ramdisk/initramfs.

       kernel
           Build only the kernel and the modules.

       ramdisk
           Build only the ramdisk/initramfs.

Update: но у меня - новый genkernel. Так что да, опции могут различаться, это я не подумал.

Исходная версия Pinkbyte, :

Сгенерировать только initrd можно командой

genkernel initramfs

Обрати внимание на синтаксис(отсутствие --).

man genkernel подтверждает:

SYNOPSIS
       genkernel [options...] action

....

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.

       initramfs
           Build only the ramdisk/initramfs.

       kernel
           Build only the kernel and the modules.

       ramdisk
           Build only the ramdisk/initramfs.