add freeipmi source
This commit is contained in:
15
source/freeipmi/usr/sbin/bmc-config
Executable file
15
source/freeipmi/usr/sbin/bmc-config
Executable file
@ -0,0 +1,15 @@
|
||||
#!/bin/sh
|
||||
|
||||
options="--category=core"
|
||||
|
||||
while test $# != 0
|
||||
do
|
||||
case "$1" in
|
||||
*)
|
||||
options="$options $1"
|
||||
;;
|
||||
esac
|
||||
shift
|
||||
done
|
||||
|
||||
exec /usr/sbin/ipmi-config $options
|
Reference in New Issue
Block a user