"tce-load -i" loads a local extension, but doesn't install it (into "onboot.lst") - why's that?
To install the "wifi" extension on a Pi Zero W I have to copy the extension files into the persistent storage partition by other means (because the Pi can't connect to the network until wifi is installed - chicken, egg, chicken, ...), but because "tce-load -i" only loads the extension (doesn't install it), I then have to manually add lines to "onboot.lst" to persist it.
"tce-load -i" behaves as I would expect "tce-load -il" to behave. Is it a bug, or have I misunderstood?
I tried loading the extension with "tce-load -i wifi", then "tce-load -wi wifi" to download and install it, but it won't let me do that because the extension is already loaded.
Thanks,
Rob.