summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
...
* Rename OVA_FIRST_PART_SIZE to OVA_FIRST_PART_SIZE_IN_GB to match other simila...Renato Botelho2015-09-012-3/+3
* Create a specific default-config package for vmwareRenato Botelho2015-09-015-0/+44
* Math here is in bytes, not in blocks, use correct valueRenato Botelho2015-09-011-1/+1
* Fix ova fstabRenato Botelho2015-09-011-2/+2
* Remove 128 blocks (65536 bytes) from swap size, this is used by loader and bo...Renato Botelho2015-09-012-3/+5
* First create a raw, then convert it to vmdk, and when convert, use -c to forc...Renato Botelho2015-08-312-10/+12
* Fix PEODUCT_URL variable default assignmentRenato Botelho2015-08-311-1/+1
* Remove extra 'i' left by accidentRenato Botelho2015-08-311-1/+1
* Check if final file exists, not temporaryRenato Botelho2015-08-311-1/+1
* Use modern pfSense.ovf template, remove unnecessary variables and use vmdktoo...Renato Botelho2015-08-313-62/+123
* Export MAKEOBJDIRPREFIX to builder/tmp and stop touching builder /usr/objRenato Botelho2015-08-281-0/+3
* Fix typo in variable nameRenato Botelho2015-08-281-1/+1
* Add macros between %% and %% on pfSense.ovf, then simplify the logic of ova_s...Renato Botelho2015-08-282-64/+39
* Use 2 different networks on ovf, LAN and WAN. While here, fix vmxnet3 case to...Renato Botelho2015-08-281-8/+11
* Catch up with meta port rename pfSense-vm -> pfSense-vmwareRenato Botelho2015-08-271-1/+1
* Refactor OVA image build process using mkimg and makefsRenato Botelho2015-08-272-185/+87
* Replace e1000 by vmxnet3Renato Botelho2015-08-271-4/+4
* Remove more redundant actionsRenato Botelho2015-08-271-2/+0
* Do not calculate size of mnt partition if it's not used anywayRenato Botelho2015-08-271-8/+0
* Stop modifying conf directories for ova, it's handled by default-config packageRenato Botelho2015-08-271-5/+0
* Do not mount ovf image on /mnt but inside builder to avoid touching builderRenato Botelho2015-08-271-38/+45
* Remove path to call echoRenato Botelho2015-08-271-2/+2
* Remove lots of sync callsRenato Botelho2015-08-271-7/+0
* Remove unnecessary variables, also add some error checkingRenato Botelho2015-08-271-6/+19
* Rename ova_setup_ovf_file() to ova_setup_ovf_template()Renato Botelho2015-08-271-2/+2
* Move ovf template to templates/ovf, also rename variables accordinglyRenato Botelho2015-08-273-9/+9
* We do not need a separate path variable for ovf, use IMAGES_FINAL_DIR insteadRenato Botelho2015-08-272-28/+27
* Obsolete use of /etc/nano_use_vga.txt, Use enableserial_force flag insteadRenato Botelho2015-08-271-3/+0
* Use full path to source fileRenato Botelho2015-08-261-1/+1
* Fix i386 kernel namesRenato Botelho2015-08-251-1/+1
* Stop calling ntpdate to fix builder clockRenato Botelho2015-08-251-6/+0
* Check if file exists before try to access itRenato Botelho2015-08-251-1/+1
* Remove extra spacesRenato Botelho2015-08-251-2/+2
* Do not set PKG_RSYNC_HOSTNAME automaticallyRenato Botelho2015-08-252-1/+5
* Fix update_package_pfPorts.php to work with new build structureRenato Botelho2015-08-251-27/+11
* Fix wrong variable nameRenato Botelho2015-08-251-2/+2
* Remove pfSense definitions from default config and move check after PRODUCT_N...Renato Botelho2015-08-251-9/+9
* Remove local from declarations out of functionsRenato Botelho2015-08-251-3/+3
* Fix reverse checkRenato Botelho2015-08-252-3/+2
* Detect unauthorized attempt to build pfSenseRenato Botelho2015-08-251-0/+7
* Replace hard coded rsync data by new variablesRenato Botelho2015-08-252-39/+57
* Leave RSYNCIP to be defined in build.conf by user, exit if it's not definedRenato Botelho2015-08-251-6/+9
* Rename NO_CLEANFREEBSDOBJDIR -> NO_CLEAN_FREEBSD_OBJ and NO_CLEANREPOS -> NO_...Renato Botelho2015-08-251-2/+2
* Repect SCRATCHDIRRenato Botelho2015-08-251-1/+1
* Remove ensure_source_directories_present() and call update_freebsd_sources() ...Renato Botelho2015-08-251-6/+0
* Define BUILDER_TOOLS and BUILDER_ROOT on caller scripts and add extra checksRenato Botelho2015-08-252-13/+17
* Rename clean_obj_dir() to clean_builder()Renato Botelho2015-08-251-2/+2
* Do not remove CHROOT directories, they can be mounted on MFS filesystems. Cre...Renato Botelho2015-08-251-7/+7
* Reorder default definitions grouping by subjectRenato Botelho2015-08-251-71/+69
* Remove unused variable NANO_WITH_VGARenato Botelho2015-08-251-3/+0
OpenPOWER on IntegriCloud