Displaying 1 result from an estimated 1 matches for "extsrcdir".
2006 Mar 24
2
New sysinstall in 6.1-PRE. make own release
...ine panic with "no init" diagnose. Reason --
need string in loader.conf:
vfs.root.mountfrom="ufs:/dev/md0c"
(I need some another strings for my own loader.conf)
For creating release I use command:
make release BUILDNAME=6.1-PRERELEASE CHROOTDIR=/usr/release \
CVSROOT=/home/ncvs EXTSRCDIR=/usr/src KERNELS=OILSPACE1 \
LOCAL_PATCHES=/usr/src_local_patches NO_FLOPPIES=yes NO_ISOS=yes \
NODOC=yes NOPORTS=yes RELEASETAG=RELENG_6 KERNELS_BASE="OILSPACE1 \
GENERIC"
My local patches -- only new unionfs currently.
install.cfg I put in /usr/src/release directory.
Can anybody help...