FreeBSD Daily Topics

2008年10月17日≪ハウツー≫CURRENTを追いつづける方法

how to



Follow the current

FreeBSDFreeBSD CURRENTp4CURRENT

STABLERELEASECURRENTCURRENT2


freebsd-current

svn-src-all


freebsd-currentcurrentsvn-src-all

CURRENTcsup(1)/etc/src.conf
1 /etc/src.conf - csup(1)使CURRENT
# SUP
SUP_UPDATE?=    yes
SUP=            /usr/bin/csup
SUPFLAGS?=      -g -L 2
SUPHOST?=       cvsup.jp.FreeBSD.org

SUPFILE= /usr/share/examples/cvsup/standard-supfile

SUPFILE=tag=.CURRENTCURRENT
CURRENT
% su
Password:
# cd /usr/src/
# make update

/usr/src/UPDATING/usr/src/UPDATING
CURRENT
# less UPDATING

/usr/src/4
# make buildworld
# make buildkernel KERNCONF=コンフィグファイル名
# make installkernel KERNCONF=コンフィグファイル名
# reboot

mount -amergemaster -pinstallworldmergemaster
# mount -a
# mergemaster -p
# cd /usr/src/
# make installworld
# make delete-old
# mergemaster
# reboot


# make delete-old-libs

portupgradeports-mgmt/portupgrade使
/
# portupgrade -f nvidia-driver-173.14.12 hal-0.5.11_1 fusefs-kmod-0.3.9.p1.20080208_3 kqemu-kmod-1.3.0.p11_9

nvidiaFDT2008922
# reboot

CURRENT
2  - 
include GENERIC

ident           CURRENT

# disable - Debugging for use in -current
nooptions       KDB
nooptions       DDB
nooptions       GDB
nooptions       INVARIANTS
nooptions       INVARIANT_SUPPORT
nooptions       WITNESS
nooptions       WITNESS_SKIPSPIN

malloc(3)ln s aj /etc/malloc.conf
 

おすすめ記事

記事・ニュース一覧