summaryrefslogtreecommitdiff
path: root/distrib/miniroot/install.sub
AgeCommit message (Expand)Author
2002-05-22Fix quoting botch in earlier commit. Make sure MDDISKDEVS andKenneth R Westerback
2002-05-20Eliminate md_questions(). It was used only to control the setting ofKenneth R Westerback
2002-05-20Move verbiage about '!' and '!foo' at prompts to welcome_banner() fromKenneth R Westerback
2002-05-18Eliminate md_get_diskdevs() and md_get_cddevs() byKenneth R Westerback
2002-05-14Eliminate md_native_fstype() and md_native_fsopts(). Both functionsKenneth R Westerback
2002-05-09Elminate md_welcome_banner() and md_not_going_to_install() as theKenneth R Westerback
2002-05-08Abstract out common md_set_term() code into set_term() in install.sub,Kenneth R Westerback
2002-05-04Clean up the logic in install_url():Kenneth R Westerback
2002-04-30Clean up configure_all_interfaces() a bit.Kenneth R Westerback
2002-04-30this is not run by hand, no need for #!/bin/sh; krw okTheo de Raadt
2002-04-29Expose a few more comments to stripping: must be on separate line, andKenneth R Westerback
2002-04-29Eliminate basename(). Just use parameter expansion syntax to removeKenneth R Westerback
2002-04-29Rely on [] evaluating empty string as false, non-empty string as trueKenneth R Westerback
2002-04-28Remove superfluous '{}' in variable references that are all alone in aKenneth R Westerback
2002-04-28Change getresp() into ask().Kenneth R Westerback
2002-04-27Fix typo ('remel' -> 'rmel') in glob_selection.Kenneth R Westerback
2002-04-26Rework glob_selection() to eliminate 'Major hack' and a 'Eww' byKenneth R Westerback
2002-04-26Change 'while $1; shift' loops to 'for _b;' loops.Kenneth R Westerback
2002-04-26Improve use of sed in various places, eliminating unnecessaryKenneth R Westerback
2002-04-20Split out a new function askpass() and as a resultKenneth R Westerback
2002-04-13allow todd to do very weird things at the timezone prompt; fix from krwTheo de Raadt
2002-04-13only fsck root once in upgrade; from krwTheo de Raadt
2002-04-13do not check filesystems; krw okTheo de Raadt
2002-04-10If disk device nodes are missing, and MAKEDEV can be found on the media,Theo de Raadt
2002-04-09Move introductory blocks of comments to above their functions.Kenneth R Westerback
2002-04-09More reorganizations, fixes and shrinkage.Kenneth R Westerback
2002-04-05Tune get_selection() so thatKenneth R Westerback
2002-04-05Abstract out common startup and finishing code from install.shKenneth R Westerback
2002-04-02Do not copy /etc/mygate to install'ed systems if dhcp is specifiedKenneth R Westerback
2002-03-31naddy@ pointed out that in the two situationsKenneth R Westerback
2002-03-31This omnibus diff does a number of cleanups:Kenneth R Westerback
2002-03-30Keep all comments on separate lines so they are strippedKenneth R Westerback
2002-03-30shrink 599 more bytes: cleanups to "case" and such; ok krwTheo de Raadt
2002-03-30shrink 4 more bytesTheo de Raadt
2002-03-30remove extra spacesTheo de Raadt
2002-03-30Squeeze a few bytes out of the installation scripts by usingKenneth R Westerback
2002-03-26Cleanup (and shrink) ftp_list_files() in install.sub by removingKenneth R Westerback
2002-03-22move to 3.1-betaTheo de Raadt
2002-03-22Clean up getresp() byKenneth R Westerback
2002-03-04Update Copyright(c)'s to 2002Kenneth R Westerback
2002-03-04Change the default install sets to include everything but the X sets.Kenneth R Westerback
2002-03-03Cleanup/Improve trap handling.Kenneth R Westerback
2002-01-24Fix `necesary' typos; Alexander YurchenkoTodd C. Miller
2001-12-23Some minor typographical adjustments:Kenneth R Westerback
2001-12-22Enable users to fix filesystem problems encountered by fsck inKenneth R Westerback
2001-12-17Use actual files for short versions of /etc/protocols andKenneth R Westerback
2001-12-13Remove /etc/protocols and /etc/services from install mediaKenneth R Westerback
2001-11-25Squeeze all obvious <blank>+<tab> and <tab><blank>+ combinationsKenneth R Westerback
2001-11-24Fix bsort() so that trailing spaces are not emitted.Kenneth R Westerback
2001-11-22Fix getresp() so that imbedded or trailing blanks in theKenneth R Westerback