This website requires JavaScript.
Explore
Help
Sign In
RepoMirrors
/
ceph
mirror of
https://github.com/ceph/ceph
Watch
1
Star
0
Fork
You've already forked ceph
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
ef50a0c959
ceph
/
qa
/
workunits
/
11_kernel_untar_build.sh
9 lines
84 B
Bash
Executable File
Raw
Blame
History
#!/bin/bash
tar jxvf /root/linux*
cd
linux*
make defconfig
make
cd
..
rm -r linux*
Reference in New Issue
View Git Blame
Copy Permalink