Update ES and add new method of setting the root password from the UI and over SSH.
This commit is contained in:
parent
00a3eede18
commit
76200f28d5
2 changed files with 3 additions and 5 deletions
|
@ -82,10 +82,8 @@ Like any Linux distribution, this project is not the work of one person. It is
|
|||
* I'm using brand-y microSD and after flashing it partitions, reboots, and hangs.
|
||||
* When this happens the indicator is a short vibration like it's restarting normally but the power LED does not turn on. Press reset, and it will continue normally.
|
||||
* 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```
|
||||
* Password rotation can be disabled in the System Settings menu. Once committed the root password may be edited in the same menu.
|
||||
* To set the root password over ssh and keep it in sync with EmulationStation, use ```setrootpass mynewpassword```.
|
||||
* Alternatively, copy your ssh key with ssh-copy-id, and leave rotation enabled.
|
||||
* ```ssh-copy-id root@jelos```
|
||||
* I want to add games to SD Card 1 and see them in my EmulationStation games list.
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
# Copyright (C) 2020-present Fewtarius
|
||||
|
||||
PKG_NAME="emulationstation"
|
||||
PKG_VERSION="da1f1bb"
|
||||
PKG_VERSION="09dc26e"
|
||||
PKG_GIT_CLONE_BRANCH="main"
|
||||
PKG_REV="1"
|
||||
PKG_ARCH="any"
|
||||
|
|
Loading…
Reference in a new issue