This repository has been archived on 2023-02-21. You can view files and clone it, but cannot push or open issues or pull requests.
univnautes-old/README

37 lines
1.2 KiB
Plaintext
Raw Normal View History

2011-01-19 11:26:11 +01:00
In this directory
=================
2011-04-01 18:45:12 +02:00
Makefile : starting point of the build system
builder : scripts & configs for univnautes pfSense build profile
2011-04-14 14:17:20 +02:00
patches : patches against pfSense 2.0
2011-04-01 18:45:12 +02:00
config.xml : default config.xml for univnautes profile
copy_overlay : contains some files for univnautes profile
virtualenv : build /usr/local/univnautes with all scripts & rc.d files
/pffedportal: pfSense federation portal : web part of the captive
portal (SAML auth)
2012-05-06 02:09:54 +02:00
/pfidp : pfSense local IdP, a small IdP for pfSense users
2011-04-01 18:45:12 +02:00
2012-05-06 02:09:54 +02:00
doc : some docs (training, etc)
2011-01-04 10:44:56 +01:00
2012-05-06 02:09:54 +02:00
How to build a new ISO image
2011-01-19 11:26:11 +01:00
============================
2012-05-06 02:09:54 +02:00
Prerequisites:
1. FreeBSD 8.1 with a working pfsense build system:
http://devwiki.pfsense.org/DevelopersBootStrapAndDevIso
2. Install FreeBSD ports : git, lua, bash, python2.x, sqlite3,
openssl, xmlsec1, wget, bsnmp-ucd
3. copy of this directory in:
2011-04-01 18:45:12 +02:00
/home/pfsense/tools/builder_scripts/builder_profiles/univnautes
2012-05-06 02:09:54 +02:00
4. Install lasso ports: see freebsd-ports/lasso/README.txt in this
directory.
2011-04-01 18:45:12 +02:00
2012-05-06 02:09:54 +02:00
Build update+iso images :
# cd /home/pfsense/tools/builder_scripts/builder_profiles/univnautes
# make clean
# make ve
# make iso
2011-01-04 10:44:56 +01:00