Age | Commit message (Collapse) | Author | |
---|---|---|---|
1999-11-11 | Only allow dhcp as an option if /sbin/dhclient exists; deraadt@ | Todd C. Miller | |
1999-10-26 | siteXX.tar.gz set also choosable, starting next release; mho@stacken.kth.se | Theo de Raadt | |
1999-10-18 | default to man set included, from cd/disk too | Theo de Raadt | |
1999-10-17 | another stupid typo | Theo de Raadt | |
1999-10-17 | fix errors | Theo de Raadt | |
1999-10-17 | pretty reuse prompt; requested by kwesterback@home.com | Theo de Raadt | |
1999-10-17 | damnit: complete disgusting dual-matching for ssl libraries which really shows | Theo 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-16 | in any situation where network config is needed, if the network is not ↵ | Theo de Raadt | |
configured, configure it then | |||
1999-10-16 | pretty; fries | Theo de Raadt | |
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-10-07 | use pkg_add -I for ssl package | Theo de Raadt | |
1999-10-02 | fix local disk package install | Theo de Raadt | |
1999-10-02 | Fix a typo; ian@darwinsys.com | Aaron Campbell | |
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-23 | put man package in the default; get used to it people | Theo de Raadt | |
1999-09-23 | ask for ftp password once | Theo de Raadt | |
1999-09-23 | crank to 26 | 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-08-10 | typo | Theo de Raadt | |
1999-07-30 | leave async mode before installboot is run... | Theo de Raadt | |
1999-07-24 | do install using -o async mounts, faster | Theo de Raadt | |
1999-07-19 | create /var/db/host.random at install time | Theo de Raadt | |
1999-05-30 | improve ftp/http proxy prompt | Theo de Raadt | |
1999-04-10 | spelling | 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-05 | Fix persistence of potential servers answer | Todd C. Miller | |
Don't make NFS an option if no /sbin/mount_nfs Fix syntax error when user hits return at ftp/http IP/name prompt | |||
1999-04-02 | Remember the value for "Do you want a list of potential servers" | Todd C. Miller | |
Update ftp.openbsd.org IP addr shave a few bytes | |||
1999-04-02 | Change a = to -eq in test statement. Otherwise we get an error if someone ↵ | Todd C. Miller | |
just hits return at the Server IP prompt during an ftp install | |||
1999-04-01 | shrink by merging local variable decl | Theo de Raadt | |
1999-04-01 | remove twiddle; tmp/fstab.* | Theo de Raadt | |
1999-04-01 | ignore bridge[0-9] when prompting for interfaces to bring up | Todd C. Miller | |
1999-04-01 | Use /tmp/fstab.DISK if it exists to preload mountpoints | Todd C. Miller | |
1999-03-23 | put fqdn first; matter@research.suspicious.org | Theo de Raadt | |
1999-03-23 | (h)ttp, not h(ttp),; brad@openbsd.org | Todd C. Miller | |