| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Math here is in bytes, not in blocks, use correct value | Renato Botelho | 2015-09-01 | 1 | -1/+1 |
* | Fix ova fstab | Renato Botelho | 2015-09-01 | 1 | -2/+2 |
* | Remove 128 blocks (65536 bytes) from swap size, this is used by loader and bo... | Renato Botelho | 2015-09-01 | 2 | -3/+5 |
* | First create a raw, then convert it to vmdk, and when convert, use -c to forc... | Renato Botelho | 2015-08-31 | 2 | -10/+12 |
* | Fix PEODUCT_URL variable default assignment | Renato Botelho | 2015-08-31 | 1 | -1/+1 |
* | Remove extra 'i' left by accident | Renato Botelho | 2015-08-31 | 1 | -1/+1 |
* | Check if final file exists, not temporary | Renato Botelho | 2015-08-31 | 1 | -1/+1 |
* | Use modern pfSense.ovf template, remove unnecessary variables and use vmdktoo... | Renato Botelho | 2015-08-31 | 3 | -62/+123 |
* | Export MAKEOBJDIRPREFIX to builder/tmp and stop touching builder /usr/obj | Renato Botelho | 2015-08-28 | 1 | -0/+3 |
* | Fix typo in variable name | Renato Botelho | 2015-08-28 | 1 | -1/+1 |
* | Add macros between %% and %% on pfSense.ovf, then simplify the logic of ova_s... | Renato Botelho | 2015-08-28 | 2 | -64/+39 |
* | Use 2 different networks on ovf, LAN and WAN. While here, fix vmxnet3 case to... | Renato Botelho | 2015-08-28 | 1 | -8/+11 |
* | Catch up with meta port rename pfSense-vm -> pfSense-vmware | Renato Botelho | 2015-08-27 | 1 | -1/+1 |
* | Refactor OVA image build process using mkimg and makefs | Renato Botelho | 2015-08-27 | 2 | -185/+87 |
* | Replace e1000 by vmxnet3 | Renato Botelho | 2015-08-27 | 1 | -4/+4 |
* | Remove more redundant actions | Renato Botelho | 2015-08-27 | 1 | -2/+0 |
* | Do not calculate size of mnt partition if it's not used anyway | Renato Botelho | 2015-08-27 | 1 | -8/+0 |
* | Stop modifying conf directories for ova, it's handled by default-config package | Renato Botelho | 2015-08-27 | 1 | -5/+0 |
* | Do not mount ovf image on /mnt but inside builder to avoid touching builder | Renato Botelho | 2015-08-27 | 1 | -38/+45 |
* | Remove path to call echo | Renato Botelho | 2015-08-27 | 1 | -2/+2 |
* | Remove lots of sync calls | Renato Botelho | 2015-08-27 | 1 | -7/+0 |
* | Remove unnecessary variables, also add some error checking | Renato Botelho | 2015-08-27 | 1 | -6/+19 |
* | Rename ova_setup_ovf_file() to ova_setup_ovf_template() | Renato Botelho | 2015-08-27 | 1 | -2/+2 |
* | Move ovf template to templates/ovf, also rename variables accordingly | Renato Botelho | 2015-08-27 | 3 | -9/+9 |
* | We do not need a separate path variable for ovf, use IMAGES_FINAL_DIR instead | Renato Botelho | 2015-08-27 | 2 | -28/+27 |
* | Obsolete use of /etc/nano_use_vga.txt, Use enableserial_force flag instead | Renato Botelho | 2015-08-27 | 1 | -3/+0 |
* | Use full path to source file | Renato Botelho | 2015-08-26 | 1 | -1/+1 |
* | Fix i386 kernel names | Renato Botelho | 2015-08-25 | 1 | -1/+1 |
* | Stop calling ntpdate to fix builder clock | Renato Botelho | 2015-08-25 | 1 | -6/+0 |
* | Check if file exists before try to access it | Renato Botelho | 2015-08-25 | 1 | -1/+1 |
* | Remove extra spaces | Renato Botelho | 2015-08-25 | 1 | -2/+2 |
* | Do not set PKG_RSYNC_HOSTNAME automatically | Renato Botelho | 2015-08-25 | 2 | -1/+5 |
* | Fix update_package_pfPorts.php to work with new build structure | Renato Botelho | 2015-08-25 | 1 | -27/+11 |
* | Fix wrong variable name | Renato Botelho | 2015-08-25 | 1 | -2/+2 |
* | Remove pfSense definitions from default config and move check after PRODUCT_N... | Renato Botelho | 2015-08-25 | 1 | -9/+9 |
* | Remove local from declarations out of functions | Renato Botelho | 2015-08-25 | 1 | -3/+3 |
* | Fix reverse check | Renato Botelho | 2015-08-25 | 2 | -3/+2 |
* | Detect unauthorized attempt to build pfSense | Renato Botelho | 2015-08-25 | 1 | -0/+7 |
* | Replace hard coded rsync data by new variables | Renato Botelho | 2015-08-25 | 2 | -39/+57 |
* | Leave RSYNCIP to be defined in build.conf by user, exit if it's not defined | Renato Botelho | 2015-08-25 | 1 | -6/+9 |
* | Rename NO_CLEANFREEBSDOBJDIR -> NO_CLEAN_FREEBSD_OBJ and NO_CLEANREPOS -> NO_... | Renato Botelho | 2015-08-25 | 1 | -2/+2 |
* | Repect SCRATCHDIR | Renato Botelho | 2015-08-25 | 1 | -1/+1 |
* | Remove ensure_source_directories_present() and call update_freebsd_sources() ... | Renato Botelho | 2015-08-25 | 1 | -6/+0 |
* | Define BUILDER_TOOLS and BUILDER_ROOT on caller scripts and add extra checks | Renato Botelho | 2015-08-25 | 2 | -13/+17 |
* | Rename clean_obj_dir() to clean_builder() | Renato Botelho | 2015-08-25 | 1 | -2/+2 |
* | Do not remove CHROOT directories, they can be mounted on MFS filesystems. Cre... | Renato Botelho | 2015-08-25 | 1 | -7/+7 |
* | Reorder default definitions grouping by subject | Renato Botelho | 2015-08-25 | 1 | -71/+69 |
* | Remove unused variable NANO_WITH_VGA | Renato Botelho | 2015-08-25 | 1 | -3/+0 |
* | Make sure we do not add empty -j to make parameter | Renato Botelho | 2015-08-25 | 1 | -8/+10 |
* | Rename SRCDIR to FREEBSD_SRC_DIR and change default value to SCRATCHDIR/FreeB... | Renato Botelho | 2015-08-25 | 2 | -40/+39 |