Commit Graph

6 Commits

Author SHA1 Message Date
lily
356e84f6e5
make: x_finalize_helper.firm
To prevent conflict with chainloader
2024-08-14 01:23:20 +02:00
Gruetzig
fcd78aa45d
we love /bin/sh 2024-05-04 20:57:10 +02:00
Gruetzig
c27b7e454f
make firm uninstallable 2024-03-21 15:10:11 +01:00
lifehackerhansol
5077986210
Move finalize directory into a new romfs folder
The script expects a `finalize` directory in the root of romfs, which
is where all the files are.

3dstool is simple-minded; when specified a folder as the romfs target,
that folder becomes the root of romfs. This causes the built romfs to
have no `finalize` directory.

Move `finalize` to `romfs/finalize` and use the `romfs` directory for
3dstool.
2024-03-14 12:38:52 -07:00
lifehackerhansol
c04a362616
script: don't hardcode sha256sum of romfs
Add a temporary variable that can be replaced externally, via `sed` or
other mechanism.

Let our GitHub Actions workflow add the sha256sum of the built romfs.
2024-03-14 12:38:52 -07:00
lifehackerhansol
18f33556a4
Add Makefile and instructions 2024-03-14 12:38:33 -07:00