GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
NVRAM(8) FreeBSD System Manager's Manual (powerpc) NVRAM(8)

nvramdisplay or modify contents of the EEPROM or NVRAM

nvram -p

nvram [-d name] ... [name=value ...]

The nvram utility provides an interface for displaying and changing the system's configuration variables contained in EEPROM or NVRAM. In the first synopsis form, all available configuration variables and their current values are printed. In the second form, the variable selected by name is either removed or its value is changed to the value following by ‘=’ sign.

The following options are available:

name
Delete the variable selected by name from the EEPROM or NVRAM. The -d flag can be specified multiple times, in which case multiple variables will be removed.
Print all available configuration variables and their current values.

Print all available configuration variables and their current values:

nvram -p

Remove the variable named local-mac-address?:

nvram -d local-mac-address\?

Set the value of the local-mac-address? variable to “true”:

nvram local-mac-address\?=true

Note that the ‘\’ in the above examples is used to keep the shell from interpreting the ‘?’.

Remove variables named foo and bar and set variable named baz to “100”:

nvram -d foo -d bar baz=100

powermac_nvram(4)

The nvram utility first appeared in FreeBSD 7.0. It is inspired by the Darwin/Mac OS X nvram utility.

Maxim Sobolev <sobomax@FreeBSD.org>

June 19, 2020 FreeBSD 14.3-RELEASE

Search for    or go to Top of page |  Section 8 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.