changes to the initramfs. very specific changes to included kernel modules.

This commit is contained in:
Matt Knoop
2025-12-09 17:17:07 -07:00
parent 09eb3c54ba
commit e914ac9619
9 changed files with 113 additions and 33 deletions

View File

@@ -4,5 +4,6 @@ run apt-get upgrade -y
run apt-get install -y bison flex gcc make libncurses-dev git bc build-essential git libncurses5-dev lzop perl libssl-dev bison flex kmod device-tree-compiler dwarves libelf-dev libdwarf-dev libdw-dev python3 gawk zstd
workdir /linux
add ./config/container_cmd.sh /
add ./config/update_kernel_make_config.py /
run chmod +x /container_cmd.sh
cmd ["/usr/bin/bash","-c","/container_cmd.sh"]