
genkernel
List of commands for genkernel:
-
genkernel:tldr:74900 genkernel: Generate a kernel with a custom name.$ sudo genkernel --kernname=${custom_name} alltry on your machineexplain this command
-
genkernel:tldr:79ceb genkernel: Automatically compile and install a generic kernel.$ sudo genkernel alltry on your machineexplain this command
-
genkernel:tldr:812a2 genkernel: Apply changes to the kernel configuration before compiling and installing.$ sudo genkernel --menuconfig alltry on your machineexplain this command
-
genkernel:tldr:822e8 genkernel: Use a kernel source outside the default directory `/usr/src/linux`.$ sudo genkernel --kerneldir=${path-to-directory} alltry on your machineexplain this command
-
genkernel:tldr:cda40 genkernel: Build and install the bzImage|initramfs|kernel|ramdisk only.$ sudo genkernel ${select}try on your machineexplain this command