Paul Traina
c55c0846ed
variable_load.c is dead
1997-09-17 16:18:54 +00:00
Paul Traina
69ac164732
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
Jordan K. Hubbard
4a50ae9ab3
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
Jordan K. Hubbard
5ef5a78cd2
Whoops, forgot a file!
...
Submitted by: pst
1997-09-16 18:57:47 +00:00
Jordan K. Hubbard
9f86ac0aa7
Much better dispatch code and scripting support.
...
Submitted by: pst
1997-09-16 18:57:18 +00:00
Jordan K. Hubbard
365a44db75
MF22: pst's changes.
...
Submitted by: pst
1997-09-16 10:14:23 +00:00
Jordan K. Hubbard
2110cdc5e4
XFree86 3.3.1 updates
...
Document new media flag in lieu of links.
1997-09-14 04:18:42 +00:00
Jordan K. Hubbard
2cbb21cfc9
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
Jordan K. Hubbard
0ac80091c3
Update to XFree86 3.3.1
1997-09-10 10:15:41 +00:00
Jordan K. Hubbard
d0ef76de67
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
Jordan K. Hubbard
5fe1a639c5
Eliminate an obviously redundant message title.
1997-09-09 16:27:50 +00:00
Jordan K. Hubbard
948ae9ab81
Update for XFree86 3.3.1
1997-09-09 16:26:29 +00:00
Jordan K. Hubbard
b79a0997ab
Be more cautious about leaving user with a workable kernel during the
...
upgrade process.
Submitted by: Mikael Karpberg <karpen@ocean.campus.luth.se>
1997-09-09 09:19:30 +00:00
Jordan K. Hubbard
321a8d519a
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 Wunsch
96fc32627f
Add a hint to the FAQ regarding ``DD'' disks.
1997-09-07 14:05:21 +00:00
Jordan K. Hubbard
920e888936
Install boot.help a little more skillfully; now it works without a src
...
dist installed. :)
1997-09-03 11:19:56 +00:00
Jordan K. Hubbard
21130039d8
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
Bruce Evans
55d31f11fe
-I/sys -> ${.CURDIR}/../../sys. This should finish replacing /sys by
...
a relative path.
1997-08-26 14:13:50 +00:00
Jordan K. Hubbard
ea2b79b03e
Fix fstab sequence number bug.
...
Add a few more strategic screen clears.
Fix registration form bug.
1997-08-18 21:47:34 +00:00
Jordan K. Hubbard
3f1d66701a
2nd round doc cleanup.
1997-08-18 21:10:26 +00:00
Jordan K. Hubbard
a6d56f6e65
Sync with rc.conf change for weak_mountd_authentication
1997-08-17 10:08:25 +00:00
Jordan K. Hubbard
a435592391
Add a SEE ALSO for install.cfg sample script.
1997-08-11 13:20:38 +00:00
Jordan K. Hubbard
86ff624834
Make some changes to the way the label editor reads script variables
...
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).
1997-08-11 13:08:29 +00:00
Jordan K. Hubbard
97564a75d4
Back out the changes to set the resolver timeout. All they seem to do
...
is _break_ dns lookups entirely, and since reading the relevant docs and
source code does not enlighten for now, I'll remove this until more
basic research has been done into controlling the resolver's timeout
values.
1997-08-01 04:41:38 +00:00
Jordan K. Hubbard
e5a117774b
Fiddle with DNS options so that queries are also controlled by
...
the MEDIA_TIMEOUT variable. Just -current for now on this one as
I'm still wanting to play with this a bit and see what the ramifications
of doing this are.
Requested by: pst
1997-07-31 11:28:58 +00:00
Jordan K. Hubbard
b6aad04900
Make serial console based installs actually work by:
...
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
1997-07-31 11:08:47 +00:00
Jordan K. Hubbard
9325ae34de
YAMF22 - /boot.foo fixups.
...
Also close PR#4151 by running newaliases (forgot to mention this
in my RELENG_2_2 commit, but it's there).
1997-07-23 15:13:18 +00:00
Jordan K. Hubbard
009a69e4b7
Repair missing quote.
1997-07-16 15:22:18 +00:00
Jordan K. Hubbard
26fdf9e1de
ln /compat to /usr/compat on initial installation; this will
...
prevent the later addition of compat libs from overflowing /
1997-07-16 11:45:48 +00:00
Jordan K. Hubbard
5028762fea
Eliminate Samba configuration. Sorry, but this was another one of
...
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. :-(
1997-07-16 05:22:42 +00:00
Jordan K. Hubbard
7a55519931
YAMF22
1997-07-04 04:46:29 +00:00
Jordan K. Hubbard
0395b68640
Allow distSetByName() to process all the relevant entries.
...
Submitted by: msmith
1997-07-01 03:50:58 +00:00
Jordan K. Hubbard
b4cfcc4383
Adjust my installation script to more closely match reality.
...
Add a system command to script mechanism (so you can call things like
tzsetup from scripts).
Add noError variable for causing script errors to be ignored.
1997-06-22 09:45:41 +00:00
Jordan K. Hubbard
31377e1f1f
Change the way that X configuration method is selected.
1997-06-21 15:45:15 +00:00
Jordan K. Hubbard
2588c3547d
Add a couple of strategic screen clears.
1997-06-20 07:04:16 +00:00
Jordan K. Hubbard
2233edf577
1. Add a noWarn flag so that scripts can turn warnings off.
...
2. If hostname not set from script, bring up interactive dialog anyway.
1997-06-18 05:11:37 +00:00
Jordan K. Hubbard
7887f03216
YAMF22
1997-06-13 18:02:34 +00:00
Jordan K. Hubbard
17c5409baf
YAMF22
1997-06-13 17:55:32 +00:00
Jordan K. Hubbard
08e6881746
YAMF22
1997-06-13 14:21:22 +00:00
Jordan K. Hubbard
4b59b68956
Incorporate an ancient typo fix that never made it over from 2.2.
1997-06-13 14:06:10 +00:00
Jordan K. Hubbard
189b7e9102
reverse polarity on bit-flip from 2.2
1997-06-13 11:00:13 +00:00
Jordan K. Hubbard
55bdcc5909
YAMF22
1997-06-13 09:34:10 +00:00
Jordan K. Hubbard
109cd53c79
YAMF22
1997-06-13 07:11:57 +00:00
Jordan K. Hubbard
457984b7f1
YAMF22
1997-06-12 09:01:38 +00:00
Jordan K. Hubbard
9a12d3c96b
YAMF22
1997-06-12 08:46:51 +00:00
Jordan K. Hubbard
50bd8586a0
YAMF22
1997-06-12 07:35:40 +00:00
Jordan K. Hubbard
ba40d0fede
YAMF22 - Bugs Of Evil in variable handling and rc.conf editing.
...
PR#: 3218 [partial]
1997-06-11 08:41:10 +00:00
Jordan K. Hubbard
fb2539e946
Add a sample script file so people have some idea of what to pass to Load.
1997-06-09 05:10:08 +00:00
Jordan K. Hubbard
d67262d269
1. Make it possible to set up all the TCP/IP values from a script.
...
2. Update to XFree86 3.3
1997-06-09 01:19:44 +00:00
Jordan K. Hubbard
8e45ec2c8c
Resurrect / implement some of the more esoteric scripting features,
...
such as partitioning a disk or overriding an interactive prompt.
1997-06-05 09:48:03 +00:00
Jordan K. Hubbard
b3c112739c
Fix typos (of the printed output kind).
1997-05-30 01:03:09 +00:00
Jordan K. Hubbard
e81ebf9281
Always write out rc.conf, regardless of status.
...
PR: 3698
1997-05-27 18:56:03 +00:00
Jordan K. Hubbard
e40c79386c
Correct SNAP server paths.
...
Bring in CDE fixes.
1997-05-27 16:41:52 +00:00
Jordan K. Hubbard
cfca7bde42
Lame typo fix here too.
1997-05-26 05:33:16 +00:00
Jordan K. Hubbard
92973a80f9
YAMF22
1997-05-26 04:57:56 +00:00
Jordan K. Hubbard
8b6ecf92cf
Merge from 2.2 - XiG support updates.
1997-05-23 18:54:29 +00:00
Jordan K. Hubbard
53f741779c
Adjust config variables to more closely match rc.conf
1997-05-22 21:26:11 +00:00
Jordan K. Hubbard
2ba8646379
Be more bullish about saving configuration information.
1997-05-22 04:04:30 +00:00
Jordan K. Hubbard
dc6995f3e1
Actually, rethink last commit and simply remove the apache configuration
...
entirely, as promised earlier (it's outdated now and doesn't really belong
in sysinstall).
1997-05-22 00:17:11 +00:00
Jordan K. Hubbard
e27779fc61
Update version of apache.
1997-05-22 00:13:58 +00:00
Jordan K. Hubbard
08dc434dfe
Add SNAP servers to list of FTP sites.
1997-05-14 07:12:47 +00:00
Paul Traina
fae279d847
Fix null dereference if config variable not set.
1997-05-10 17:11:24 +00:00
Jordan K. Hubbard
98e24c476f
Merge 1.33.2.12 from 2.2
1997-05-09 07:44:19 +00:00
Jordan K. Hubbard
6ca2689df0
DOH! Fix package-extractor looping problem by moving some code
...
to the *proper* part of the loop.
1997-05-05 08:38:12 +00:00
Jordan K. Hubbard
00137300da
Adapt routing configuration glue to rc.conf format.
1997-05-05 06:32:44 +00:00
Paul Traina
eeb3219eef
Add in some more config file support -- add variables to shut up
...
sysinstall about the dangerously dedicated message, and other
variables to allow pre-configuring the distribution sets.
Still todo: add a variable to define an initial set of packages that
should be loaded.
Reviewed by: jkh
1997-05-05 05:16:03 +00:00
Jordan K. Hubbard
8681ebdcd1
YAMF22
1997-04-29 09:14:24 +00:00
Jordan K. Hubbard
3de5b08eda
Adapt to rc.conf file format.
1997-04-28 10:31:14 +00:00
Jordan K. Hubbard
593230d218
Back out mount change here (which is the only branch it should have
...
occupied in the first place :)
1997-04-28 09:35:59 +00:00
Jordan K. Hubbard
7499a04abf
YAMF22
1997-04-28 06:15:49 +00:00
Jordan K. Hubbard
0aa615d28d
Sync with 2.2 and clean up some tortured english that was added.
1997-04-20 16:46:36 +00:00
Jordan K. Hubbard
aa733cd0c5
YAMF22
1997-04-05 07:08:14 +00:00
Jordan K. Hubbard
66b368e835
Make all this work under -current again.
...
Submitted-By: Chuck Robey <chuckr@glue.umd.edu>
1997-04-03 13:44:59 +00:00
Jordan K. Hubbard
45dbe89080
Sync up to current state of development.
1997-04-02 12:07:39 +00:00
Jordan K. Hubbard
8378bbaded
Catch this puppy up to RELENG_2_2
1997-03-29 06:44:57 +00:00
Jordan K. Hubbard
136cfc5125
YAMF22
1997-03-27 01:44:11 +00:00
Jordan K. Hubbard
82ac247a53
Sync with 2.2
1997-03-27 01:05:17 +00:00
Jordan K. Hubbard
38abfbea7d
YAMF22
1997-03-25 03:12:59 +00:00
Jordan K. Hubbard
4f09c5ae25
YAMF22
1997-03-22 15:20:51 +00:00
Jordan K. Hubbard
63cf099d1c
Add Iceland.
1997-03-21 05:18:20 +00:00
Jordan K. Hubbard
ee49f49829
YAMF22
1997-03-19 10:09:46 +00:00
Jordan K. Hubbard
eefc5acdc5
Some of my pending merge changes, Paul Traina's more flexible config
...
file loading code.
Submitted by: pst
1997-03-19 10:09:28 +00:00
Mike Pritchard
862e2d600b
Be consistent with the handbook and the release notes and specify all
...
mailing list addresses as freebsd-*@FreeBSD.org .
Pointed out by: Kenneth R. Westback <krw@tcn.net>
1997-03-18 07:02:32 +00:00
Jordan K. Hubbard
c67ba61175
YAMF22
1997-03-15 18:01:45 +00:00
Jordan K. Hubbard
fd27ec2d05
Increase the size of the email address field.
...
Requested-By: joerg
1997-03-15 16:24:32 +00:00
Jordan K. Hubbard
6ebe9a26f2
o Remove obsolete references in XFree86 menu
...
o Add version information to registration (suggested by David)
1997-03-14 05:17:12 +00:00
Jordan K. Hubbard
db9fff5761
Tidy up generated fstab
1997-03-12 02:31:28 +00:00
Jordan K. Hubbard
7d98f8beea
Fix a long-standing bug with the label editor I just found (you could
...
mount two dos partitions with the same name).
Neaten up a dialog box that was encroaching on the right edge.
1997-03-11 17:51:01 +00:00
Jordan K. Hubbard
06ffcdb202
YAMF22
1997-03-11 16:44:00 +00:00
Joerg Wunsch
4b3d276343
YAMF22 (rev 1.70.2.10, added blurb to explanations)
1997-03-11 16:27:25 +00:00
Jordan K. Hubbard
9a598d6b3f
Merge all my sysinstall changes over to the 2.1 branch.
...
I just have this feeling... :)
1997-03-11 09:29:42 +00:00
Jordan K. Hubbard
e7a132b4e1
YAMF22
1997-03-11 06:40:38 +00:00
Jordan K. Hubbard
628febdfb7
Sync with 2.2.
1997-03-10 21:11:57 +00:00
Jordan K. Hubbard
d5867457a2
Update russian mirrors.
1997-03-10 19:38:14 +00:00
Jordan K. Hubbard
5279ffe115
Add registration help screen.
1997-03-09 22:35:12 +00:00
Jordan K. Hubbard
7c8f98f5b7
Add a registration screen so we can finally start counting our little user
...
puppies.
1997-03-09 22:25:49 +00:00
Jordan K. Hubbard
15d8c5b5a3
YAMF22
1997-03-08 16:17:49 +00:00
Jordan K. Hubbard
c29c9ac418
YAMF22
1997-03-08 12:58:29 +00:00
Jordan K. Hubbard
0232e09f50
Add a missing docfile (whoops! Overlooked).
1997-03-08 11:34:25 +00:00
Jordan K. Hubbard
af1353594f
YAMF22
1997-03-08 11:06:50 +00:00