It seems that the real solution is to add the files in question to the
Releng_1 branch. It seems the files discussed are not included in this
branch.

So do not get recreated on a build

-----Original Message-----
From: Rajkumar S [mailto:[EMAIL PROTECTED] 
Sent: 12 January 2006 09:56
To: support@pfsense.com
Subject: Re: [pfSense Support] build_embedded.sh

alan walters wrote:
> Seems like all the wrap specific stuff is moved out of
> /home/pfsense/pfSense when build_embedded.sh is run

Use the following script to regenerate them

#!/bin/sh
# Prepare an for an embedded rebuild

. ./pfsense_local.sh

rm -rf  $CVS_CO_DIR/conf
cp $CVS_CO_DIR/boot/device.hints $CVS_CO_DIR/boot/device.hints_wrap
cp $CVS_CO_DIR/boot/loader.conf $CVS_CO_DIR/boot/loader.conf_wrap
cp $CVS_CO_DIR/etc/ttys $CVS_CO_DIR/etc/ttys_wrap
touch $CVS_CO_DIR/boot/label.proto_wrap

raj

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to