|
Edited by Christian_S at 2016-8-22 22:03
Regarding ssh:
You get this warning because the server is new to the client. This is a safeguard measure, as the server could be compromised. You will get this message again if you install a new version of Openelec, as it will have a new ssh server id. You can normally just add the new server key to the list of known hosts.
As /storage is the "home" directory and writable, you can create a '.ssh' directory and copy your client key to the 'authorized_keys' file. Then you don't have to login via password.
Regarding boot partition, which is the 1. on the SD card, called /dev/mmcblk0p1:
It's mounted as /flash
(/dev/mmcblk0p1 on /flash type vfat (ro,noatime,fmask=0022,dmask=0022,codepage=cp437,iocharset=ascii,shortname=mixed,utf8,errors=continue))
Type in 'mount' to see the mountpoints.
You can remount the partition with 'mount -o remount,rw /flash', but be warned! Making wrong modifications will make the system unbootable and you have to repair it by inserting the microSD card into another system and correct the modifications.
The "system" is in one file, mounted via /dev/loop0, type squashfs. You cannot make modifications there, like adding a firmware to /lib/firmware. You would have to "repackage" the whole system. |
|