This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
0x846f3c806d7845b4ee21e429d1e0e22210ba859d |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
# | |
# Script to deploy the boot files from rootfs to the boot partition | |
# | |
# This hook is meant to run in the `next` resinOS container | |
# | |
set -o errexit |