build the kernel. create a bootable efi image.

This commit is contained in:
Matt Knoop
2025-11-12 18:37:10 -07:00
parent bde0a7e0fb
commit 112169798d
6 changed files with 146 additions and 9 deletions

View File

@@ -1,10 +1,8 @@
from ubuntu
run apt update
run apt upgrade
run apt install -y bison flex gcc make libncurses-dev git
run apt install -y bc build-essential git libncurses5-dev lzop perl libssl-dev bison flex kmod device-tree-compiler
run apt install -y dwarves libelf-dev libdwarf-dev libdw-dev python3 gawk zstd
from ubuntu:latest
run apt-get update
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 ./kernelb.sh /
run chmod +x /kernelb.sh
cmd ["/usr/bin/bash","-c","/kernelb.sh"]
add ./container_cmd.sh /
run chmod +x /container_cmd.sh
cmd ["/usr/bin/bash","-c","/container_cmd.sh"]