summaryrefslogtreecommitdiffstats
path: root/usr.sbin/sysinstall/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Remove unneded -lmytinfoache2000-09-161-2/+2
|
* MFS: sync with -stable by removing the now-vestigal X_AS_PKG stuff.jkh2000-09-071-3/+0
|
* - Added support for installing boot0 and boot0.5 for PC-98.nyan2000-08-121-0/+6
| | | | - Cosmetic changes.
* If ${BINDIR} is not present, create it before installing to it.jkh2000-07-211-1/+5
|
* Add a terminal entry for xterm; a lot of people are using xtermsjkh2000-07-211-0/+3
| | | | in the serial-installation of FreeBSD.
* - Support MBR boot loaders that are larger than one sector size.jhb2000-07-121-0/+2
| | | | - Axe the 1024 cylinder checks as they are no longer relevant.
* - Remove obsolete PC-card boot.flp hack. It was for making both PC-cardnyan2000-06-051-1/+7
| | | | | | | | | | | | | | boot.flp and plain boot.flp. - Clean up crunchgen related routine. - Add PC-98 support. TODO: o Documentation o Fix some messages for PC-98 o Decrease the size of fixit.flp to 1.2MB o I18N (See: http://www.jp.FreeBSD.org/BootAsia/index.html) No response from jkh
* Add support for USB to sysinstall. This includes running usbd andjhb2000-05-121-2/+2
| | | | | | setting 'usbd_enable' in rc.conf during nwe installs if USB is detected. Also, since usbd already handles USB mice automatically, note that the mouse setup section in sysinstall only applies to non-USB mice.
* Update sysinstall to use struct uc_device instead of struct isa_devicejhb2000-03-241-1/+0
| | | | | | for generating /boot/kernel.conf. Since this structure is shared, move its definition out to a header file, just as struct isa_device was defined in a header file. This fixes the sysinstall breakage in -current.
* Allow X_AS_PKG option to be more selectable.jkh2000-02-111-1/+1
|
* * add SVR4 and OSF/1 enabling in the Start Up config menuobrien2000-01-181-0/+3
| | | | | | * deals with X11 install when all we have is the Port (such as on the Alpha) Ok'ed by: JKH
* Eliminate PC-card installation floppy and add PC-card support forhosokawa2000-01-141-11/+2
| | | | generic installation floppy.
* Add support for FTP installation via HTTP proxies.jkh2000-01-041-1/+1
| | | | | Submitted by: Philipp Mergenthaler <un1i@rz.uni-karlsruhe.de> PR: 11316
* Oh crud, did I ever screw the pooch! Rather than sync this with -stable,jkh1999-09-021-2/+1
| | | | | | | | | | I backed-out the changes in -current and didn't touch stable at all (I thought I had my patch order reversed, not what actually happened). AIEEE! I can't even blame the crack for this one since I broke my crack pipe a few weeks ago. I think sleep deprivation gets the blame for this one. Medal for noticing this one goes to: Jim Bloom <bloom@acm.org>
* MFC: Catch 3.2-stable sysinstall up to 4.0-current level functionality,jkh1999-09-011-1/+2
| | | | | | | bringing in DHCP support. The only thing I left out were Poul-Henning's newfs changes since I'm not sure if he's brought the rest of that support into -stable yet. If it turns out that this is the case, I'll MFC those changes too.
* Another batch of fixes for dhcp support in sysinstall, now draggingjkh1999-07-191-8/+4
| | | | | | | | in some code from C. Stone to parse the lease information. This is still a WIP and this commit is largely intended to allow others to sync up; the dhclient code still only works when doing dhcp configuration post-install and requires a bit more work on the boot floppy before it will truly work in the minimal bootstrapping role.
* Use #include <pccard_conf.h> instead of -DPCCARD.hosokawa1999-07-061-7/+13
| | | | Now we don't have to make clean before make boot.flp's.
* Add bits of PAO that are non-controversial.markm1999-06-171-2/+7
| | | | Submitted by: Tatsumi HOSOKAWA
* Switch to proper mbr.ru1999-06-041-0/+1
| | | | OK'ed by: jkh,rnordier
* Remove the registration stuff; we're redoing this and the emailedjkh1999-04-241-1/+1
| | | | registrations have a high failure rate for various reasons.
* Add a lot of additional keymaps to the appropriate menu.jkh1999-02-041-3/+5
| | | | Submitted by: Kazutaka YOKOTA <yokota@zodiac.mech.utsunomiya-u.ac.jp>
* Replace old SAVE_USERCONFIG code with a customized version of Andrzej'sjkh1999-01-201-1/+1
| | | | kget code. Also collapse a redundant case in cdrom code.
* Remove obsolete dset code. It's an ELF/3-stage boot world now and therejkh1999-01-201-5/+1
| | | | | are cleaner ways of doing this that don't involve stomping on kernel binaries directly.
* Adapt sysinstall more fully to the alpha (deal with proper boot signatures,jkh1999-01-081-1/+4
| | | | | | don't present label editor, etc). Submitted by: dfr
* Use properties code.jkh1998-10-141-1/+1
|
* properly conditionalize for alpha.jkh1998-10-131-0/+2
|
* correct typo.jkh1998-10-131-1/+1
|
* switch to proper boot0jkh1998-10-131-0/+1
|
* Add back keymap.h. Guess this is the easiest way to get it built.jkh1998-10-051-1/+2
|
* remove keymap.h reference from incorrect location.jkh1998-09-301-2/+1
|
* Finally conditionalize the SCSI frobbing code properly. Thisjkh1998-09-301-1/+1
| | | | | should return kernel config saving (under the current a.out system) to its former functionality.
* Make SCSI stuff truly optional.jkh1998-09-161-1/+1
| | | | Noticed by: jhay
* Whoops, update the makefile too while I'm at it.jkh1998-09-081-1/+1
|
* MF22: NOSHARED=YESjkh1998-04-011-0/+2
|
* Remove deprecated XIG support - that project neverjkh1998-03-091-1/+0
| | | | happened.
* Add a mouse configuration menu.jkh1998-03-071-1/+1
| | | | Submitted by: Kazutaka YOKOTA <yokota@zodiac.mech.utsunomiya-u.ac.jp>
* Update the keymap menu.yokota1998-01-271-4/+5
|
* variable_load.c is deadpst1997-09-171-1/+1
|
* Much better dispatch code and scripting support.jkh1997-09-161-4/+0
| | | | Submitted by: pst
* -I/sys -> ${.CURDIR}/../../sys. This should finish replacing /sys bybde1997-08-261-1/+2
| | | | a relative path.
* Make some changes to the way the label editor reads script variablesjkh1997-08-111-1/+1
| | | | | | | | | | | | | | | so you don't need to re-enter it for each and every filesystem. Heads up! This change is incompatible with the previous scripting format, so those folks (all 2 of you) using config files should take a look at the changes to the sample install.cfg file for the diskLabelEditor's new calling syntax. Finally write a man page for this thing, documenting all of the above and more. I can't drive a stake through this thing's heart without properly documenting it first, so please consider this step #1 in that process (to be honest, sysinstall will also live on for some time in the 2.2. branch since it's unlikely that the new install tools will ever make it over there - they're strictly 3.0 material).
* Make serial console based installs actually work by:jkh1997-07-311-0/+3
| | | | | | | | | | | 1. Detecting the split /dev/ttyv0 / /dev/console case, e.g. you've booted with the -h flag and you have a VGA card also. 2. Adding an extra "menu" for selecting terminal type and adding ANSI to the list of compiled-in terms. 3. Opening the proper file descriptors before disowning ourselves. Requested by: pst
* Eliminate Samba configuration. Sorry, but this was another one ofjkh1997-07-161-1/+1
| | | | | | | | | | | | | those ideas that, like the Apache server setup, was well-intentioned but doomed to fail in the face of change. That and the fact that it shouldn't be part of the installation tool, it should be part of the post-installation setup tool (which we need to write). Combining the two utilities into one utility was my first conceptual mistake. Apologies also to Coranth Gryphon, who worked hard on the Apache and Samba server setup code. These features were quite useful for awhile, if that's any consolation, I just simply had the wrong ideas about where to put them. :-(
* YAMF22jkh1997-07-041-0/+1
|
* Actually, rethink last commit and simply remove the apache configurationjkh1997-05-221-1/+1
| | | | | entirely, as promised earlier (it's outdated now and doesn't really belong in sysinstall).
* Sync with 2.2 and clean up some tortured english that was added.jkh1997-04-201-0/+1
|
* Some of my pending merge changes, Paul Traina's more flexible configjkh1997-03-191-1/+1
| | | | | file loading code. Submitted by: pst
* Add a registration screen so we can finally start counting our little userjkh1997-03-091-4/+4
| | | | puppies.
* Pass LOAD_CONFIG_FILE variable through, if set (makes Paul Traina's lifejkh1997-01-171-1/+3
| | | | | easier). Only run install.cfg if running as init. It's something of a security hole otherwise. :)
* Do a few things I've been threatening to do for a long time:jkh1996-12-111-5/+5
| | | | | | | | | | | | | | | | 1. Don't use the MSDOSFS code for accessing FreeBSD distribution data. Use Robert Nordier's stand-alone DOS I/O library for the purpose. It this works as well as Robert says it does, it should drastically reduce (or even eliminate) our "I can't install from my DOS partition!" calls. 2. As a result of the above, go to stdio file descriptors for all media types. 3. Taking advantage of #2, start using libftpio for FTP transfers instead of maintaining our own parallel version of the FTP transfer code. Yay! I ripped something out for a change! #1 Submitted-By: Robert Nordier <rnordier@iafrica.com>
OpenPOWER on IntegriCloud