mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-08 12:45:26 -05:00
mknwzboot: add support for uninstallation
There is not need for a bootloader file to create an uninstall firmware so one needs to provide a model. Also cleanup the install script a bit by factoring message into a function, also print them to the log so that the user can report what was printed on the screen easily. The uninstall script is quite trivial, it remounts the rootfs and restores the backed up OF to its right place. Change-Id: I1f5c0efeb965fdc7fe17f45c2753c0f52c34f7f1
This commit is contained in:
parent
ac59669d46
commit
7de1d8b70f
6 changed files with 247 additions and 25 deletions
|
|
@ -33,6 +33,7 @@ extern "C" {
|
|||
void dump_nwz_dev_info(const char *prefix);
|
||||
/* return 0 on success */
|
||||
int mknwzboot(const char *bootfile, const char *outfile, bool debug);
|
||||
int mknwzboot_uninst(const char *model, const char *outfile, bool debug);
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue