Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-06-23 | argh. stop using kernfs, using dmesg using sysctl. encode ARCH into | Theo 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-20 | Cleanup, 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-16 | Fix a couple of nits: delete some unnecessary commas and | Kenneth R Westerback | |
only print a 'Done.' for fsck'ing if fsck'ing is actually attempted. ok deraadt@ | |||
2001-03-26 | spelling | Todd T. Fries | |
2000-06-16 | ssl package no longer needed (will be tested) | Theo de Raadt | |
2000-06-01 | Add missing -n flag to getresp; noted by maurice@ivo.ig.net | Todd C. Miller | |
2000-05-07 | Add -n flag to getresp, indicating shell escapes are not to be allowed | Todd C. Miller | |
Don't show gre interfaces when prompting user for an ether device | |||
2000-04-30 | If the site tarball included a file /install.site (upgrade.site if we | Todd 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-03-19 | populateusrlocal: create the right hierarchy under /usr/local | Marc Espie | |
right before unmounting the new system. Beats having mtree files around every package... | |||
1999-10-16 | in any situation where network config is needed, if the network is not ↵ | Theo de Raadt | |
configured, configure it then | |||
1999-10-15 | o Support separate USA and International versions of libssl | Todd 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-15 | typo | Theo de Raadt | |
1999-10-14 | libssl*.t*z -> ssl*.t*z | Theo de Raadt | |
1999-10-14 | flesh out ssl messages | Theo de Raadt | |
1999-10-14 | o When doing an ftp/http install where all the info has already been entered | Todd 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-08 | When making timezone link just say what it is doing, don't say | Todd C. Miller | |
"doing...done" since it takes no noticable time... | |||
1999-09-25 | no default | Theo de Raadt | |
1999-09-23 | Formatting, typo, and grammar fixes. | Aaron Campbell | |
1999-09-23 | first cut at ssl chroot package install | Theo de Raadt | |
1999-09-23 | various printing nits | Theo de Raadt | |
1999-09-03 | md_questions() interface allows asking questions before sets | Theo de Raadt | |
1999-09-03 | remove a question | Theo de Raadt | |
1999-08-15 | o When clearing a variable, do ``foo='', not ``foo=""'' to save 2 bytes. | Todd C. Miller | |
There are other places where double quotes are used unnecessarily as well o Kill md_copy_kernel() and check_kernel() since the kernel is now a 'set' o Add support for shell escapes from any prompt o Consolidate post-install_sets sanity checks and put them in sane_install(). o install_sets() now calls sane_install() to do the sanity checks and won't let you continue until things are sane (as far as it can determine). | |||
1999-07-30 | leave async mode before installboot is run... | Theo de Raadt | |
1999-07-19 | create /var/db/host.random at install time | Theo de Raadt | |
1999-04-10 | spelling | Theo de Raadt | |
1999-04-10 | Add -q flag to newfs and use it in the install | Todd C. Miller | |
1999-04-08 | clean ramdisk /tmp a bit more before running MAKEDEV | Theo de Raadt | |
1999-04-07 | skip that swapon stuff, now that pax is about to become less leaky | Theo de Raadt | |
1999-04-07 | save bytes; move swapon question | Theo de Raadt | |
1999-04-07 | For low-memory machines, help people by putting in enough swapon support, so | Theo de Raadt | |
that people can do a boot, disklabel, reboot, boot, disklabel, swapon, .... and finish their install. | |||
1999-04-07 | cannot swapon in 2.5 installer. the swap partitions must exist at kernel | Theo de Raadt | |
boot time, the later user-entered disklabel does not take effect correctly. next release... | |||
1999-04-01 | remove twiddle; tmp/fstab.* | Theo de Raadt | |
1999-04-01 | Use /tmp/fstab.DISK if it exists to preload mountpoints | Todd C. Miller | |
1999-02-28 | if swapon exists, use it to add root swap partition | Theo de Raadt | |
1998-11-09 | Remove labelmoredisks(), nothing uses it anymore and most install.md's | Todd C. Miller | |
don't provide a real md_labeldisk() anyway. | |||
1998-10-28 | Move md_copy_kernel after install_sets and add check_kernel (which | Todd C. Miller | |
should probably be used instead of md_copy_kernel once I am sure nothing actually uses md_copy_kernel to copy the kernel any more). | |||
1998-10-13 | whack resolv.conf properly; bug seen by jason | Theo de Raadt | |
1998-10-11 | prettier prompts | Theo de Raadt | |
1998-10-07 | append script-formed dhclient.conf to installed one if necessary | Theo de Raadt | |
1998-09-28 | if no default route, set it to "none" | Theo de Raadt | |
1998-09-28 | toast the obviously untested nfs changes | Theo de Raadt | |
1998-09-28 | typo | Theo de Raadt | |
1998-09-28 | fix resolver setup | Theo de Raadt | |
1998-09-28 | nfs root patches; todd@ | Theo de Raadt | |
1998-09-26 | proper spacing of dns queries | Theo de Raadt | |
1998-09-25 | multiple IP addresses permitted for DNS servers | Theo de Raadt | |
1998-09-24 | parse /etc/resolv.conf if it exists... | Theo de Raadt | |
1998-09-23 | if default route already set (dhcp?) use it. otherwise use /etc/mygate.. | Theo de Raadt | |
otherwise we have no default route... in any case, prompt. | |||
1998-09-17 | pretty up MAKEDEV run | Theo de Raadt | |