Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
SUSE:SLE-15:Update
powerpc-utils
nvsetenv
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File nvsetenv of Package powerpc-utils
#!/bin/sh if [ "$1" = "--version" ]; then echo This version of nvsetenv is just a wrapper to invoke nvram exit 0 fi if [ -z "$1" ]; then nvram --print-config elif [ -z "$2" ]; then nvram --print-config="$1" else nvram --update-config "$1"="$2" fi exit $?
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor