Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-01-30 | remove rndc (from bind) as well, ok deraadt | Stuart Henderson | |
2015-01-29 | At upgrade time delete sendmail,named,nginx,openssl binaries because | Theo de Raadt | |
they may reside earlier in the path than a pkg. prompted by tedu, with halex | |||
2015-01-24 | In shell statements use shell pattern '+([0-9])', not sed regular | Kenneth R Westerback | |
expression '[0-9]*'. Should fix problem reported by jsg@ where 'hostname.vlan6.bak' was deemed to be an active vlan specification during upgrade. No change to script output. Tested by rpe@. ok halex@ rpe@ | |||
2015-01-17 | Remove unnecessary double-quotes inside [[]]. | Robert Peichaer | |
OK krw@ | |||
2015-01-17 | Uppercase global vars (auto -> AUTO, respfile -> RESPFILE) | Robert Peichaer | |
OK krw@ deraadt@ | |||
2015-01-12 | Enable lid suspends by default in the kernel, and remove the question from | Theo de Raadt | |
the installer. We used a full release cycle to learn that suspend/resume is reliable enough for this default. Personal policy can disable this using machdep.lidsuspend=0 in /etc/sysctl.conf ok more people begging, and less people whining | |||
2015-01-07 | Cleanup network config after fetching the responsefile. This enables | Robert Peichaer | |
automatic upgrades on systems with trunk interfaces. OK krw@ | |||
2015-01-07 | Fix get_ifdevs() - don't filter vlan interfaces. | Robert Peichaer | |
OK krw@ | |||
2015-01-04 | back to using ramdisk encrypt again. theo found and fixed the (my) bug. | Ted Unangst | |
2015-01-04 | go back to using /mnt encrypt. it seems something isn't working yet. | Ted Unangst | |
2015-01-02 | Fix saving dhclient lease files during installation. | Robert Peichaer | |
OK krw@ | |||
2015-01-01 | Enable 'ifconfig -C' (list dynamic interface types) on install | Kenneth R Westerback | |
media. Use this feature in install scripts to eliminate manually maintained list of dynamic interface types. '-C' brought to my attention by reyk@, tweaks to install script to use -C in get_ifdevs() from rpe@. ok rpe@ deraadt@ | |||
2014-12-29 | encrypt is now built into instbin, do not need to use the /mnt version | Theo de Raadt | |
2014-12-29 | switch encrypt to auto scaling bcrypt rounds. ok deraadt | Ted Unangst | |
2014-12-28 | Build special/encrypt into instbin, to prepare for dropping use of the | Theo de Raadt | |
version in just installed base. | |||
2014-12-27 | SRCDIRS must now always come from distrib/special. A few systems | Theo de Raadt | |
still MD installboot, and we will need to repair those before release, or force them pure -static use by both base and instbin. | |||
2014-12-26 | Remove upgrade_to64time_t() now that the transition to 64 bit time_t | Robert Peichaer | |
is done. diff from tj at mrsk.me OK halex@ deraadt@ | |||
2014-12-10 | Time to murder some smtpd's related XXX | Giovanni Bechis | |
ok rpe@ deraadt@ | |||
2014-12-03 | rtsol(8) is no longer needed on the ramdisks. | Florian Obser | |
OK deraadt@ | |||
2014-12-03 | The kernel handles rtsol(8) functionality since some time now. | Florian Obser | |
Treat rtsol in hostname.if as a keyword like dhcp and call ifconfig inet6 autoconf. "reads good" todd@ OK krw@ (who is *not* an IPv6 person), but I recruited him in his capacity as an installer person. | |||
2014-11-18 | Delete tmp directory in /mnt/var during upgrades right before the | Robert Peichaer | |
extraction of baseXX.tgz creates the symlink to ../tmp. OK deraadt | |||
2014-11-11 | Store autoinstaller logfile in /mnt/var/log to be available after | Robert Peichaer | |
reboot and to cope with an upcoming change to /var/tmp. Noted by and OK halex@ OK deraadt@ | |||
2014-10-26 | Defer processing hostname.if files for trunks, svlans and vlans | Kenneth R Westerback | |
during upgrades. This ensures all physical interfaces are configured first, as is done in /etc/netstart. Currently only vlans are present in install images, but that could change. Requested by many so trunks might work during upgrades. Prodded by henning@ actually creating a diff to add trunks to boot images. Tested & ok rpe@ sthen@ | |||
2014-10-23 | Extend autoinstall(8) feature: | Robert Peichaer | |
- Ask for responsefile location (url or local path) if dhcp discovery fails for location or mode. If 'next-server' is found in dhcp lease file, provide a default url http://next-server/install.conf. - Ask for installer mode if the specified response file name does not match *install.conf or *upgrade.conf. - If present, use /auto_install.conf or /auto_upgrade.conf as response file for unattended installation or upgrade. - Automatically start installer in unattended mode if either one of these files is present when the system boots. - Document changes in manpage and installation notes. OK krw@ deraadt@ | |||
2014-10-08 | sl(4) was tedu'd. No need to filter it out of interface list anymore. | Kenneth R Westerback | |
2014-09-26 | make the default of the "Change the default console" question depend | Sebastian Benoit | |
on whether the install is done on a serial console. ok halex@, deraadt@ likes it too | |||
2014-09-05 | Remove /etc/{hosts,myname} from etc.tgz. | Antoine Jacoutot | |
Make the installer create the /etc/hosts template. While here, re-add a missing 'echo' from install.sh. ok miod@ krw@ halex@ | |||
2014-08-31 | The xetc set is now part of xbase and not distributed separately anymore. | Robert Peichaer | |
Extract it from xbase during installation. OK ajacoutot@ | |||
2014-08-27 | Nuke net.inet6.icmp6.rediraccept and allow redirects on interfaces | Florian Obser | |
with autoconf enabled. If one is doing SLAAC one does already trust link local icmp6 so the policy for icmp6 redirects should be the same. pointed out by & OK bluhm@; OK henning@ | |||
2014-08-26 | Create etc set during 'make build' and embed it in base set to make | Robert Peichaer | |
it available during a regular install or upgrade so that it doesn't need to be independently fetched. Idea, directions and OK deraadt@ Feedback and Ok halex@ and aja@ | |||
2014-08-10 | [] -> [[]] | Robert Peichaer | |
OK krw@ "well ok" halex@ | |||
2014-08-10 | Convert if foo; then bar; fi blocks to foo && bar but leave out enable_network() | Robert Peichaer | |
because it shares code&style with /etc/netstart. No functional change. with feedback and OK krw@ halex@ | |||
2014-08-10 | { foo ; bar ; } -> { foo; bar; } | Robert Peichaer | |
OK krw@ | |||
2014-08-09 | After a cleanup by deraadt I noticed the four-space-indent had started | Alexander Hall | |
infesting the scripts. As we generally use a single tab for line continuation indent in the scripts, let's reclaim 30 precious bytes! ok rpe@ krw@ | |||
2014-08-03 | smtpd got privsep'ed and the _smtpq user is now used to manage these | Robert Peichaer | |
directories. Ensure proper ownership in case smtpd has been started before this change. brought up by matthieu@ OK deraadt@ | |||
2014-07-28 | Avoid matching a particular driver for "aperture needed" detection. | Mark Kettenis | |
On sparc64 we also need to match machfb(4) in addition to vgafb(4) so let's just match any driver. ok halex@, deraadt@ | |||
2014-07-28 | Change detection of unconfigured vlan interfaces from using flags to | Robert Peichaer | |
looking for vlan id and parent interface. This avoids the creation of unconfigured vlan interface every time /install is restarted. Noted by and OK miod@ OK krw@ Positive feedback sthen@ claudio@ | |||
2014-07-22 | use a better style of sh code around aperture | Theo de Raadt | |
2014-07-22 | tab->space; consistent with the other sysctl values. | Antoine Jacoutot | |
2014-07-22 | Drop the "... during install" comments; they were missing in several | Antoine Jacoutot | |
places and it makes things simpler: no need to check for file existence. discussed with and ok deraadt@ rpe@ | |||
2014-07-21 | Bring back net.inet6.icmp6.rediraccept for rtsol. Pointed out by | Christian Weisgerber | |
bluhm@ three days ago, oops. | |||
2014-07-21 | Since net.inet6.ip6.accept_rtadv is gone, the installer shouldn't | Christian Weisgerber | |
set it. Provisionally drop net.inet6.icmp6.rediraccept, too. | |||
2014-07-20 | if we think this is a laptop (wsdisplay.....) ask a lidsuspend | Theo de Raadt | |
question. Let's see who whines. | |||
2014-07-20 | match on vga1 or vgafb0, well, let's just call it vga.* for now | Theo de Raadt | |
2014-07-20 | place sysctl in sorted order; Jean-Philippe Ouellet | Theo de Raadt | |
2014-07-16 | convert to new readable format; requesting post-commit review by ingo | Theo de Raadt | |
2014-07-16 | spaces | Theo de Raadt | |
2014-07-16 | Add a comment at the top of sysctl.conf when it is created by the | Antoine Jacoutot | |
installer. ok deraadt@ rpe@ | |||
2014-07-15 | Create /etc/sysctl.conf based upon the 3 variables we might want to set | Theo de Raadt | |
at install time. ok aja | |||
2014-07-13 | Only set machdep.allowaperture if 'vga1: aperture needed' is found | Robert Peichaer | |
in dmesg output. Use that information to decide whether or not to ask the user if he intends to use X. initial diff from and OK halex@ OK deraadt@ |