]> git.proxmox.com Git - ceph.git/blob - ceph/src/test/client/kernel_untar_build.sh
update sources to ceph Nautilus 14.2.1
[ceph.git] / ceph / src / test / client / kernel_untar_build.sh
1 #!/usr/bin/env 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*