summaryrefslogtreecommitdiff
path: root/distrib
AgeCommit message (Collapse)Author
2015-12-23syncTheo de Raadt
2015-12-23Move the code, that lists uninitialized disk into a separate function.Robert Peichaer
This makes the disk initialization question code easier to understand. OK krw@
2015-12-23- quote user supplied hostnameRobert Peichaer
- in this context ((NIFS)) does the same as ((NIFS != 0)) - use if-block for root ssh key question - spacing OK krw@
2015-12-23- spacingRobert Peichaer
- use brace expansion in for-loop OK krw@
2015-12-23Change comment style for headings so they get removed by list2sh.awk andRobert Peichaer
don't end up in bsd.rd. OK krw@
2015-12-23Simplify things by using grep -q.Robert Peichaer
OK krw@, halex@, jsg@
2015-12-23Ensure the installer asks for the dns domain and nameserver in case anRobert Peichaer
interface has been configured via dhcp and then again manually. tested and OK krw@ makes sense halex@
2015-12-23Ensure the installer asks for IPv4 default route in case an interface hasRobert Peichaer
been configured via dhcp and then again manually. While there, remove 'dhcp' as valid answer for the default route qeustion. It was a no-op and was handled the same way as 'none'. tested and OK krw@ makes sense halex@
2015-12-22syncTheo de Raadt
2015-12-20syncTheo de Raadt
2015-12-20syncTheo de Raadt
2015-12-19syncTheo de Raadt
2015-12-18Introduce a new function disk_has() to inspect a disk if it has aRobert Peichaer
partition-table of a certain type and optionally if it has a partition of a certain type. Use disk_has() in the install.md script to replace all the various "fdisk <disk> | grep <pattern>" commands greatly simplifying things. positive feedback from sthen@ "time to get it really tested" deraadt@ OK krw@
2015-12-12syncTheo de Raadt
2015-12-10syncTheo de Raadt
2015-12-09syncTheo de Raadt
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