summaryrefslogtreecommitdiff
path: root/distrib
AgeCommit message (Collapse)Author
2009-04-17cannot create a hash for bsd.rd, obviously. well, some media could sinceTheo de Raadt
they have their own bsd.rd, but not not bsd.rd or installXX.iso, so punt on this.
2009-04-17silence delete of hash output fileTheo de Raadt
2009-04-17further minor unificationTheo de Raadt
2009-04-17bpf0 can be created by MAKEDEV; ok krwTheo de Raadt
2009-04-17further steps towards unificationTheo de Raadt
2009-04-17er, wrong pathTheo de Raadt
2009-04-17more syncronization steps..Theo de Raadt
2009-04-17unify some more piecesTheo de Raadt
2009-04-17undesireable tabs (waste space on the media)Theo de Raadt
2009-04-17bye bye md5Theo de Raadt
2009-04-17For SHA256 hashes to be ready to go onto the install media, we mustTheo de Raadt
build the sets before we build the media. While there we can get rid of DESTDIR/snapshot too, and simply install straight into RELEASEDIR. (This also ends up saving an astounding amount of traffic/latency in a nfs environment)
2009-04-17Put bin/sha256 and build a hash directory onto the media that can fitTheo de Raadt
them
2009-04-17we now ship SHA256 files, not MD5 filesTheo de Raadt
2009-04-17all the install media now have a /var/hash directoryTheo de Raadt
2009-04-17A new directive HASH, which fills a a hash directory (on the media)Theo de Raadt
with the SHA256 hashes of the various install sets
2009-04-17A very small sha256 program for the base media. Use it by piping dataTheo de Raadt
through it... input | sha256 outfile | output, then check the contents of outfile after.
2009-04-17Pull sha2.c from libc into libstubs, but compile it with -DSHA256_ONLYTheo de Raadt
so that it is a lot smaller.
2009-04-16syncTheo de Raadt
2009-04-15syncTheo de Raadt
2009-04-15syncTheo de Raadt
2009-04-14syncTheo de Raadt
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