summaryrefslogtreecommitdiff
path: root/distrib/miniroot
AgeCommit message (Expand)Author
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-06Remove obsolete upgrade hacks for XF3->XF4 and movingKenneth 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-07-01Prevent passwords of the form '-X' from being (mis)interpreted as anKenneth 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-24add LIBS option the crunchgen config, allows adding custom librariesMarkus Friedl
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-15Insert entry for /var/tmp to /etc/fstab like /tmp one,i.e. nosuid and nodevMike Pechkin
2002-05-14Eliminate md_native_fstype() and md_native_fsopts(). Both functionsKenneth R Westerback
2002-05-10STRIP is a binary install targetTheo de Raadt
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-30first pass of instbin removal movementTheo de Raadt
2002-04-30oops, typoTheo de Raadt
2002-04-30Tighten up installed options on /tmp by adding nosuid,nodev.Kenneth R Westerback
2002-04-30this is not run by hand, no need for #!/bin/sh; krw okTheo de Raadt
2002-04-30use leaner libraries; like most already didTheo de Raadt
2002-04-30use SCRIPT commandTheo de Raadt
2002-04-30add a SCRIPT command which does sed-based comment stripping, and also the ARC...Theo de Raadt
2002-04-29generate termcap file using a list2sh.awk directrive; distrib becomes a lot s...Theo 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-28remove confusion about disktabTheo de Raadt
2002-04-28use single shared mtree.confTheo de Raadt
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