talos-extensions/misc/binfmt-misc
Dmitry Sharshakov 5cd226e3ea
chore: build with new toolchain
Move modules, firmware and libraries to accommodate usrmerged rootfs

Only use network where needed via new bldr, pre-download Go dependencies in prepare step, improve Go cache

Bump xen-guest-agent to make it build with current Alpine Rust

Signed-off-by: Dmitry Sharshakov <dmitry.sharshakov@siderolabs.com>
2025-02-10 16:00:19 +01:00
..
files feat: add binfmt_misc 2023-09-19 22:56:30 +04:00
manifest.yaml feat: add binfmt_misc 2023-09-19 22:56:30 +04:00
pkg.yaml chore: build with new toolchain 2025-02-10 16:00:19 +01:00
README.md docs: update documentation on installing extensions 2023-09-29 22:49:23 +04:00
vars.yaml feat: add binfmt_misc 2023-09-19 22:56:30 +04:00

binfmt_misc

Miscellaneous Binary Format is a capability of the Linux kernel that allows arbitrary executable file formats to be recognized and passed to certain user space applications, such as emulators and virtual machines.

Installation

See Installing Extensions.

Usage

Enable the kernel module in Talos machine config:

machine:
  kernel:
    modules:
      - name: binfmt_misc