rockstor / rockstor-iso

scripts and files to create Rockstor iso file
18 stars 10 forks source link

add more user friendly cli utilities #1

Closed phillxnet closed 9 years ago

phillxnet commented 9 years ago

I propose we add at least the following utilities to facilitate better dev and user diagnostics. These utilities could then be augmented by a series of report scripts.

And although they can be installed if they are in the iso / installed system then in rescue mode / chroot env they are available.

phillxnet commented 9 years ago

Also to set drive power down times:-

/sbin/hdparm -S60 /dev/sda
phillxnet commented 9 years ago

nano, lsusb, lspci, and hdparm are now all installed by default on testing version of 3.8-6 iso. Note that they are also included on the iso for use in the rescue mode. This is great, thanks @schakrava closing as I think the custom script to report raw output of a bunch of things deserves it's own issue / feature request.