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