summaryrefslogtreecommitdiffstats
path: root/src/etc/rc.bootup
Commit message (Collapse)AuthorAgeFilesLines
* Fix #6857Renato Botelho2016-12-081-9/+9
| | | | | | | During boot local_sync_acocunts() should be able to access LDAP server on a non-local network or also resolve LDAP server hostname. To make it possible move calls to create static routes and start dnsmasq/unbound to run earlier
* Move copyright from ESF to NetgateRenato Botelho2016-09-061-1/+1
|
* Review license / copyright on all files (final round)Renato Botelho2016-07-151-2/+2
|
* Review license / copyright on all files (1st round)Renato Botelho2016-07-141-29/+52
|
* A simple fix for #6120Renato Botelho2016-05-091-2/+2
| | | | | - Retire system_console_configure() - Replace above call on rc.bootup by setup_serial_port()
* Alias Tables RAM Disk StoreNOYB2016-04-181-0/+3
| | | | | | | | | | If ramdisk is enabled keep a copy of the alias tables to restore at boot time. Otherwise unpredictable behavior may occur due to some aliases not being available when the firewall rules load. Because alias tables are typically somewhat static, the following strategies are employed to keep write cycles to a minimum for SSD and flash drive type devices friendliness. 1) Back up during reboot/shutdown only if a backup copy of the alias table does not already exists. This is typically during the reboot when ramdisk is first enabled. 2) Update the backup copy only when the alias table is updated with a new download, typically 1 or more days, as configured in the firewall alias. (cherry picked from commit 03afdafaab503af22ce5c98ad06b9f6bbc459974)
* Do not try to register pre-installed packages on read-only mediaRenato Botelho2016-04-071-1/+3
|
* Ticket #6053Renato Botelho2016-04-041-4/+2
| | | | | | - Do not call ntpdate before start ntpd, ntpd -g parameter is enough - Deprecate /usr/local/sbin/ntpdate_sync_once.sh - Remove system_ntp_configure parameter and always start ntpd
* Have recovery mode go to a shell as intended.Chris Buechler2016-03-211-1/+1
|
* Detect binary packages installed but not registered in the system and do it ↵Renato Botelho2016-03-031-1/+5
| | | | during boot
* Avoid triggering initial wizard before rebootPhil Davis2015-12-211-0/+6
| | | | | | | | | | | If you use the the webGUI to reset to factory defaults, then while the existing system is shutting down you navigate off to the dashboard, the initial setup wizard will start. The trigger_initial_wizard flag file is deleted, and so after the reboot the initial setup wizard will not be triggered. This change fixes that sequence of events by using a different flag file across the reboot, and switching it back to the usual flag file name during the subsequent boot up.
* Automatically choose some interface combinationsPhil Davis2015-12-081-0/+4
| | | | | | | | | | | | | | | | | | | on factory default boot. This allows the system to switch interfaces from the newer ones in the default config (e.g. em0 em1) back to the interfaces used by: Alix - vr1 vr0 APU - re1 re2 that match the WAN and LAN labels printed on many existing devices. It means these devices can boot the default config and this will automatically detect that there is no em0/em1 and will instead select whatever exists out of vr1/vr0 or re1/re2. This avoids the user having to use the serial cable to do interface assignment when starting a brand new image, or when resetting to factory defaults. It could easily be extended to other common interface combinations. For me, this (or similar) would be very beneficial. At remote sites it is really good if it is possible to do reset to factory defaults, or put a fresh CF/SD card in, and the system boots without needing to connect a serial cable and do interface assignment.
* Redmine #4279 Package reinstall displayed when shutting down before upgradePhil Davis2015-12-071-0/+6
| | | | | | | | | | | | Use a different flag file to indicate that a package reinstall is required after a reboot is done first. This avoids the possibility that the user navigates in the webGUI during the time while the shutdown is in progress and is accidentally presented with the reinstall all packages GUI button. Early in rc.bootup switch the flag file to use its ordinary name, so that all subsequent code in boot scripts and webGUI will work as it already does to handle the package reinstall and notifying the user that a package reinstall is about to be done or in progress...
* Reinstall packages from old versions when upgrading to 2.3Renato Botelho2015-11-121-9/+7
|
* Merge pull request #1803 from nagyrobi/patch-18Renato Botelho2015-10-021-3/+3
|
* Use product_name global variable in more placesRenato Botelho2015-09-301-1/+1
|
* Move main pfSense content to src/Renato Botelho2015-08-251-0/+428
OpenPOWER on IntegriCloud