mirror of
https://github.com/Jan21493/Linkplay.git
synced 2025-02-08 20:17:09 +00:00
Update boot-process.md
This commit is contained in:
parent
e6b4c1ea9f
commit
bf950b6780
1 changed files with 5 additions and 0 deletions
|
@ -448,6 +448,11 @@ To read a specific variable from NVRAM or modify its value use these commands:
|
|||
nvram_get 2860 HostName
|
||||
nvram_get 2860 lan_ipaddr
|
||||
nvram_get 2860 lan_netmask
|
||||
nvram_set 2860 HostName MyBoomBox
|
||||
nvram_get old_firmware
|
||||
# to delete a variable from NVRAM skip '2860' and the value, e.g.
|
||||
nvram_set old_firmware
|
||||
# Note: the variable is not really deleted, but set to ''
|
||||
|
||||
# displays password admin and sets a new one
|
||||
nvram_get 2860 Password
|
||||
|
|
Loading…
Reference in a new issue