summaryrefslogtreecommitdiff
path: root/distrib/miniroot
AgeCommit message (Collapse)Author
2001-09-04MB == megabytes, Mb == megabitsTheo de Raadt
2001-08-07suggest CET, not MET, ok deraadt@Markus Friedl
2001-06-23argh. stop using kernfs, using dmesg using sysctl. encode ARCH intoTheo de Raadt
install.md at build time. remove some crud. and the icing on the cake: skip testing all this until next week
2001-04-20Cleanup, new features, shrinkage.Kenneth R Westerback
Remove chunk of commented out, unused code. Add _didnet=1 to enable_network() so that ftp upgrade does not ask for network information it already has. Tell a user that selects the http installation method that the files will be downloaded via http. Suppress all 'softdep' options in fstab_shadow so there are no warnings when the filesystems are mounted. Suppress all non-ffs (including nfs, ufs) filesystems from fstab_shadow. Ufs was never used to install OpenBSD. Suppress all 'noauto' filesystems from fstab_shadow. Reword some comments and messages, esp. the one just before the offer to edit fstab. Punch up the fact that the fstab will not be saved, mention that non-ffs and noauto filesystems will be ignored. Move /usr/X11R6/lib/X11/{rstart,twm,xkb,xsm,xinit} directories to /usr/X11R6/lib/X11/XF3{rstart,twm,xkb,xsm,xinit} and replace with links. Links can be overwritten during upgrade. Directories can't. This enables the upgrade from XFree86 3.x to XFree86 4.x. ok deraadt@ millert@
2001-04-16Fix a couple of nits: delete some unnecessary commas andKenneth R Westerback
only print a 'Done.' for fsck'ing if fsck'ing is actually attempted. ok deraadt@
2001-04-15move to 2.9-betaTheo de Raadt
2001-03-26spellingTodd T. Fries
2001-02-23back out prev change. I should read ALL of my mail before actingMarco S Hyman
2001-02-23create dhclient.leases when needed; ok deraadt@Marco S Hyman
2001-02-12fix http handling; reported as busted by don@research-cistw.saic.comTheo de Raadt
2000-12-10ignore filesystems marked "xx"; os@atina.arTheo de Raadt
2000-11-20correct url handling; canacar@eee.metu.edu.trTheo de Raadt
2000-10-09Replace gratuitous eval by results of the evaluation, in particularChristian Weisgerber
don't eval ${_ftp_server_password}. This should allow FTP passwords that contain shell meta characters. ok millert@
2000-09-13Fix problem with bsort and multiple input data, original fix byDale S. Rahn
me, bytes saved by millert, OKed by mickey, millert.
2000-08-212.8-beta (so that X11 can distinguish login.conf)Theo de Raadt
2000-07-25deal with chflags merge, againTheo de Raadt
2000-06-23implement bubble sort in ksh instead of using sort(1).Michael Shalayeff
i think i'll fix sparc next week to use it.
2000-06-16ssl package no longer needed (will be tested)Theo de Raadt
2000-06-12fix ch* linksTheo de Raadt
2000-06-09chown/chgrp changesMichael Shalayeff
2000-06-01Add missing -n flag to getresp; noted by maurice@ivo.ig.netTodd C. Miller
2000-05-12fix an oopsie; millertTheo de Raadt
2000-05-08If there are no CD devices, abort early.Todd C. Miller
For ISO9660 CDs we can take advantage of the label spoofing and not ask the user for partition/fstype. Also shorten a few variable names. This makes CD installs go more smoothly.
2000-05-07Add -n flag to getresp, indicating shell escapes are not to be allowedTodd C. Miller
Don't show gre interfaces when prompting user for an ether device
2000-04-30When doing an upgrade, if there is an /etc/sendmail.cf and noTodd C. Miller
/etc/mail/sendmail.cf, move /etc/sendmail.cf -> /etc/mail/sendmail.cf and edit /etc/rc if needed. That way the sendmail binary will be able to find its .cf file on reboot.
2000-04-30If the site tarball included a file /install.site (upgrade.site if weTodd C. Miller
are upgrading not installing) then execute it chroot'd to /mnt. This allows people to customize the install procedure in a simple yet flexible manner.
2000-04-27ssl is now a tgzTheo de Raadt
2000-04-25kill, test and pwd are ksh builtins--no need to include standalone binaries.Todd C. Miller
2000-04-082.7-betaTheo de Raadt
2000-03-19populateusrlocal: create the right hierarchy under /usr/localMarc Espie
right before unmounting the new system. Beats having mtree files around every package...
2000-02-25'ie.' -> 'e.g.' or 'i.e.' as appropriateKenneth R Westerback
1999-11-11Only allow dhcp as an option if /sbin/dhclient exists; deraadt@Todd C. Miller
1999-10-26siteXX.tar.gz set also choosable, starting next release; mho@stacken.kth.seTheo de Raadt
1999-10-18default to man set included, from cd/disk tooTheo de Raadt
1999-10-17another stupid typoTheo de Raadt
1999-10-17fix errorsTheo de Raadt
1999-10-17pretty reuse prompt; requested by kwesterback@home.comTheo de Raadt
1999-10-17damnit: complete disgusting dual-matching for ssl libraries which really showsTheo de Raadt
how little sh i know (and how incapable i am of reading the sh manpage after 7 guiness). thanks to various people for going through the grief of discovering this problem first hand, after a few people in michigan had not gotten around to testing their work (tsk tsk tsk!)
1999-10-16in any situation where network config is needed, if the network is not ↵Theo de Raadt
configured, configure it then
1999-10-16pretty; friesTheo de Raadt
1999-10-15o Support separate USA and International versions of libsslTodd C. Miller
o add support for passing in wildcards to designate what should get pre-selected in the file selector and use it for libssl.
1999-10-15typoTheo de Raadt
1999-10-14libssl*.t*z -> ssl*.t*zTheo de Raadt
1999-10-14flesh out ssl messagesTheo de Raadt
1999-10-14o When doing an ftp/http install where all the info has already been enteredTodd C. Miller
give the user the option of just using the old info instead of re-prompting. o Do network setup before grabbing libssl via ftp/http if it has not already been setup.
1999-10-08When making timezone link just say what it is doing, don't sayTodd C. Miller
"doing...done" since it takes no noticable time...
1999-10-07use pkg_add -I for ssl packageTheo de Raadt
1999-10-02fix local disk package installTheo de Raadt
1999-10-02Fix a typo; ian@darwinsys.comAaron Campbell
1999-09-25no defaultTheo de Raadt