Displaying 2 results from an estimated 2 matches for "buildname".
Did you mean:
build_name
2006 Mar 24
2
New sysinstall in 6.1-PRE. make own release
...ow to create my own loader.conf for pxeboot.
Default not work -- machine 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...
2003 May 11
1
make release headaches
.../src/sys/conf..
and it stops here for me ;) .. going further will feel like remaking
frankenstein.
Can somebody explain to me why the above is going so terribly wrong ?.
I tried man release ans the FreeBSD handbook without luck.
# define needed variables for make release
CHROOTDIR=/usr/release
BUILDNAME=4.8-RELENG
CVSROOT=/usr
RELEASETAG=RELENG_4_8
NOPORTS=YES
MAKE_ISOS=YES
export CHROOTDIR BUILDNAME CVSROOT RELEASETAG NOPORTS MAKE_ISOS
# make a ftp install dir and ISO's
cd /usr/src/release
make release
--
The whole problem with the world is that fools and fanatics are always
so ce...