| Commit message (Expand) | Author | Age | Files | Lines |
* | ADI images are amd64 only | Renato Botelho | 2015-09-14 | 1 | -3/+5 |
* | Preserve post_upgrade_command on /tmp on Full Update images, it's going to be... | Renato Botelho | 2015-09-14 | 1 | -1/+6 |
* | Preserve pre_upgrade_command on /tmp on Full Update images, it's going to be ... | Renato Botelho | 2015-09-14 | 1 | -0/+7 |
* | Create pkg repo from All's parent directory | Renato Botelho | 2015-09-08 | 1 | -1/+1 |
* | Fix loop iteration removing quotes | Renato Botelho | 2015-09-08 | 1 | -1/+1 |
* | Do not wait a key to be pressed when build.sh is called by build_snapshots.sh | Renato Botelho | 2015-09-07 | 1 | -2/+4 |
* | Remove quotes from for calls | Renato Botelho | 2015-09-07 | 1 | -2/+2 |
* | Allow to use -a to select archs on all poudriere commands | Renato Botelho | 2015-09-07 | 1 | -14/+18 |
* | Fix snapshots log rotate | Renato Botelho | 2015-09-04 | 1 | -2/+4 |
* | Remove dead code | Renato Botelho | 2015-09-04 | 1 | -2/+0 |
* | Remove unnecessary chmod calls | Renato Botelho | 2015-09-04 | 1 | -2/+0 |
* | Fix typo in var name | Renato Botelho | 2015-09-04 | 1 | -2/+2 |
* | Fix reverse check | Renato Botelho | 2015-09-03 | 1 | -1/+1 |
* | Send repo containing core packages to remote server | Renato Botelho | 2015-09-03 | 1 | -0/+6 |
* | Create a new function pkg_repo_rsync, it'll be also used for core pkgs | Renato Botelho | 2015-09-03 | 1 | -14/+27 |
* | Create repository for base components | Renato Botelho | 2015-09-03 | 1 | -0/+15 |
* | Change core pkg dir to have packages under All/ and repo on ./ | Renato Botelho | 2015-09-03 | 1 | -8/+8 |
* | Move snapshot related functions to builder_common.sh and leave build_snapshot... | Renato Botelho | 2015-09-02 | 1 | -0/+167 |
* | Fix log message to match amount of memory tested above | Renato Botelho | 2015-09-02 | 1 | -1/+1 |
* | Deduplicate git_last_commit() | Renato Botelho | 2015-09-02 | 1 | -2/+2 |
* | Do not add timestamp for release builds | Renato Botelho | 2015-09-01 | 1 | -2/+2 |
* | Be more verbose about what is happening | Renato Botelho | 2015-09-01 | 1 | -3/+13 |
* | Rename OVA_FIRST_PART_SIZE to OVA_FIRST_PART_SIZE_IN_GB to match other simila... | Renato Botelho | 2015-09-01 | 1 | -2/+2 |
* | Create a specific default-config package for vmware | Renato Botelho | 2015-09-01 | 1 | -0/+10 |
* | 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 | 1 | -2/+2 |
* | First create a raw, then convert it to vmdk, and when convert, use -c to forc... | Renato Botelho | 2015-08-31 | 1 | -10/+10 |
* | 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 | 1 | -21/+32 |
* | 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 | 1 | -36/+30 |
* | Refactor OVA image build process using mkimg and makefs | Renato Botelho | 2015-08-27 | 1 | -179/+80 |
* | 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 | 1 | -8/+8 |
* | We do not need a separate path variable for ovf, use IMAGES_FINAL_DIR instead | Renato Botelho | 2015-08-27 | 1 | -27/+27 |
* | Obsolete use of /etc/nano_use_vga.txt, Use enableserial_force flag instead | Renato Botelho | 2015-08-27 | 1 | -3/+0 |
* | 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 | 1 | -0/+5 |
* | Fix wrong variable name | Renato Botelho | 2015-08-25 | 1 | -2/+2 |
* | Fix reverse check | Renato Botelho | 2015-08-25 | 1 | -1/+0 |