Skip to content

colorfulsing/build_fedora_kernel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build ACS & Agesa patched Fedora 33 kernel

This docker image is based on stefanlehmann's stefanlehmann/acs_fedora docker image and dglb99's script. It allows you to build a custom Fedora 33 kernel with ACS and Agesa patches.

Build the image (optional)

docker build -t colorfulsing/acs_fedora_33 -f Dockerfile .

Usage

# Replace `<local_directory>` with the local directory to which the compiled kernel rpms will be copied.
# Replace `<kernel_version>` with the kernel version you want to build.
# docker run -it -v <local_directory>:/rpms colorfulsing/acs_fedora_33 <kernel_version>
docker run -it -v /mnt:/rpms colorfulsing/acs_fedora_33 5.9.16-200.fc33

About

Docker image to build a custom fedora kernel useful for virtualization

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors