summaryrefslogtreecommitdiff
path: root/distrib/miniroot/install.sub
AgeCommit message (Expand)Author
2002-11-28Fix indent botch.Kenneth R Westerback
2002-11-10Fix makedev() so that if the device nodes are *not* created, makedev()Kenneth R Westerback
2002-11-09Code cleanup, simplification and shrinkage.Kenneth R Westerback
2002-11-09Fix two problems:Kenneth R Westerback
2002-11-07Treat 'bsd' like just another filename in THESETS, no more 'kernel'Kenneth R Westerback
2002-11-01Cleanup. Don't bother complaining when the user selects some non-existantKenneth R Westerback
2002-10-31Introduce some better feedback during attempted ftp installations. InKenneth R Westerback
2002-10-28Rework/reword the install sanity checks and associated logic slightly.Kenneth R Westerback
2002-10-27Ensure that 'siteXX.tgz' and 'siteXX.tar.gz' are the *last* setsKenneth R Westerback
2002-10-04krw fucked up; i must re-tag this fileTheo de Raadt
2002-10-03Divorce system hostname handling from network configuration.Kenneth R Westerback
2002-09-30a few new spaces -> tabsTheo de Raadt
2002-09-29Keep track of all devices that makedev() creates and recreateKenneth R Westerback
2002-09-29Modify makedev so that it does not attempt to create network interfaceKenneth R Westerback
2002-09-28Cleanup/fix/improve question asking.Kenneth R Westerback
2002-09-24Rejig addel()/rmel() to keep items on a single line, with blanksKenneth R Westerback
2002-09-22Do not allow install to proceed until root filesystem can be mounted onKenneth R Westerback
2002-09-20Add pflog, vlan and gif to list of interfaces filtered; krw@ OKTodd C. Miller
2002-09-17Fix commit botch that deleted '#' at beginning of '$OpenBSD$' tag line.Kenneth R Westerback
2002-09-17Ruthlessly expunge unnecessary verbiage and whitespace to make sureKenneth R Westerback
2002-09-10move to 3.2-betaTheo de Raadt
2002-08-27Missed file in last commit.Kenneth R Westerback
2002-08-15Fix a problem with re-started installs that caused the domainKenneth R Westerback
2002-07-28New feature request by (most recently) drahn@:Kenneth R Westerback
2002-07-27Fix two problems.Kenneth R Westerback
2002-07-22Undo a cvs botch in the last commit that reverted a few lines.Kenneth R Westerback
2002-07-18Rework upgrade's fstab handling soKenneth R Westerback
2002-07-13Cleanup/Shrinkage.Kenneth R Westerback
2002-07-13More cleanup/simplification/shrinkage.Kenneth R Westerback
2002-07-12Eliminate list_has_sets() by eliminating its only use. Instead ofKenneth R Westerback
2002-07-12Consolidate repeated logic to get non-empty $resp into aKenneth R Westerback
2002-07-09Fix typo (get_sets_list -> get_sets) that caused ftp installs to fail.Kenneth R Westerback
2002-07-07More cleanup/shrinkage/clarification.Kenneth R Westerback
2002-07-06Fix typo in get_get_files_list() that prevented sets fromKenneth R Westerback
2002-07-04More cleanup/shrinkage/clarification.Kenneth R Westerback
2002-07-04Eliminate the separate display_* functions. A little moreKenneth R Westerback
2002-07-04Since the directory /var/run is now present during install/upgrade,Kenneth R Westerback
2002-07-04Fix set selection list logic so that when extracting more setsKenneth R Westerback
2002-06-29Some cleanup/simplification:Kenneth R Westerback
2002-06-25Complete yet more of the c2k2 initiated changes. In this round:Kenneth R Westerback
2002-06-15rename install_from_mounted_fs to install_mounted_fs here as well; krw@ ok.Federico G. Schwindt
2002-06-11Rework get_localdir() so thatKenneth R Westerback
2002-06-11Delete an extraneous 'mkdir /mnt2' in install_nfs().Kenneth R Westerback
2002-06-10Be more paranoid about option fiddling in munge_fs, in case someoneKenneth R Westerback
2002-06-10Eliminate unused _installed_via_${_url_type} variables.Kenneth R Westerback
2002-06-10Move '[ "$_didnet" ] || donetconfig' lines into install_url andKenneth R Westerback
2002-06-10Pass 'ftp' or 'http' to install_url, rather than '-ftp' or '-http' andKenneth R Westerback
2002-06-09knfTodd T. Fries
2002-06-08Add FQDN to contents of /etc/myname during install.Kenneth R Westerback
2002-05-22Fix quoting botch in earlier commit. Make sure MDDISKDEVS andKenneth R Westerback