Closed abjugard closed 1 year ago
https://github.com/HamletDuFromage/aio-switch-updater#-update-cfw
You're in luck, it already is a feature! It's copy_files.txt
https://github.com/HamletDuFromage/aio-switch-updater#-update-cfw
You're in luck, it already is a feature! It's copy_files.txt
Hahaha, OK, I should have read the docs more carefully. Sorry for wasting your time!
What feature are you suggesting? When updating Hekate it's great that the reboot payload can be replaced with Hekate.
However, I have Hekate configured to boot atmosphere by loading fusee.bin from
/bootloader/payloads/fusee.bin
.When atmosphere is updated I need to update this payload in order for boot to succeed from Hekate, but I also want Hekate to be my reboot payload.
Describe the solution you'd like I think this is a common-ish configuration, but regardless, a solution that would work for me would be if AiO Switch Updater could be configured to automatically run a simple script after installing an atmosphere update, then I could just make a script that copied
/atmosphere/reboot_payload.bin
to/bootloader/payloads/fusee.bin
.Describe alternatives you've considered
fusee.bin
or other reasonable name, e.g.reboot payload_orig.bin
.