summaryrefslogtreecommitdiffstats
path: root/usr.sbin/sade
Commit message (Collapse)AuthorAgeFilesLines
* Create a build-tools target for sysinstall and rtermcap. This is stillpeter2001-01-191-0/+2
| | | | | | | not right because rtermcap would be reading the *host* termcap, not from the termcap in the src tree. Besides, /usr/sbin/sysinstall (not the crunched one in /stand) should use the runtime termcap not the precompiled set.
* The example install.cfg now lives in /usr/src/usr.sbin/sysinstall.jhb2001-01-171-1/+1
|
* Look for help files in /usr/src/usr.sbin/sysinstall instead ofjhb2001-01-171-2/+2
| | | | /usr/src/release/sysinstall.
* - We live in /usr/sbin now, so don't set special veriables to build ajhb2001-01-171-14/+6
| | | | | | | | | static version that installs in /stand. Also, don't use an extra before-install target to create /stand. - Add missing $FreeBSD$. - Fix dependencies to handle keymap.h. (*) Submitted by: obrien (*)
* Backtrack a bit.. Put the dangerously dedicated option under apeter2001-01-151-1/+11
| | | | | | non-advertised option (F = "FreeBSD only"), and leave the A key with standard partitioning. It seems people still want a runtime backdoo to get to dangerously dedicated mode.
* Don't invite trouble by waving the 'Dangerously Dedicated' (DD) optionpeter2001-01-151-9/+2
| | | | | | | | | | at people. This has been sitting in my tree for a few months now. I have spoken with quite a few folks about this and the support for doing this was pretty strong. I dont remember names though, so I cannot share the blame :-(. Note that this does not *remove* DD mode, it just stops waving it at new users. You can still set it via config files etc, and the bootblocks and kernel still support it. You can still use disklabel to make true DD disks.
* Add the us.pc-ctrl and us.unix keymaps.obrien2001-01-111-1/+1
|
* Prepare for mdoc(7)NG.ru2000-12-271-67/+102
|
* Fix an informational message a little and properly check status of a yes/nojkh2000-12-161-1/+1
| | | | question which I bollicked up in my previous commit.
* Adapt sysinstall to use the new msgNoYes() function which assumesjkh2000-12-147-21/+44
| | | | | | no as a default. Sysinstall should be both less dangerous and less annoying as a result of this change, though that's just my opinion (since they're the defaults which annoy ME the least :).
* Moved the snc driver position before the sn driver.nyan2000-12-091-1/+3
| | | | Submitted by: Tomokazu HARADA <tkhara@osk4.3web.ne.jp>
* Fix bug where minimal dist selection didn't check off the rightjkh2000-12-071-1/+1
| | | | | | menu item. Noticed by: Dan "Sheepdip" Langille <dan@freebsddiary.org>
* Lose an extra paragraph break.dannyboy2000-11-291-4/+0
| | | | | PR: 23179 Submitted by: Jimmy Olgeni <olgeni@uli.it>
* Filename of install help file is "INSTALL.TXT", not "install.hlp".hosokawa2000-11-271-6/+6
| | | | Typing [F1] did not popup install help file window on main menu, and so on.
* Fix a layout problem (.It Li -> .Fx)ben2000-11-241-2/+4
| | | | | PR: 23055 Submitted by: Jimmy Olgeni <olgeni@uli.it>
* Remove extra ")".kuriyama2000-11-231-1/+1
|
* Update source description to note that everything is now included.jkh2000-11-211-1/+1
| | | | Submitted by: Chris Faulhaber <jedgar@fxp.org>
* finish conditionalizing the PC98 specific options off the PC98jkh2000-11-201-4/+6
| | | | compilation variable.
* Replace GNOME + Afterstep choice with GNOME + sawfish. This is a morejkh2000-11-142-4/+4
| | | | popular configuration now.
* Avoid use of direct troff requests in mdoc(7) manual pages.ru2000-11-101-8/+6
|
* Make numeric shortcut key behaving correctly in "Installation Media" menu.kuriyama2000-11-101-7/+7
| | | | Approved by: jkh
* For High security profile, set securelevel to 1 to protect /dev/*memjkh2000-11-071-0/+2
| | | | | | and mounted disks, among other things. Requested by: kirk
* Added Intel Gigabit Ethernet card to device menu.hosokawa2000-11-071-0/+1
|
* release/sysinstall/lndir.c has not been used, but statically linkedhosokawa2000-11-062-4/+1
| | | | to sysinstall for long time. Remove it.
* Back out change to prepend /sbin:/bin to $PATH, just overwrite $PATHtruckman2000-11-051-0/+2
| | | | | | | with these in the normal case. Set MAKEDEVPATH in sysinstall to include the /mnt2 stuff before starting the fixit shell.
* Moved driver modules for some PCI NICs and PCCARD-only NICs to mfsroot.flp.hosokawa2000-10-313-2/+8
| | | | | | http://people.freebsd.org/~hosokawa/driver-floppy/ for details. Reviewed by: current@FreeBSD.org
* Changes have been made to support a concept of VAR_FIXIT_TTY beingjkh2000-10-302-26/+43
| | | | | | | | | | | | | | | | | standard or serial. This change needs to be done to the entire system that depends on this. This way we don't have some code using OnVTY checks and other doing strcmp(variable_get(VAR_FIXIT_TTY), "standard") == 0 checks. Also we need to set VAR_FIXIT_TTY to "serial" if we come up on a serial console. Also fixed a dialog problem in that dialog was used when dialog was disabled causing some troubles such as not letting the cursor keys work when exiting the fixit mode on media (ie. not the fixit shell but for example fixit on a floppy). Submitted by: Doug Ambrisko <ambrisko@whistle.com> PR: 22352
* Add the ATA RAID device 'ar'.sos2000-10-291-0/+1
|
* Teach sysinstall how to restart itself on Ctrl-C (as an addition to its oldeivind2000-10-293-4/+54
| | | | | | tricks of rebooting and continuing where it was.) Reviewed by: jkh, jhb
* Shorten the labels in the keymap menu so it fits smaller screens.jkh2000-10-261-9/+9
| | | | Submitted by: pho
* Trim right column messages to display correctly in 80-column terminal.kuriyama2000-10-251-5/+5
| | | | Reviewed by: jkh
* Add another security configuration profile, call it "high" andjkh2000-10-143-1/+28
| | | | | | | rename the previous one to indicate that it's not just high, it's extreme (everything off, secure level raised). Submitted mostly by: Tony Finch <dot@dotat.at>
* Initiate deorbit burn sequence for <machine/console.h>.phk2000-10-084-4/+4
| | | | | | | | | Replace all in-tree uses with necessary subset of <sys/{fb,kb,cons}io.h>. This is also the appropriate fix for exo-tree sources. Put warnings in <machine/console.h> to discourage use. November 15th 2000 the warnings will be converted to errors. January 15th 2001 the <machine/console.h> files will be removed.
* PR: 21729murray2000-10-051-0/+2
| | | | | | | | | Approved by: jkh Write kern_securelevel_enable variable to rc.conf if user selects medium or low security in sysinstall. This overrides the case where a user selects fascist security and then tries to go back to a lower setting.
* If user selects no distributions at all, assume "User" asjkh2000-10-051-3/+6
| | | | | | | | a default. This should prevent people from whacking return at the Distributions menu and getting nothing selected as a result (a minimal "standard" system will at least install). Flagged as big tech support headache by: Chris Shumway <cshumway@osd.bsdi.com>
* Added NEC PC-9801-83, 84, PC-9801-103, 104, PC-9801N-25 and PC-9801N-J02Rnyan2000-10-021-0/+1
| | | | | | | | support which use National Semiconductor DP8393X (SONIC) as ethernet controller. Currently, this driver is used on only PC-98. Submitted by: Motomichi Matsuzaki <mzaki@e-mail.ne.jp> Obtained from: NetBSD/pc98
* Adjust for new location and name of kernel.jkh2000-09-291-33/+17
| | | | | PR: 21423 Reported by: Makoto MATSUSHITA <matusita@jp.FreeBSD.org>
* Fix specification for ftp5.fr.freebsd.orgjkh2000-09-271-1/+1
| | | | Reported by: Jean-Claude Christophe <jch@oleane.net>
* Fix the http proxy fetch code.jkh2000-09-251-0/+1
| | | | | Submitted by: Philipp Mergenthaler <p@i609.hadiko.de> PR: 21449
* Fix a small bogon with a boolean yes/no question check.jkh2000-09-251-2/+2
|
* Add Lithuania.jkh2000-09-241-0/+2
| | | | Submitted by: Domas Mituzas <midom@dammit.lt>
* One small tweak on the security profile code; don't be verbose ifjkh2000-09-242-26/+29
| | | | | setting up default values for an express/custom install. It would be confusing to see the informational popup completely out of context.
* add ``xe'' driversanpei2000-09-221-0/+1
| | | | Approved by: jkh
* One whack at the idea of having "security profiles" which select thejkh2000-09-225-137/+223
| | | | | | | | appropriate(?) defaults for "low", "medium" and "high" security environments. Medium is basically what we currently have with a little seat-belt tightening where it made sense. Low is the same as medium but without the tightening. High is positively fascist with nothing turned on by default and an automatic call to 911 if it can find a modem.
* Add a new driver for the AMD PCnet/FAST, FAST+ and Home PCI adapters.wpaul2000-09-201-0/+1
| | | | | | | | | | | | | | Previously, these cards were supported by the lnc driver (and they still are, but the pcn driver will claim them first), which is fine except the lnc driver runs them in 16-bit LANCE compatibility mode. The pcn driver runs these chips in 32-bit mode and uses the RX alignment feature to achieve zero-copy receive. (Which puts it in the same class as the xl, fxp and tl chipsets.) This driver is also MI, so it will work on the x86 and alpha platforms. (The lnc driver is still needed to support non-PCI cards. At some point, I'll need to newbusify it so that it too will me MI.) The Am79c978 HomePNA adapter is also supported.
* Remove unneded -lmytinfoache2000-09-161-2/+2
|
* Teach sysinstall about 'aac'.msmith2000-09-131-0/+1
|
* MFS: sync with -stable by removing the now-vestigal X_AS_PKG stuff.jkh2000-09-073-24/+0
|
* Add ftp.no.freebsd.org.sheldonh2000-09-061-0/+2
| | | | | PR: 21068 Submitted by: Martin Eggen <martin@copyleft.no>
* enable sshd by default. This only effects *new* installs, sojkh2000-09-041-0/+1
| | | | upgraders will not receive any unpleasant surprises.
OpenPOWER on IntegriCloud