さて、unionfsからaufsを導入しようとして大苦戦、gitをインストール出来たけれどイマイチ使い方が訳分からん
そこで、何とかhttp://aufs.sourceforge.net/のインストールを方法を頼りにlinux-2.6.38のstandaloneをゲットに挑戦
[root@p-4 ~] # mkdir pepogit
[root@p-4 ~]# cd pepogit/
[root@p-4 pepogit]# git clone http://git.c3sl.ufpr.br/pub/scm/aufs/aufs2-standal
one.git aufs2-standalone.git
Cloning into aufs2-standalone.git...
[root@p-4 pepogit]# ls
aufs2-standalone.git
[root@p-4 pepogit]# cd aufs2-standalone.git/
[root@p-4 aufs2-standalone.git]# ls
COPYING Makefile config.mk include
[root@p-4 aufs2-standalone.git]# ls
COPYING Makefile config.mk include
[root@p-4 aufs2-standalone.git]# git checkout origin/aufs2.2-38
Note: checking out 'origin/aufs2.2-38'.
You are in 'detached HEAD' state. You can look around, make experimental
changes and commit them, and you can discard any commits you make in this
state without impacting any branches by performing another checkout.
If you want to create a new branch to retain commits you create, you may
do so (now or later) by using -b with the checkout command again. Example:
git checkout -b new_branch_name
HEAD is now at e5e32fc... aufs2.2 standalone version for linux-2.6.38
[root@p-4 aufs2-standalone.git]# ls
COPYING README config.mk loopback.patch
ChangeLog aufs2-base.patch design proc_map.patch
Documentation aufs2-kbuild.patch fs
Makefile aufs2-standalone.patch include
[root@p-4 aufs2-standalone.git]#
ようやく aufs2 のパッチとMakefileらしいファイルがgetできたよ
pepoと