aboutsummaryrefslogtreecommitdiff
path: root/release/scripts/base-install.sh
Commit message (Collapse)AuthorAgeFilesLines
* Farewall, sysinstall! You served us well for many years, but 10.0 is oneNathan Whitehorn2011-10-031-16/+0
| | | | | | | | | | | digit beyond your time. Various sysinstall dependencies (e.g. libftpio, libdisk, libodialog, etc.) will be cleaned up in coming days. Some will take longer than others due to a few other consumers (tzsetup and sade). Notes: svn path=/head/; revision=225937
* Change the name of the 'bin' distribution to 'base'.David E. O'Brien2002-04-231-1/+1
| | | | | | | | | | This is done since it contains much more than /bin, and also gets in the way when making a combined install+fixit CD. OK'ed by: jkh Notes: svn path=/head/; revision=95327
* Add FreeBSD IDs to some files and make the others consistent in style.David E. O'Brien2001-04-081-0/+3
| | | | Notes: svn path=/head/; revision=75328
* Allow the use of ${DESTDIR} in the enviroment to optionally getJordan K. Hubbard1998-09-221-2/+3
| | | | | | | these various collections to install someplace else. Notes: svn path=/head/; revision=39556
* Add install script for doc, make bin install more intelligent.Jordan K. Hubbard1996-02-021-3/+5
| | | | Notes: svn path=/head/; revision=13873
* Check in the shell scripts I used for the 2.1-RELEASE CDROM. TheseJordan K. Hubbard1996-01-081-0/+10
are provided simply as easy short-cuts for users who are prowling through the dists structure and decide to install something directly from there. There still needs to be some glue stuck into release/Makefile to copy these into the appropriate homes following a full `make release', but I'll wait until phk is done in there. Notes: svn path=/head/; revision=13341