jkh
7fe482c8b0
MF22: correct bogus failure return.
1998-02-13 08:01:01 +00:00
yokota
6f7f019629
Add an entry for the Brazilian keymap with accent key definitions
...
in the keymap menu.
1998-02-12 17:53:19 +00:00
jkh
c852558573
Form device names correctly with new unit# syntax.
1998-02-10 18:43:11 +00:00
jkh
7ef8a69bf6
Totally change the way that devices are made in the MFS and subsequently
...
probed in sysinstall. Rather than make template devices and use up lots
of inodes, also restricting the number of devices that can be dealt with,
mknod all necessary devices as necessary using built-in information.
This removes a number of constraints on the number and type of devices
that sysinstall can see.
1998-02-10 18:31:27 +00:00
jkh
c610f2da03
MF22: reset root flags properly.
1998-02-06 04:35:21 +00:00
steve
af45e9528b
Typo: PAT -> FAT.
...
PR: 5593
1998-02-01 05:58:42 +00:00
yokota
1fb3fbf762
Update the keymap menu.
1998-01-27 14:01:19 +00:00
jkh
bc80affadb
MF22: match entries for wfd
1998-01-22 21:14:31 +00:00
jkh
d7243159f2
Add entry for SMC 9432TX cards (tx driver).
1998-01-21 19:25:49 +00:00
jkh
ec7457e7f1
Add wfd style devices to detection list (we'll have to put them on the
...
boot floppy too, of course - hope I still have enough inodes! :)
1998-01-19 23:28:41 +00:00
jkh
ca3cb4105e
Adapt to new mount(2) argument syntax.
...
Submitted by: bde
1998-01-16 15:07:55 +00:00
jkh
73bed33fe3
Benign changes to support Justin's CAM code.
1998-01-16 12:53:04 +00:00
jkh
974e420029
gateway -> gateway_enable
...
Pointed out by: Susie Ward <sward@voltage.net>
1997-12-29 20:07:17 +00:00
joerg
5457e5f388
Remove an extraneous ".kbd" that crept in for the Swiss German
...
keyboard map.
Submitted by: georg.wagner@ubs.com
1997-11-26 22:48:24 +00:00
obrien
71a2202c76
MFS.
1997-11-05 06:11:35 +00:00
jkh
6884713f08
Since doc no longer contains the Handbook, stop saying that it does.
...
Submitted by: Joao Carlos Mendes Luis <jonny@coppe.ufrj.br>
1997-11-04 23:44:22 +00:00
jkh
8a403dc5c9
Fix typo in startup menu.
...
Submitted by: max
1997-10-25 09:27:20 +00:00
jkh
9237618bdb
Fix disk counting bug.
...
Submitted by: Arjan de Vet <Arjan.deVet@adv.IAEhv.nl>
1997-10-18 21:22:25 +00:00
jkh
66a0e8d6b0
Add a new startup variables menu for tweaking rc.conf variables in more
...
detail (also added more of them to the networking services menu). Add
new dmenuISetVariable() function for interactive setting of non-boolean
flags.
1997-10-14 18:17:35 +00:00
jkh
98e4a60d1d
Fix bogon I introduced while adding disks menu to label editor.
1997-10-14 14:41:17 +00:00
jkh
2afa55ca38
Ask for extra confirmation if a newfs has been requested during
...
an upgrade.
PR: 3368
1997-10-13 17:32:29 +00:00
jkh
dc8100dcbd
Allow access to options editor from media screen (sometimes you need it
...
there!).
1997-10-13 11:45:36 +00:00
jkh
3aa99fd0f5
Only need to call label editor for all drives.
1997-10-13 11:33:27 +00:00
jkh
efc02b6453
Separate the siamese twins that were the partition and label editor.
...
Now you can use one without entering the other and it will DTRT.
These changes just allowed me to do the most straight-forward new disk
installation I've ever managed with sysinstall.
1997-10-12 16:21:21 +00:00
jkh
0bad82e206
Add an extra sanity check to previous commit.
1997-10-06 08:36:12 +00:00
jkh
fff37acdc4
This should put boot.help in its rightful place (finally!)
1997-10-06 08:34:56 +00:00
jkh
e44ab64a4d
Whups! Missed a spot in the kerberos src changes.
1997-10-04 15:50:09 +00:00
jkh
1a48a8d4c8
Get boot.help from a different place.
1997-10-03 14:14:40 +00:00
jkh
dd7077033a
Add ftp4.uk.freebsd.org
1997-09-29 00:15:07 +00:00
jkh
bf3fadc451
More label editor enhancements.
...
Submitted by: Ed Gold <vegold01@starbase.spd.louisville.edu>
1997-09-20 06:24:17 +00:00
jkh
d940e50d4c
Fix conditional bogon in Label Editor [from Ed Gold]
...
Print info boxes without titles.
1997-09-20 02:48:48 +00:00
pst
f6e7a48122
variable_load.c is dead
1997-09-17 16:18:54 +00:00
pst
4f718b5d5d
Put all variables in VAR_ #define's to force a single location for all
...
of these magic knobs. This is purely cosmetic and a documentation issue
so we don't have to glop through the source code looking for gems.
1997-09-17 16:18:22 +00:00
jkh
0dfe9b61e4
Add a new netInteractive variable so that the interactiveness of the TCP
...
setup dialog from scripts is more controllable. No more biasing off of
hostname (which is now non-optional in the non-netInteractive case).
Requested by: pst
1997-09-17 13:33:14 +00:00
jkh
e4a215054b
Whoops, forgot a file!
...
Submitted by: pst
1997-09-16 18:57:47 +00:00
jkh
cb8ec218f6
Much better dispatch code and scripting support.
...
Submitted by: pst
1997-09-16 18:57:18 +00:00
jkh
d387f3a0a9
MF22: pst's changes.
...
Submitted by: pst
1997-09-16 10:14:23 +00:00
jkh
5e33bd85aa
Fix offset bug in partition display that made partitions of type
...
`linux_swap' hose the output.
Also add a (T)ype command for changing the type of a partition.
1997-09-11 17:12:08 +00:00
jkh
9631b54264
Update to XFree86 3.3.1
1997-09-10 10:15:41 +00:00
jkh
a605df3211
Scrolling partition and label lists now make it possible to partition
...
lots of disks from sysinstall. Yay! Please test this as much as
possible with any 3.0 SNAP later than 970910 (I.E. tomorrow's snap),
especially those of you with larger disk farms.
Submitted by: Ed Gold <vegold01@starbase.spd.louisville.edu>
1997-09-09 16:32:01 +00:00
jkh
8c6164b309
Eliminate an obviously redundant message title.
1997-09-09 16:27:50 +00:00
jkh
140da23855
Make upgrade potentially a little less interactive.
...
Add and document new loadConfig function (sort of like a script #include).
Make TCP/IP setup far less chatty when it doesn't need to be.
1997-09-08 11:09:11 +00:00
joerg
82e0a44b78
Add a hint to the FAQ regarding ``DD'' disks.
1997-09-07 14:05:21 +00:00
jkh
52bbd7041a
Install boot.help a little more skillfully; now it works without a src
...
dist installed. :)
1997-09-03 11:19:56 +00:00
jkh
1e5eb79b17
People have complained that this is overly chatty, and
...
"dangerously dedicated" mode doesn't appear to have killed
anyone in recent memory, so I agree.
1997-09-03 10:47:44 +00:00
bde
f100f14114
-I/sys -> ${.CURDIR}/../../sys. This should finish replacing /sys by
...
a relative path.
1997-08-26 14:13:50 +00:00
jkh
065b1532d9
Fix fstab sequence number bug.
...
Add a few more strategic screen clears.
Fix registration form bug.
1997-08-18 21:47:34 +00:00
jkh
ac3f0c9820
2nd round doc cleanup.
1997-08-18 21:10:26 +00:00
jkh
623e3cede9
Sync with rc.conf change for weak_mountd_authentication
1997-08-17 10:08:25 +00:00
jkh
3c74d22281
Add a SEE ALSO for install.cfg sample script.
1997-08-11 13:20:38 +00:00