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-14 | libssl*.t*z -> ssl*.t*z | 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-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-23 | Formatting, typo, and grammar fixes. | Aaron Campbell | |
1999-09-23 | first cut at ssl chroot package install | 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-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-05-30 | improve ftp/http proxy prompt | Theo de Raadt | |
1999-04-10 | spelling | Theo de Raadt | |
1999-04-07 | save bytes; move swapon question | Theo de Raadt | |
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 | ignore bridge[0-9] when prompting for interfaces to bring up | 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 | |
1998-12-19 | merge text into base | 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-11-03 | it's -> its where appropriate | Aaron Campbell | |
1998-10-28 | isnumeric did not check the last char in a string | Todd C. Miller | |
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-19 | oops | Theo de Raadt | |
1998-10-19 | add xshare | Todd T. Fries | |
it is shared across all X platforms and came from xbase so it IS required. | |||
1998-10-19 | load xshare | Theo de Raadt | |
1998-10-18 | Check for selection == empty string in glob_selection so we don't get syntax ↵ | Todd C. Miller | |
errors when we use that as part of a case statement | |||
1998-10-11 | prettier prompts | Theo de Raadt | |
1998-10-10 | move blank line in extraction process | Theo de Raadt | |
1998-10-10 | non-verbose tar extract for cd install too | Theo de Raadt | |
1998-09-30 | significant enhancements to the ftp/http fetching areas | Theo de Raadt | |
1998-09-28 | use ftp file:/ URL support for filebased (cdrom, nfs, etc) installs | Theo de Raadt | |
1998-09-28 | toast the obviously untested nfs changes | Theo de Raadt | |
1998-09-28 | nfs root patches; todd@ | Theo de Raadt | |