Enhancements
- added a new option to create an image file only and leave the device unchanged
- may be used to create modified image files for foreign model
- activate this mode with a third parameter during an "update mode" call as follows
./modfs update <source_image> <target_file_name>
- because there's no reliable way to determine the needed source image in such a case, this mode is only usable with a local source image pre-loaded manually
- to update another device with the created image file (as long as the kernel may remain unchanged), you could use the script https://github.com/PeterPawn/YourFritz/blob/master/update_yaffs2/install_inactive_rootfs on this device
- the "gui_boot_manager" modification was updated to version 0.2, the new version checks the branding of the device and ensures, that there's a valid branding selected, if the device is switched to the alternative system
Changes
- all
modscripts
are optional now, there will be a query for each one, if you leave the attributes unchanged
- the optional modification "gui_boot_manager" was renamed to "gui_boot_manager_v0.1" and deactivated (change its x-flag(s) to activate it again), it should be replaced by "gui_boot_manager_v0.2" (see above)
Bugfixes
- a corner case bug (if no automatic modscript has been executed, changing the list leads to an error) was fixed
- the visibility of the branding spans for guibootmanager was swapped
- the pre-/postchecks of guibootmanager_0.2 used the wrong branding (from the currently running system) instead of the branding(s) on the target filesystem structure