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]

Reply via email to