summaryrefslogtreecommitdiff
path: root/distrib
AgeCommit message (Collapse)Author
2009-04-13Don't try to read or remove a non-existant /tmp/hosts file. This canKenneth R Westerback
happen if no interfaces are configured during an install. Noticed by jsing@. Diff from jsing@, only slightly tweaked.
2009-04-13krw says comments only stripped when alone on a lineTheo de Raadt
2009-04-13Print the sets list in 3 columns. Some pathological case handling forTheo de Raadt
extremely siteXX-stupidlonghostname.tgz files worked out with krw The shell script output is now substantially shorter than it was before and blind people will appreciate this in our next release.
2009-04-13use the new ftp -T title mode to compress the install script outputTheo de Raadt
a bit more (and it is a lot prettier, too) ok krw
2009-04-12run make depend for kernel, too; ok miodTheo de Raadt
2009-04-12Tweak pattern used to select partition lines for display so theKenneth R Westerback
'# /dev/r...' line is not selected. Noticed by deraadt@
2009-04-12Run make depend before trying to build a RAMDISK kernel.Joel Sing
ok deraadt@
2009-04-12No longer need '-f' or '-p' when displaying layout. A few patternsKenneth R Westerback
missed the '# size offset ...' line at the top of the partition list.
2009-04-10Where appropriate display the auto-allocation layout of the rootKenneth R Westerback
disk and ask if the installee wants to use it, edit it, or create their own custom disklabel. Most one-disk installs will not need to see fdisk or disklabel. i386 and macppc by me, adapted for others by deraadt@. ok deraadt@
2009-04-10If the md_prep_disklabel routine sets AUTOROOT=y, then don't ask theKenneth R Westerback
user for input. Just plow ahead. ok deraadt@
2009-04-10'rm hosts' -> 'rm -f hosts', since we may have not configured anyKenneth R Westerback
interfaces and thus not have a hosts file to remove. Should eliminate annoying error messages noticed by jsing@.
2009-04-10syncTheo de Raadt
2009-04-09Don't try to keep in sync with the man page device lists forJonathan Gray
802.11 wireless as chipsets used and products change rapidly, but rather display just a list of the supported chipsets like we do in www. Discussed with jmc and deraadt
2009-04-08syncTheo de Raadt
2009-04-06syncTheo de Raadt
2009-03-28Use vnconfig's -t capability to avoid specifying geometry info toKenneth R Westerback
fdisk while building media. ok deraadt@
2009-03-28sync the rum(4) and run(4) lists;Jason McIntyre
2009-03-27update the lists of wireless devices;Jason McIntyre
2009-03-26+CACE AirPcap Nx otus(4)Jason McIntyre
2009-03-26syncTheo de Raadt
2009-03-24+otus(4)Jason McIntyre
2009-03-24syncTheo de Raadt
2009-03-22syncTheo de Raadt
2009-03-18syncJacek Masiulaniec
ok todd@
2009-03-14run devices, harvested from run.4;Jason McIntyre
2009-03-14Installed dhclient.conf is now all comments. Installed hosts isKenneth R Westerback
now correct as is, since we don't add info to localhost lines. So ditch comment-preserving dance through /tmp and just append our new info to installed files. Shrinks scripts without changing behaviour.
2009-03-14There should only be one ::1 and one 127.0.0.1 entry in the hostsKenneth R Westerback
file. And 'localhost' don't need no stinkin' domain names. Insert line(s) with the address(es) of last interface defined instead of duplicate ::1 and 127.0.0.1 entries, Thus dhcp configured interfaces may eventually drift away from the value in hosts file. Much discussed just before tree lock. Time to see what happens. ok deraadt@
2009-03-13Add tab's to the whitespace pattern used to eliminate existing entriesKenneth R Westerback
when adding a host line via addhost_entry(). Thus preventing the duplicate entries for 127.0.0.1 we started inserting when we switched to using tabs in the initial hosts file.
2009-03-07GENERIC.MP is now stable on MVME197DP.Miod Vallat
2009-03-01Support for MVME141 boards. Tested with both VME and VSB memory boardsMiod Vallat
(and MVME327 SCSI and MVME376 Ethernet, to provide a complete system).
2009-03-01Support for MVME165 board - code written in april 2006, eventually debuggedMiod Vallat
last month.
2009-03-01Sync disklabel instructions with reality and those detailed in INSTALL.sgi.Joel Sing
Issue spotted by matthieu@. ok miod@ deraadt@
2009-02-28Mention another url for the axppci33 reference, this time in pdf.Miod Vallat
2009-02-28Update sets sizes.Miod Vallat
2009-02-28Update list of supported machines (and encourage people to try running onMark Kettenis
unsupported machines).
2009-02-25syncTheo de Raadt
2009-02-21Pretty up installed hosts file by using tabs between address andKenneth R Westerback
names. Update copyright year since we are making noticable changes.
2009-02-20Don't copy disktab onto install media as it is not used duringKenneth R Westerback
installs. Also nuke the link created for disktab. ok deraadt@ miod@
2009-02-19Don't create links to non-existant disktab files on the installKenneth R Westerback
media. The Alpha disktab was an empty (comment only) file. ok deraadt@ miod@
2009-02-19Don't create links to non-existant disktab files on the installKenneth R Westerback
media. The Alpha disktab was an empty (comment only) file. ok deraadt@ miod@
2009-02-19Third time lucky. Proper use of quotes when comparing the first andKenneth R Westerback
second copies of the entered password will preserve leading and trailing spaces. Prodded by dale@. Proper clue pointed out by todd@.
2009-02-19No need for caveat about ignoring "\" when reading passwords, \r\n getKenneth R Westerback
passed through just fine. Also add comment to note that leading and trailing space will be trimmed. Pointed out by 'x' on bugs@.
2009-02-18Remove 68060 here tooMiod Vallat
2009-02-18syncTheo de Raadt
2009-02-18Use 'read -r' to read password, which allows "\" to be in theKenneth R Westerback
password unless it's part of an escape sequence like "\r". Prompted by Aaron W. Hsu via PR#6042. ok deraadt@
2009-02-17Sync with recent changes.Miod Vallat
2009-02-17- mention that you have to increase 'bootdelay' in some cases, as theJasper Lievisse Adriaanse
sata chip is slow to initialize. and otherwise openbsd won't find a root discussed with kettenis@
2009-02-16- it's 'saveenv' and not 'savenv'Jasper Lievisse Adriaanse
2009-02-15- it may be needed to change 'gatewayip' as wellJasper Lievisse Adriaanse
"I suppose it shouldn't hurt" kettenis@
2009-02-15syncTheo de Raadt