jkh
0e7721bc5f
Replace phk's commit with code from my local tree which I happen
...
to like better (it's commented and easier to read).
2000-07-05 07:15:57 +00:00
phk
993cb1d94f
Ignore all md disks, installing on them would be particularly pointless.
...
Its not fatal to find hardware we don't know.
2000-07-04 13:46:43 +00:00
roberto
c30f721417
Add ftp4.fr.freebsd.org (aka altair.worldonline.fr) and ftp5.fr.freebsd.org
...
(aka ns1.bsdfr.org)
Strong MFC 4.1 candidate.
2000-07-02 14:25:26 +00:00
markm
5342814957
Tiny manual correction; add mention of Kerberos 5.
2000-06-25 10:48:40 +00:00
nyan
6a7aa7f3d9
- Remove obsolete PC-card boot.flp hack. It was for making both PC-card
...
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
2000-06-05 13:17:23 +00:00
jkh
a40964c055
Update the australian NTP server entry.
...
Submitted by: Peter Matthews <peter@netwise.com.au>
2000-05-31 21:40:50 +00:00
msmith
882dea157b
Finish the /dev/rXXX removal job. With the libdisk fixes, this should
...
actually work again.
2000-05-31 00:57:48 +00:00
obrien
06b6467218
Add the 'Z' key to the slice editor. Hitting it toggles the units the
...
sizes are displayed in.
Ok'ed by: murray
2000-05-26 00:38:20 +00:00
msmith
95109f69a6
Remove all of the block devices, correct major numbers to point to the
...
corresponding character devices. This is (currently) untested, but
should be correct.
2000-05-25 02:48:15 +00:00
msmith
b642e2a419
Teach sysinstall about 'twe' disks. Note that this is currently
...
untested, and with the current state of flux surrounding the death
of bdevs other things here may need to change.
2000-05-25 02:28:50 +00:00
obrien
406f1714db
Add an option to select the Fix-it tty. The current behavior is utterly
...
*useless* on serial consoled machines.
2000-05-16 22:05:32 +00:00
jhb
1ec3688bd0
Add support for USB to sysinstall. This includes running usbd and
...
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.
2000-05-12 03:01:17 +00:00
murray
025b043750
PR: 17559
...
Approved by: jkh
You can't enable 'emulate 3 button' option for moused in sysinstall.
This adds a menu option to set moused_flags and the help text explains
that entering "-3" will enable this feature.
2000-04-08 03:04:32 +00:00
billf
6bfa821972
Refresh the aout ldconfig info so things like compat22 when installed can
...
be detected by netscape and such.
PR: bin/17659
Submitted by: Murray Stokelay <murray@cdrom.com>
Approved by: jkh
jkh made updates that conflict with the submitters patch, so I updated
accordingly, any mistakes are mine, not the submitters.
2000-03-31 01:03:41 +00:00
jkh
d849c2642e
Search for the proper hints file in an ELF world.
2000-03-30 08:18:19 +00:00
jhb
e225efcc5a
Add #includes for sysctlbyname() to quiet a warning.
2000-03-25 04:23:08 +00:00
jhb
8c16543d94
Update sysinstall to use struct uc_device instead of struct isa_device
...
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.
2000-03-24 22:24:09 +00:00
jkh
e8abb5e850
Sigh, it would have been nice but I just can't make the rsaref
...
hack work until we figure out some better way of handling package
interaction.
2000-03-18 20:14:58 +00:00
jkh
1ed162731b
We still need a hack for rsaref package; add it. This doesn't
...
affect CDs since they don't contain the rsaref package anyway.
2000-03-18 08:46:23 +00:00
jkh
959970ff2c
Make the "can't find an rsafoo package" messages more informative.
2000-03-18 07:20:50 +00:00
cpiazza
5f00c83601
Update the australian ntp server, the old one is no longer
...
available.
PR: 17448
Submitted by: Chris Knight <chris@aims.com.au>
2000-03-18 02:53:41 +00:00
jkh
f5f929f515
Remove PkgInteractive hack - it won't work like this.
2000-03-12 03:57:26 +00:00
jkh
3de1574e21
Do the right thing with USA_RESIDENT
2000-03-10 20:34:22 +00:00
jkh
a001dc9f6e
s/chose/choose/ in all the relevant places.
...
Noticed by: John Reynolds <jjreynold@home.com>
2000-03-10 19:53:53 +00:00
jlemon
5c5e33d816
Add Compaq Arrays
2000-03-08 18:14:19 +00:00
jkh
8f2020240d
Whoops - really make the "fix" I did to the dmenuToggleVariable logic
...
work.
2000-03-08 14:20:26 +00:00
jkh
f724518914
Add entries for slovenian keymap and new euro fonts.
...
Submitted by: Blaz Zupan <blaz@amis.net>
2000-03-07 16:45:36 +00:00
jkh
febc9c1096
Really fix the USA_RESIDENT botch.
...
Submitted by: Dmitry Valdov <dv@dv.ru>
2000-03-03 20:33:21 +00:00
jkh
8905bd306e
o Add support for loading the rsaref or rsaintl packages, depending
...
on locale.
o Allow use of "G" in label editor to stand for gigabytes. This
is actually an unrelated patch which I meant to commit separately
but what the heck, it's late.
Partially submitted by: phk
2000-02-29 10:40:59 +00:00
jkh
602f6c1a70
Revise this for the brave new world of "crypto"
...
Submitted by: markm
Approved by: me!
2000-02-29 09:09:36 +00:00
jkh
10bb493612
Make all menu items more consistent and deal with a few remaining
...
bogus accelerators.
Based largely on feedback from: Basit Syed <syed@pinenut.nosc.mil>
2000-02-26 12:33:49 +00:00
jkh
94de17793f
Toggle variables between YES and NO values, don't just set them to YES
...
or unset them. That makes it impossible to turn something off.
2000-02-26 12:07:40 +00:00
jkh
ef07546591
Clean up some of the abstraction in this code.
2000-02-26 11:57:22 +00:00
jkh
c9dd43e564
Add knobs for sendmail and sshd
2000-02-25 23:02:48 +00:00
jkh
056294e146
Make sysinstall use the new debug.boothowto OID. It will now go
...
straight into debug mode if you boot -v. Also conditionalize some
annoying debugging output now that we have this ability.
Partially submitted by: msmith
Approved by: jkh [to make certain wise-acres happy ;)]
2000-02-25 20:55:15 +00:00
jkh
0daf42533e
Do USA_RESIDENT properly.
2000-02-24 08:28:06 +00:00
jkh
074e39b5ac
Fix the fvwm desktop option (for all 3 of us who use it).
2000-02-20 10:01:33 +00:00
jkh
cee74ce389
If user says they're in the USA, record that fact in /etc/make.conf
2000-02-19 23:22:22 +00:00
jkh
1bc21e6863
no need to fix moused setting here; fix in defaults
2000-02-19 13:05:14 +00:00
jkh
d496b16406
Whoops, forgot to delete the ! operator in the reversed conditional
...
for anonftp. Fix.
2000-02-19 12:42:03 +00:00
jkh
b2280568bf
Invert the meaning of two questions in the Standard installation so just
...
whapping "Yes" by default does not turn you into an anonymous FTP-supporting
gateway machine. Those aren't the right "defaults."
2000-02-18 18:33:15 +00:00
jkh
44c4a7d34d
Don't call it a Novice install, call it Standard.
...
Also say thousands of packages, not hundreds.
2000-02-18 07:09:45 +00:00
jkh
0bc86ddfd4
Various cosmetic fixes, stop saying "DES" when we really mean "crypto",
...
go for more sensible defaults in a couple of menus.
2000-02-17 06:15:11 +00:00
yokota
241a2df74b
Change the text in the mouse protocol menu to indicate that protocols
...
for serial mice won't work with the PS/2 and bus mice. No functional
change.
Approved by: jkh
2000-02-15 08:51:34 +00:00
jkh
1d25bde6b2
Check the right variable to see if router is enabled.
2000-02-12 03:02:52 +00:00
jkh
15b49290dd
Allow X_AS_PKG option to be more selectable.
2000-02-11 09:12:17 +00:00
jkh
05998cbfe9
Include CDs in the list of things to remove before rebooting.
2000-02-11 06:55:12 +00:00
jkh
7c91491218
Add src menu item for /usr/src/tools
2000-02-09 05:31:26 +00:00
jkh
b6f601a801
o Fix http proxy code for various extentions and deal with FTP archive
...
format changes.
o Make anonymous ftp setup more analy retentive.
PR: 16070
Submitted by: Philipp Mergenthaler <un1i@rz.uni-karlsruhe.de>
2000-01-25 05:56:49 +00:00
obrien
3005c00a64
* add SVR4 and OSF/1 enabling in the Start Up config menu
...
* deals with X11 install when all we have is the Port (such as on the Alpha)
Ok'ed by: JKH
2000-01-18 15:50:23 +00:00