patch for kernel source tree
Status: Beta
Brought to you by:
sfjro
I made patchset for linux kernel source tree.
It consists of three files.Please copy files
into top of aufs source tree.
aufs-patch.sh:
script file that applies patch against linux kernel
and copy aufs source tree into kernel source.
Usage is "cd aufs;sh aufs-patch.sh /path/to/linux"
aufs-makefile.patch:
patch for fs/aufs/Makefile.
for applying this patch,run following command.
cd /path/to/linux;patch -p0 < aufs-makefile.patch
aufs-kconfig.patch:
patch for fs/Kconfig.
for applying this patch,run following command
after copy fs/aufs source to kernel source.
cd /path/to/linux;patch -p1 < aufs-kconfig.patch
patches was tested on linux-2.6.18.1,and compiled
successfully.
aufs patches to copy into kernel source tree
Logged In: NO
some wrong definations and lack of compile options exist
in first patchset.fix it,sorry.
Please get archive from
http://itn2002.sakura.ne.jp/archive/aufs/aufs-patches.tar.gz
Logged In: NO
wow what a god patgh broo by the way i want to build my own *distro so i use linux live script but there is a problem with aufs and squashfs file so can you help me