Move pkg repo templates to main repo
Add NYI custom_logos
Revert "Fix #6120"
This reverts commit 4cbe0b132f0d60b71a20052fae1155210a1f5a16.
Fix #6120
- Do not include /etc/ttys on base package, it's not supposed to bereplaced during upgrade- Create a script /etc/rc.console_setup to make it easy to callsetup_serial_port() from shell scripts. This script will update/etc/ttys accordingly- Call /etc/rc.console_setup just after 2nd stage of upgrade happened...
Make sure symlink is created on post-install
Add repo pkg as dependency on base and base-nanobsd
Add repo pkg post-install script
Create repo pkg PLIST dynamically
Remove repo-devel package template
Add ESF license to all core pkgs
Remove stray - from default-config flavor
Save default-config flavor on filesystem
Add more parameters to ovf
Add flavor to default serial config package
Simplify logic for different kernels and use %FLAVOR% macro
Process pfSense.obsoletedfiles on nanobsd. Spotted by phil-davis
Remove hardcoded references to pfSense
Do not overwrite /etc/hosts and /etc/syslog.conf during base update. Fixes #5504
Make sure /etc/dh-parameters* are not overwriteen during update, fixes #4816
At least /boot/loader.rc has schg, make sure to remove it before upgrade. Ticket #5448
Create pfSense-repo and pfSense-repo-devel package. Ticket #5335
Add metadata for pfSense-rc pkg, forgotten in dab31392f9
Create a new core pkg, pfSense-rc, that will install /etc/rc. Add this package to kernel list if dependencies to make sure it's upgraded before reboot. It should fix #5457
Add kernel as a dependency for kernel-debug to prevent different version being installed, ticket #5330
Fix #5330: Create a package with kernel debug symbols
Do not depend of php-fpm to be running to process Additional Packages install/deinstall scripts, instead call php cli direct
Add dh-parameters files to the nanobsd exclude_files as well. Ticket #4816
Introduce base-nanobsd package
Fix INSTALL script for base package, it's supposed to run as post-install
Process pfSense.obsoletedfiles on base post-install script
Move conf backup dir creation to default-config packages scripts
Add missing operator
Add initial pre-deinstall and post-install scripts for base pkg
Fix default-config-vmware pkg name
Create a specific default-config package for vmware
Use modern pfSense.ovf template, remove unnecessary variables and use vmdktool to convert disk to a modern version
Add macros between % and % on pfSense.ovf, then simplify the logic of ova_setup_ovf_template()
Use 2 different networks on ovf, LAN and WAN. While here, fix vmxnet3 case to VmxNet3
Replace e1000 by vmxnet3
Move ovf template to templates/ovf, also rename variables accordingly
Import build scripts from pfSense-tools repo