summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Collapse)AuthorAgeFilesLines
...
* Rename OVA_FIRST_PART_SIZE to OVA_FIRST_PART_SIZE_IN_GB to match other ↵Renato Botelho2015-09-012-3/+3
| | | | similar variables
* 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 ↵Renato Botelho2015-09-012-3/+5
| | | | boot and makes disk capacity to be respected
* First create a raw, then convert it to vmdk, and when convert, use -c to ↵Renato Botelho2015-08-312-10/+12
| | | | force it to respect size
* 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 ↵Renato Botelho2015-08-313-62/+123
| | | | vmdktool to convert disk to a modern version
* 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 ↵Renato Botelho2015-08-282-64/+39
| | | | ova_setup_ovf_template()
* Use 2 different networks on ovf, LAN and WAN. While here, fix vmxnet3 case ↵Renato Botelho2015-08-281-8/+11
| | | | to VmxNet3
* 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 ↵Renato Botelho2015-08-251-9/+9
| | | | PRODUCT_NAME is set
* 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 -> ↵Renato Botelho2015-08-251-2/+2
| | | | NO_CLEAN_FREEBSD_SRC
* Repect SCRATCHDIRRenato Botelho2015-08-251-1/+1
|
* Remove ensure_source_directories_present() and call update_freebsd_sources() ↵Renato Botelho2015-08-251-6/+0
| | | | direct
* 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. ↵Renato Botelho2015-08-251-7/+7
| | | | Create them if they don't exist and just delete their content
* 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