summaryrefslogtreecommitdiff
path: root/distrib/miniroot/install.sub
AgeCommit message (Expand)Author
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
1998-03-29Fix a typoTodd C. Miller
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
1998-03-26fix disk promptTheo de Raadt
1998-03-26Make nfs/cdrom/localdisk install the same as ftp/http install.Todd C. Miller
1998-03-24 o sanitize ftp/http url handling (too many evals make my head spin)Todd C. Miller
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-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
1998-01-10support installing to multiple disks; cyxob@isl.vtu.ltTheo de Raadt
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-17pretty a bit moreTheo de Raadt
1997-10-17clarify significantly. in many situations, put more effort into rememberingTheo de Raadt
1997-10-17indent disk listTheo de Raadt
1997-10-17clarifyTheo de Raadt
1997-10-17... especially on PC machines...Theo de Raadt
1997-10-03choose install-from disk correctly; matthieu@mipnet.fr, PR#325Theo de Raadt
1997-09-25Fix typo, noted by johns@heuris.com.Todd C. Miller
1997-07-16Fix the frigging CD rom mount bug!!Per Fogelstrom
1997-07-09Don't do needless sync and change -fast to -check in unmount_fs()Todd C. Miller
1997-05-29Be nicer about the partition queryNiklas Hallqvist
1997-05-18provide link0/link1 examplesTheo de Raadt
1997-05-17Make an echo line up neatly.Todd C. Miller
1997-05-16unset $_ftp_passive if user says no to passive mode and fix a typo.Todd C. Miller
1997-05-16Use a single proxy variable since we need to set both ftp/http proxiesTodd C. Miller
1997-05-16Strip possible <cr> from index.txtTodd C. Miller
1997-05-16Fix instance of ftp_server_dir -> _ftp_server_dir.Todd C. Miller
1997-05-16proxy-ftp install needs to use index.txt tooTodd C. Miller
1997-05-16- Proxy setting takes a URL, not an IP.Todd C. Miller
1997-05-16When getting a file list, make things relative to the install dir, notTodd C. Miller
1997-05-15Get ``ftplist'' from ftp.usa.openbsd.org.Todd C. Miller
1997-05-15install_ftp -> install.url (http support is untested)Todd C. Miller
1997-05-14Add VERSION_MAJOR and VERSION_MINOR. Currently assumes releaseTodd C. Miller
1997-05-14Fix phantom "bsd" that showed up when there were no recognized setsTodd C. Miller
1997-05-14New ftp install. Disk install should be made to be more this.Todd C. Miller
1997-05-13Protect against an possibly empty shell variableNiklas Hallqvist
1997-05-13Need to add ${VERSION} when checking for the existence of sets.Todd C. Miller
1997-05-10Add SNAPSETS -- can be included in MDSETS if so desired.Todd C. Miller
1997-05-05get ftplist from proper hostTheo de Raadt
1997-05-05turns out changes to getresp weren't really the ticket, I'd revert it, but do...grr