From 7df987a652b93d55dd8eca363706d3bacc469b55 Mon Sep 17 00:00:00 2001 From: William Harrington Date: Thu, 27 Nov 2014 16:29:31 -0600 Subject: Initial commit message for lfs live howto. --- book/git.html | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 book/git.html (limited to 'book/git.html') diff --git a/book/git.html b/book/git.html new file mode 100644 index 0000000..9fc4d32 --- /dev/null +++ b/book/git.html @@ -0,0 +1,3 @@ + +2.2. GIT

2.2. GIT

[Note]

Note

This chapter is mandatory for building the livecd.

2.2.1. Introduction to GIT

GIT is a version control system, mainly used by the linux kernel maintainers, but other developers use it as well as the developers of AUFS

To download AUFS in the next chapter we need to be able to checkout the AUFS branch. So we need to install GIT first

2.2.2. Install GIT

./configure --prefix=/usr 
+make

Now install GIT as root:

make install
-- cgit v1.2.3-54-g00ecf