mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-02-10 05:04:36 +08:00
19 lines
382 B
Plaintext
19 lines
382 B
Plaintext
README - 2010-09-19
|
|
|
|
To generate a kernel-patch change in your chakra-buildsys with:
|
|
|
|
cd ~/DEV/buildroot
|
|
./enter* chakra-i686 or ./enter* chakra-x86_64
|
|
|
|
cd ../linux-2.6-CHAKAR
|
|
|
|
rm -Rv src
|
|
rm -v patch-2.6*
|
|
|
|
./gen_kernel_patch
|
|
|
|
copy generated patch archive to kernel26 folder on our server
|
|
|
|
update kernel26 PKGBUILD
|
|
|
|
update git with new changes of aufs2, kernel26 and linux-2.6-CHAKRA |