Skip to content

viktormalik/rhel-kernel-get

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A tool for downloading and preparing RHEL-based and upstream Linux kernels.

Usage

./rhel-kernel-get.py VERSION [--output-dir DIR] [--kabi]

Downloads and prepares the given version of the Linux kernel. If the version contains the release part (e.g., 3.10.0-862.el7), it downloads the RHEL (CentOS) kernel, otherwise (e.g., 4.10), it downloads the upstream kernel.

--output-dir specifies the output directory of the downloaded kernel.

Setting --kabi extracts the KABI whitelist (applicable to RHEL kernels only).

Requirements

  • kernel build dependencies: gcc, make.
  • cpio
  • tar, xz, bzip2
  • Python 3 packages from requirements.txt

About

A tool for downloading and preparing RHEL-based and upstream Linux kernels.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages