diskimage-builder/flavours/hwdiscovery/init

6 lines
157 B
Plaintext
Raw Normal View History

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