mirror of
https://git.proxmox.com/git/fwupd
synced 2025-06-04 19:55:48 +00:00

This runs a script inside the firmware archive to generate firmware specific to the machine. This uses bubblewrap to protect the local machine.
3 lines
45 B
Bash
Executable File
3 lines
45 B
Bash
Executable File
#/bin/sh
|
|
cat source.bin | rev > firmware.bin
|