summaryrefslogtreecommitdiff
path: root/distrib
AgeCommit message (Collapse)Author
2015-12-09syncTheo de Raadt
2015-12-08don't need to .path ssh anymore since the file were copiedTed Unangst
2015-12-08syncTheo de Raadt
2015-12-08Move /etc/examples/vm.conf from etc to base.Antoine Jacoutot
ok sthen@ jca@ reyk@
2015-12-07syncTheo de Raadt
2015-12-06Do the same with less code.Robert Peichaer
OK krw@
2015-12-065.8 is out for a quite a while now. Remove the deletion of binariesRobert Peichaer
during upgrade, that have been removed from base. Positive feedback from tedu@, benno@ OK krw@, deraadt@
2015-12-06syncTheo de Raadt
2015-12-05syncTheo de Raadt
2015-12-04syncTheo de Raadt
2015-12-03syncTheo de Raadt
2015-12-03syncTheo de Raadt
2015-12-03syncTheo de Raadt
2015-12-02The '_q'/'(O)penBSD' logic is not used in armv7 at the moment so remove itKenneth R Westerback
until it is needed. Spotted & ok rpe@
2015-12-02If (O)penBSD is not offered as a partitioning option, do not acceptKenneth R Westerback
'O*|o*' as a valid response. Ignore it as we do other invalid input. armv7 is special case to be handled separately. Noticed by kettenis@. ok deraadt@ rpe@
2015-12-02Make GPT an option equivalent to MBR when installing. Warn that theKenneth R Westerback
result may not be bootable if GPT is used on a machine that did not boot via EFI. But allow the user to proceed if the user insists. Sometimes you just want to create an EFI bootable image on a non-EFI machine. Enforce the presence of both an OpenBSD partition and an EFI Sys partition if GPT partitioning is used. Prompted by complaints and observations from kettenis@. Verbiage tweak from doug@. Tested & ok rpe@.
2015-12-02and another utf8.cTheo de Raadt
2015-12-01Send solbourne to where the ...........Theo de Raadt
2015-12-01Send Aviion to same place as Nova IITheo de Raadt
discussed with jsg
2015-12-01syncTheo de Raadt
2015-12-01syncTheo de Raadt
2015-11-29Tedu stdethers and stdhosts from /usr/sbin, which are only used in Makefile.ypRobert Peichaer
for creating the hosts.byname, hosts.byaddr ethers.byname and ethers.byaddr YP maps. Replace most of their functionality with sed/awk scripting directly in Makefile.yp. Suggested by and OK deraadt@ Feedback from @semarie
2015-11-27syncTheo de Raadt
2015-11-27syncTheo de Raadt
2015-11-26syncTheo de Raadt
2015-11-26syncTheo de Raadt
2015-11-25syncTheo de Raadt
2015-11-25syncTheo de Raadt
2015-11-24syncTheo de Raadt
2015-11-24syncTheo de Raadt
2015-11-23syncTheo de Raadt
2015-11-22syncTheo de Raadt
2015-11-22syncTheo de Raadt
2015-11-21syncTheo de Raadt
2015-11-21syncTheo de Raadt
2015-11-20syncTheo de Raadt
2015-11-20syncTheo de Raadt
2015-11-20don't auto-skip X sets on systems without wscons, you can remove them easilyStuart Henderson
with -x*, and "no wscons" doesn't cover all of the systems where one might intentionally want to skip them anyway. ok bmercer deraadt espie rpe
2015-11-19syncTheo de Raadt
2015-11-19syncTheo de Raadt
2015-11-18Now that the transition is over, have the installer set 'prohibit-password'Stuart Henderson
in sshd_config instead of 'without-password'. "it is time" deraadt@
2015-11-18syncTheo de Raadt
2015-11-17sync to mvTheo de Raadt
2015-11-17syncTheo de Raadt
2015-11-17syncVisa Hankala
2015-11-16syncTheo de Raadt
2015-11-15KNF, de-register, fix other minor grumblesTheo de Raadt
2015-11-15syncTheo de Raadt
2015-11-14no longer need -locurses, since more is selfcontainedTheo de Raadt
2015-11-14Copy the parts of libocurses that are needed directly to here. WeTheo de Raadt
continue using the libocurses varient, since it is smaller. tested by guenther, ok millert