6 lines
157 B
Plaintext
6 lines
157 B
Plaintext
echo "Starting HW Discovery"
|
|
# XXX: Collect iLO specific data, bundle everything up and POST it somewhere
|
|
lshw -json # XXX: Do something with this
|
|
sleep 30
|
|
|