Skip to content

modfs

Compare
Choose a tag to compare
@PeterPawn PeterPawn released this 18 Feb 19:40
· 348 commits to master since this release

Enhancements

  • added three new parameters to install an image without further modifications, this process may include "root filesystem only" (parameter "installroot"), "wrapper partition (yaffs2) and root filesystem" ("installfs") or "wrapper with root filesystem and kernel" ("install")
  • each "install" mode requires the name of the image to be installed as 3rd argument
  • added a statically linked busybox binary (built with the Freetz toolchain, use "bbconfig" to get the compile time settings) to the archive, it makes installing modifications with the "patch" applet possible instead of "sed"
  • added some environment settings for "modscripts" to avoid duplicate code to detect some settings in each "modscript"
  • added a new modification to start the display of home-network clients (net/net_overview.lua) with a visible "MAC" column
  • added a template for modscripts showing the environment settings usable by default

Changes

  • mod_mount_by_label changed to support FRITZ!OS >= 06.36 now (only replaces the value from "usb.cfg" with a fixed "yes")
  • changed some "modscript titles" (with the hope, the new ones apply better)
  • changed path for /var/custom/etc/profile in mod_profile
  • gui_boot_manager_v0.2 now supports FRITZ!OS < 06.36

Bugfixes

  • none