summaryrefslogtreecommitdiffstats
path: root/usr.sbin/sysinstall
Commit message (Collapse)AuthorAgeFilesLines
...
* Switch from lynx to "links" as the default doc browser.jkh2001-03-235-12/+13
| | | | Submitted by: jim
* Include docs with "default X dist" so XF86Config won't complain about it.jkh2001-03-221-1/+1
|
* Don't install Kerberos stuff if user has selected minimal or "user"jkh2001-03-221-2/+2
| | | | modes.
* Set the default manual section for usr.sbin/ to 8.ru2001-03-201-1/+0
|
* properly document the loadConfig optionjkh2001-03-181-2/+2
|
* Very small cosmetic tweak - avoid starting an extra xterm for the fvwmjkh2001-03-161-1/+1
| | | | desktop case.
* Moved '#endif' to correct position. (previous commit broke pc98 support)nyan2001-03-151-1/+1
|
* Document the HTTP proxy install method.murray2001-03-141-7/+10
| | | | PR: 21451
* Avoid sending a pointless `CWD .' command which confuses somemurray2001-03-141-1/+3
| | | | | | non-standard ftp servers. PR: 21856
* Argh! Why can't I stop breaking the fvwm desktop option? *I* usejkh2001-03-141-1/+1
| | | | | fvwm as my desktop, yet I've broken this damn thing 3 times in a row now while all the desktops I don't actually use continue to work fine! :)
* OK, *now* we only sort the file once (red face).jkh2001-03-141-1/+1
|
* Document (with warnings) the otherwise undocumented `F' command.jkh2001-03-131-0/+6
|
* Be a better rc.conf citizen and create an initial file which:jkh2001-03-131-0/+9
| | | | | | | | | | | 1. Has a time-stamp to show when it was created 2. Sorts and uniq's the output to only contain single instances of a given setting. This doesn't mean you still can't have settings which override one another, that's still possible since it's too much trouble to do the redundancy checking here. Requested by: lots of people
* Properly deal with the fvwm desktop - this should restore that optionjkh2001-03-122-4/+4
| | | | to functionality.
* Allow a script-using to disable the emergency holographic shell asjkh2001-03-123-2/+7
| | | | | | a security measure. Requested by: "David E. Cross" <crossd@enterprise.cs.rpi.edu>
* Really finish softupdate setting from the label editor and fixjkh2001-03-124-53/+42
| | | | | | | | | | a few cosmetic problems: o Allow it to work with scripts (see man page or install.cfg file). o Preserve old softupdates flag across newfs toggles o Clean up partitioned/labelled flag handling o Don't ask for MBR choice again if you've already written it out. o Actually document the new features.
* Update to use proper nomenclature for the security profiles.jkh2001-03-111-1/+1
| | | | Submitted by: olgeni
* Document the softupdate stuff and also warn people against usingjkh2001-03-111-0/+17
| | | | it on root unless root is very large.
* Support setting soft updates from the label editor.jkh2001-03-103-12/+35
|
* Fix a paste-o which introduced a syntax error.jkh2001-03-081-1/+0
|
* Fix some of the security profile messages to be more explanatoryjkh2001-03-083-6/+28
| | | | | | | and also obey most of the rules of english in their construction. Add a help screen for the security menu which gives the user a rough idea just what the various security profiles do.
* Sawfish is invoked by the gnome stuff automatically if it exists -jkh2001-03-061-1/+1
| | | | | | we don't need to start it explicitly. Noted by: "Jose M. Alcaide" <jose@we.lc.ehu.es>
* Ack! I finally got annoyed enough to actually kill this. There is nopeter2001-03-022-10/+0
| | | | | | need to manually force the network_interfaces variable in /etc/rc.conf, and it only ever gets in the way. rc.network and rc.network6 DTRT with the default of 'auto'. This should have died over a year ago.
* Properly preserve /etc/mail during upgrades.jkh2001-02-211-0/+1
| | | | | PR: misc/23048 Submitted by: jack@germanium.xtalwind.net
* Teach sysinstall about the `compat4x' distribution.murray2001-02-094-6/+22
| | | | Approved by: jkh
* Bump the i386 default root by another 30MB to 100MB total. The Alphaobrien2001-02-071-2/+2
| | | | | | default root bumps 20MB to 110MB. Requested by: kris
* Add 20MB to the default / size for this in-development branch.obrien2001-02-071-2/+2
|
* 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-162-8/+6
| | | | question which I bollicked up in my previous commit.
* Add better IP, netmask and gateway checks.eivind2000-12-141-14/+92
| | | | | | | | - IP addresses are verified as being correct dotted quad format. - Netmasks are verified as being in correct dotted quad or 0x* format, and being consecutive 1 bits followed by consecutive 0 bits. - The gateway is verified as being correct dotted quad format and being reachable through the configured IP address and netmask.
* Adapt sysinstall to use the new msgNoYes() function which assumesjkh2000-12-149-24/+47
| | | | | | 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>
* Enable the same path deduction as for ftp install (great for snapshot tests)jkh2000-12-062-19/+60
| | | | | | | Allow user to change proxy server Allow user to change ftp path Submitted by: pho
* Wait DAD complete after ifconfig up.ume2000-12-041-1/+7
|
* 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
|
* Finish the job of conditionalizing the PC98 stuff.jkh2000-11-221-3/+3
|
* 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.
* Really turn off srcs for upgrades.jkh2000-11-141-0/+1
|
OpenPOWER on IntegriCloud