2010年3月30日火曜日

DragonFly 、2.6 のブランチが切られた

やったねたえちゃん!

2.6 branched, 2.7 now for development
http://www.shiningsilence.com/dbsdlog/2010/03/29/5650.html


追記)
VMware Fusion で動かしてるものを 2.6 にした
bash-4.1$ uname -mrs
DragonFly 2.6-RELEASE x86_64

手順は書くまでもないけれど以下
# cd /usr/
# make src-update
# cd /usr/src/
DragonFly_RELEASE_2_6 を確認して checkout
# git branch -r
# git checkout DragonFly_RELEASE_2_6
# git branch -l
DragonFly_RELEASE_2_4
* DragonFly_RELEASE_2_6
master
buildworld, buildkernel
# nice make -j4 buildworld buildkernel
後は割愛。

DragonFly の場合、quickworld, quickkernel というターゲットもあるのでバージョンが変わるとき以外はだいたいそっちを使ってるな。ビルドに失敗したら潔く build〜〜を使う。

0 件のコメント:

コメントを投稿