Shell img.gz 2 md0

What I'm trying to do is combine these two lines into one... Not sure if it is possible
Code:
gzip -d -c image.img.gz > image.img
mdconfig -f image.img -u 0
 
Back
Top