[Tomoyo-dev 727] Ubuntu 6.10 用カーネル

Back to archive index

Tetsuo Handa from-****@I-lov*****
2007年 12月 9日 (日) 22:33:43 JST


 熊猫です。

 Ubuntu 6.10 で /lib/firmware/ を含む TOMOYO Linux 1.5.2 カーネルパッケージの作成に成功したのでメモを残しておきます。
flavour として . を含むものは指定できないようなので tomoyo1.5.2 ではなく ccs となっています。
環境変数 AUTOBUILD を指定しないことと、 config.$flavour と vars.$flavour を作ることというのがコツのようですね。

curl 'http://pgp.nic.ad.jp/pks/lookup?op=get&search=0x17063E6D' | gpg --import
cd /usr/src/
apt-get install linux-kernel-devel fakeroot build-essential
apt-get build-dep linux-image-2.6.17-12-generic
apt-get source linux-image-2.6.17-12-generic
cd linux-source-2.6.17-2.6.17.1/
wget http://osdn.dl.sourceforge.jp/tomoyo/27219/ccs-patch-1.5.2-20071205.tar.gz
tar -zxf ccs-patch-1.5.2-20071205.tar.gz
patch -p1 < patches/ccs-patch-2.6.17.14-ubuntu1.diff
cat debian/config/i386/config.generic config.ccs > debian/config/i386/config.generic-ccs
cat debian/config/vars.generic > debian/config/i386/vars.generic-ccs
chmod +x debian/post-install
chmod -R +x debian/bin/
export CONCURRENCY_LEVEL=`grep -c '^processor' /proc/cpuinfo`
debian/rules binary-debs flavours=generic-ccs




tomoyo-dev メーリングリストの案内
Back to archive index