Advertisement
Guest User

Untitled

a guest
Dec 1st, 2013
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.90 KB | None | 0 0
  1. danato@danato-Lenovo-G780:~$ git clone git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git && cd linux && git checkout commit 9efa5e50598c5568b0678bb411b239a0b6e9a328 && cp /boot/config-`uname -r` .config && yes '' | make oldconfig && make clean && make -j `getconf _NPROCESSORS_ONLN` deb-pkg LOCALVERSION=-custom && cd .. && sudo dpkg -i *.deb
  2. Cloning into 'linux'...
  3. remote: Counting objects: 3329652, done.
  4. remote: Compressing objects: 100% (500057/500057), done.
  5. remote: Total 3329652 (delta 2801928), reused 3328266 (delta 2800642)
  6. Receiving objects: 100% (3329652/3329652), 696.59 MiB | 1.14 MiB/s, done.
  7. Resolving deltas: 100% (2801928/2801928), done.
  8. Checking connectivity... done
  9. Checking out files: 100% (44968/44968), done.
  10. error: pathspec 'commit' did not match any file(s) known to git.
  11. error: pathspec '9efa5e50598c5568b0678bb411b239a0b6e9a328' did not match any file(s) known to git.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement