Fix some bugs when testing opensds ansible
[stor4nfv.git] / src / ceph / src / test / client / kernel_untar_build.sh
1 #!/bin/bash
2
3 set -e
4 name=`echo $0 | sed 's/\//_/g'`
5 mkdir $name
6 cd $name
7
8 tar jxvf /root/linux*
9 cd linux*
10 make defconfig
11 make
12 cd ..
13 rm -r linux*