ceph/qa/workunits/11_kernel_untar_build.sh

9 lines
84 B
Bash
Raw Normal View History

#!/bin/bash
tar jxvf /root/linux*
cd linux*
make defconfig
make
cd ..
rm -r linux*