summaryrefslogtreecommitdiff
path: root/distrib/miniroot
AgeCommit message (Collapse)Author
1998-04-15spellingTheo de Raadt
1998-04-141) If the user selects a set multiple times in a session onlyTodd C. Miller
extract once. This is a problem now that default sets are selected automatically. 2) Don't select any default sets that have already been installed.
1998-04-13ls -F the zoneinfo files, shows what is a zone-dir and what is a zone-fileTheo de Raadt
1998-04-11make user enter root password during install phaseTheo de Raadt
1998-04-05look for seperate xfont archivesTheo de Raadt
1998-04-03another timezone exampleTheo de Raadt
1998-04-01move xlink to i386 md setsTodd C. Miller
1998-03-31Kill unnecesary newline.Todd C. Miller
1998-03-30know about X setsTheo de Raadt
1998-03-29Select base*, etc* and bsd by default in the file selector.Todd C. Miller
1998-03-29Allow +/- in file selector (works with glob patterns too).Todd C. Miller
1998-03-29glob against files in the selector not in the total file listTodd C. Miller
(although it would be nice to be able to do that too). Now '*' does what the user might expect.
1998-03-29Fix a typoTodd C. Miller
Move fileset selector code into its own function Add support for globbing patters in the file selector (needs documenting) Ie: `*.gz' or even `*23.tar.gz|bsd'
1998-03-28oopsTheo de Raadt
1998-03-28copyrightsTheo de Raadt
1998-03-26For non-anonymous ftp, ask for the password twice and and make sureTodd C. Miller
they match. This is because passwords are no longer echo'd so we want to make sure they are correct before we do any xfers.
1998-03-26fix disk promptTheo de Raadt
1998-03-26Make nfs/cdrom/localdisk install the same as ftp/http install.Todd C. Miller
Ie: select the sets once and then extract en mass.
1998-03-24 o sanitize ftp/http url handling (too many evals make my head spin)Todd C. Miller
o proxied ftp can have a username too o make first ethernet device the default o if there is only one disk device make it the default
1998-03-23do not mislead user with numbers; johnsTheo de Raadt
1998-03-23make sure people do not use numbers for disk types; johnsTheo de Raadt
1998-03-12formattingTheo de Raadt
1998-03-12a nice little spaceTheo de Raadt
1998-03-12various prompt and message changesTheo de Raadt
1998-03-08moving to 2.3Theo de Raadt
1998-03-01Remove an extra "-o -" so the kernel doesn't go to stdout. Noted by pefo.Todd C. Miller
1998-02-17Use ftp's new -o flag and give the user the option of usingTodd C. Miller
active ftp (default is passive with auto-fallback to active).
1998-01-10support installing to multiple disks; cyxob@isl.vtu.ltTheo de Raadt
after install is done, if /bsd or /bin/cat do not exist, complain that the kernel or baseXX.tar distributions did not get installed; deraadt
1997-12-02repository move of src/bin/pdksh to src/bin/kshTheo de Raadt
1997-11-10init resolv.conf in "lookup file bind" modeTheo de Raadt
1997-10-30nice mount point chooserTodd C. Miller
1997-10-29clarify a promptTheo de Raadt
1997-10-25ask for netmaskTheo de Raadt
1997-10-19do not indent $_DKDEVSTheo de Raadt
1997-10-17look at ftp.openbsd.org not ftp.usa... the ftp one is now fastTheo de Raadt
1997-10-17oopsTheo de Raadt
1997-10-17pretty a bit moreTheo de Raadt
1997-10-17clarify significantly. in many situations, put more effort into rememberingTheo de Raadt
previous answers to the questions, so that it is easier to abort and restart the install script.
1997-10-17indent disk listTheo de Raadt
1997-10-17clarifyTheo de Raadt
1997-10-17... especially on PC machines...Theo de Raadt
1997-10-17clarify hostname promptTheo de Raadt
1997-10-03choose install-from disk correctly; matthieu@mipnet.fr, PR#325Theo de Raadt
1997-10-02build vi thingy correctly; toddf found the bugTheo de Raadt
1997-10-0121 -> 22Theo de Raadt
1997-09-26Fix some newfs usage.Todd C. Miller
1997-09-25Fix typo, noted by johns@heuris.com.Todd C. Miller
1997-09-23Typo, fixes passno botch in / entryNiklas Hallqvist
1997-09-21$OpenBSD$Theo de Raadt
1997-09-17generalize Todd's work for ftp/pppd/rsh to ramdisks and miniroots on allTheo de Raadt
architectures.