summaryrefslogtreecommitdiff
path: root/distrib
AgeCommit message (Collapse)Author
2011-01-03reduce the amount of cd'ing in the install script, since it sucksTheo de Raadt
to change the environment that functions assume they run in. use sub-shells or absolute paths when possible. ok krw
2011-01-01swap kernels without changing directory; other install.md should be modified ↵Theo de Raadt
like this
2010-12-31add support for bsd.mpTheo de Raadt
2010-12-30bsd.mp here tooMiod Vallat
2010-12-30hppa can do SMP now; ok miodTheo de Raadt
2010-12-29syncTheo de Raadt
2010-12-28syncTheo de Raadt
2010-12-22remove redundant junkTodd T. Fries
pointed out by Mikalaj Kucharski, mikolaj at kuharski dot name ok deraadt@
2010-12-22add more commands of output of random "junk" to arandomTodd T. Fries
please commit deraadt@
2010-12-22wow, we must reach into the chroot for /dev/arandom, meaning some ofTheo de Raadt
this code has been busted for quite a while. pointed out by miod
2010-12-22Consistantly use /dev/arandom for feeding entropy to the kernel.Theo de Raadt
ok kjell otto miod
2010-12-22syncTheo de Raadt
2010-12-14syncTheo de Raadt
2010-12-09syncMiod Vallat
2010-12-01syncTheo de Raadt
2010-11-30syncTheo de Raadt
2010-11-23do not print the terminating null character after stringsAlexander Hall
ok deraadt@
2010-11-22create devices for fstab entries that are using the disklabel UID notation tooAlexander Hall
ok krw@, jsing@
2010-11-19- drop dhcp group from interfaces which did not go UP and gotAlexander Hall
an ip address - do the same on startup of the install/upgrade too - do NOT do it unconditionally on all dhcp'd interfaces, since we use the group to retain state. ok krw@, deraadt@
2010-11-18do not run makedev for a uid; ok krwTheo de Raadt
2010-11-18syncTheo de Raadt
2010-11-16syncTheo de Raadt
2010-11-12- introduce quote() which prints its arguments quoted for sh/ksh parsingAlexander Hall
- use the aformentioned function to properly quote the wireless config into /etc/hostname.$if Now, if only /etc/netstart didn't screw up whitespace... "I don't speak Swahili, so I'm going to have to trust you" deraadt@ no objections from others, specifically so from krw@
2010-11-07syncTheo de Raadt
2010-11-06syncTheo de Raadt
2010-11-05syncTheo de Raadt
2010-11-05Properly quote the wpakey argument. Fixes issue noted by tdm.Alexander Hall
ok krw@
2010-11-04correct commentTheo de Raadt
2010-11-04default to using all the IPs for ntp servers; ok krw henningTheo de Raadt
2010-11-01syncTheo de Raadt
2010-10-30for the user, create a matching group and put the user in there by default; ↵Theo de Raadt
ok halex guenther
2010-10-29syncTheo de Raadt
2010-10-29for late TZ handling, place the temporarily tzlist file into /mnt/tmpTheo de Raadt
(which has already been mounted). discussed with halex
2010-10-29nroff->mandoc; ok schwarzeJason McIntyre
2010-10-28syncTheo de Raadt
2010-10-28syncTheo de Raadt
2010-10-27syncTheo de Raadt
2010-10-19grow i386 inside media a teeny bitTheo de Raadt
2010-10-18syncTheo de Raadt
2010-10-18delete a wasteful spaceTheo de Raadt
2010-10-18allow configuration of 802.11 interfaces in the installerAlexander Hall
based on a diff from damien@ ok deraadt@
2010-10-18syncTheo de Raadt
2010-10-18syncTheo de Raadt
2010-10-18syncTheo de Raadt
2010-10-18no more misc setTheo de Raadt
2010-10-18the misc set went awayTheo de Raadt
2010-10-18no more misc setTheo de Raadt
2010-10-18syncTheo de Raadt
2010-10-18Add wpakey/-wpakey options. This was originally written by halex andTheo de Raadt
has gone many times around now (it is smaller now). man page diff coming soon. Fits onto the media that need it. ok halex
2010-10-18Place a smaller spwd.db onto the install media. Be consistant with the namingTheo de Raadt
of the "additional" list files (for architectures which split the list) Then... cleanup some TZ which it is clear should not have been placed onto certain media which don't have the space for them.