mirror of
https://github.com/lingble/talos.git
synced 2025-12-24 00:17:11 +00:00
This adds a section on customizing Talos. Signed-off-by: Andrew Rynhard <andrew@andrewrynhard.com>
462 B
462 B
title
| title |
|---|
| Kernel |
Customizing the Kernel
FROM scratch AS customization
COPY --from=<custom kernel image> /lib/modules /lib/modules
FROM docker.io/andrewrynhard/installer:latest
COPY --from=<custom kernel image> /boot/vmlinuz /usr/install/vmlinuz
docker build --squash --build-arg RM="/lib/modules" -t talos-installer .
Now that we have a custom installer we can build Talos for the specific platform we wish to deploy to.