Scott Ullrich wrote:
I followed and fixed http://wiki.pfsense.com/wikka.php?wakka=BuildingpFSense while building it.
I am also following this doc to create an embedded image, One problem I noted was that once an image is built, I cannot run the build_embedded.sh again. So I created this script which puts some files back again.
# cat ./regen_embedded.sh #!/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]
