Merge branch 'dev' of github.com:JustEnoughLinuxOS/distribution into dev

This commit is contained in:
fewtarius 2022-02-06 17:36:55 -05:00
commit b707136a80
No known key found for this signature in database
GPG key ID: F4AE55305D1B8C1A

View file

@ -61,4 +61,10 @@ limitations under the License.
* Those platforms perform best in Android on the 552, and I have no interest in them. I recommend that you use Android instead for those.
* Will you support my device?
* If you send me a device and source code, I'll consider it.
* How can I disable root password rotation?
* SSH to the handheld and run the following commands.
* ```set_setting rotate.root.password 0```
* ```passwd root```
* ```smbpasswd root```
* Alternatively, copy your ssh key with ssh-copy-id, and leave rotation enabled.
* ```ssh-copy-id root@jelos```