summaryrefslogtreecommitdiff
path: root/distrib
AgeCommit message (Collapse)Author
2016-01-05syncTheo de Raadt
2016-01-03syncTheo de Raadt
2016-01-01Tweak the installation notes regarding references to FTP.Robert Peichaer
'Sure' deraadt@
2016-01-01- enable activation of MP kernel for IP27Robert Peichaer
- use IPARCH instead of sysctl again - use for-loop to copy kernels feedback, tested and OK visa@ no objections krw@
2015-12-30Change the number of binary distribution sets in NOTES to eight.Robert Peichaer
The etc and xetc sets are now inside baseXX.tgz and xbaseXX.tgz. 'looks good' deraadt@
2015-12-29Change patterns in case-blocks from a*|A* to [aA]*Robert Peichaer
OK halex@ krw@
2015-12-28- no need to insist on EFISYS partitions on non-root disks.Robert Peichaer
- prevent autoinstall loop OK krw@
2015-12-27Remove stray '}'.Robert Peichaer
2015-12-27Refactor and move disk initialization code from install.sh to a separateRobert Peichaer
function configure_disk() in install.sub. based on work from and OK halex@
2015-12-27welcome GENERIC.IP27 MP (dual cpu on O350 now)Theo de Raadt
ok visa
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