Jordan K. Hubbard
065f34b7e2
Unbreak the fixit floppy.
...
Clean up some of the media handling to use common routines.
1999-02-15 00:49:33 +00:00
Jordan K. Hubbard
046bfca773
Fix incorrect initial state for two variables.
1999-02-14 21:26:29 +00:00
Jordan K. Hubbard
58dd43480c
Write changes out to /etc/rc.conf again; rc.conf.site is dead!
1999-02-09 22:18:10 +00:00
Jordan K. Hubbard
63cad5499d
Totally change the way variables are accounted for in sysinstall.
...
Now we know which variables are internal and which need to be
backed to /etc/rc.conf.site. rc.conf is not touched now.
Also kget kernel change information back properly and set up a loader.rc
file to use it.
1999-02-05 22:15:52 +00:00
Jordan K. Hubbard
50895b8915
More support for Alpha installs.
...
Submitted by: dfr
1999-01-29 11:39:04 +00:00
Jordan K. Hubbard
24c1db52ef
Write changes out to /etc/rc.conf.site now rather than mucking with
...
rc.conf. There were many different ways I could have done this, some of
them "cleaner", but this represented the lowest impact.
1999-01-27 02:32:47 +00:00
Jordan K. Hubbard
c80ac74f4b
Replace old SAVE_USERCONFIG code with a customized version of Andrzej's
...
kget code. Also collapse a redundant case in cdrom code.
1999-01-20 12:31:43 +00:00
Jordan K. Hubbard
bd1ac8296b
Remove obsolete dset code. It's an ELF/3-stage boot world now and there
...
are cleaner ways of doing this that don't involve stomping on kernel
binaries directly.
1999-01-20 11:56:42 +00:00
Jordan K. Hubbard
af61828f44
Adapt sysinstall more fully to the alpha (deal with proper boot signatures,
...
don't present label editor, etc).
Submitted by: dfr
1999-01-08 00:14:22 +00:00
Jordan K. Hubbard
1fe19dd785
Fix an exceedingly *stupid* error in my floppy selection logic
...
which was hosing the fixit functionality.
PR: 8983
Fixed and embarassed by: Nobuyuki Koganemaru <kogane@koganemaru.co.jp>
:-)
1998-12-06 10:13:57 +00:00
Jordan K. Hubbard
a6de060bb3
Adios version.h / RELEASE_NAME hack. Do this right.
1998-11-24 00:18:57 +00:00
Jordan K. Hubbard
18c434c8f2
o Break fixups into binary fixups and XFree86 based fixups.
...
o Move fixups into extraction routine so all consumers don't have to duplicate
the right behavior.
o Make some things more orthogonal (just for asthetics sake)
o Add option to go back and do it again if XF86Setup fails (possibly with
a different setup - this one has always annoyed me).
1998-11-15 09:06:20 +00:00
Jordan K. Hubbard
622bb93248
fix spelling error.
...
Submitted by: Pomegranate <daver@flag.blackened.net>
1998-10-23 10:27:50 +00:00
Jordan K. Hubbard
88f416c601
fix brainos in earlier commit.
1998-10-13 10:07:43 +00:00
Jordan K. Hubbard
037c4571ef
Whoops; fix my X11R6 fixup. Now the package should be marked
...
as installed correctly.
1998-10-12 23:47:50 +00:00
Jordan K. Hubbard
d5aaa80c1c
Make floppy media code more generic so that fixit floppy can use it.
1998-10-12 23:45:07 +00:00
Jordan K. Hubbard
ec8c21cf11
More save_userconfig to a more appropriate spot.
1998-09-30 20:33:56 +00:00
Jordan K. Hubbard
50660db1a6
Add in a kludge for registering the "package" version of XFree86 so
...
various ports don't complain about it. It also requires that the pkg
registration bits be stick into the Xbin tarball so that they'll be
present in /usr/X11R6/lib/X11/pkgreg.tar.gz. The registration tarball
is removed upon first use to prevent it later spamming a genuine build
from ports if inadvertently extracted again.
1998-09-29 14:23:13 +00:00
Jordan K. Hubbard
919b0d127e
Always do fixups, even if some minor dist failed to install.
...
Noticed by: luigi
1998-09-29 05:12:39 +00:00
Jordan K. Hubbard
119cff04ef
Don't set the router_enable variable by default.
1998-08-31 17:47:52 +00:00
Jordan K. Hubbard
8eac04a792
MF22: Paul Traina's changes.
1998-07-18 09:42:02 +00:00
Jordan K. Hubbard
ac4c856698
Sync with 2.2-stable branch.
1998-03-24 09:51:58 +00:00
Jordan K. Hubbard
beb1c32dd3
MF22: installEnvironment() fix, reshuffle, vidcontrol on correct vty.
1998-03-10 13:42:05 +00:00
Jordan K. Hubbard
9f8db01318
Remove deprecated XIG support - that project never
...
happened.
1998-03-09 15:01:02 +00:00
Jordan K. Hubbard
59617ad4b8
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
Jordan K. Hubbard
a8d70a4bb7
Adapt to new mount(2) argument syntax.
...
Submitted by: bde
1998-01-16 15:07:55 +00:00
Jordan K. Hubbard
de92741516
gateway -> gateway_enable
...
Pointed out by: Susie Ward <sward@voltage.net>
1997-12-29 20:07:17 +00:00
Jordan K. Hubbard
6ab2db5e53
Ask for extra confirmation if a newfs has been requested during
...
an upgrade.
PR: 3368
1997-10-13 17:32:29 +00:00
Jordan K. Hubbard
b09dc169b7
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
Jordan K. Hubbard
690f1880b9
Add an extra sanity check to previous commit.
1997-10-06 08:36:12 +00:00
Jordan K. Hubbard
c16f090408
This should put boot.help in its rightful place (finally!)
1997-10-06 08:34:56 +00:00
Jordan K. Hubbard
4a0aa46197
Get boot.help from a different place.
1997-10-03 14:14:40 +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
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
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
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
109cd53c79
YAMF22
1997-06-13 07:11:57 +00:00
Jordan K. Hubbard
b3c112739c
Fix typos (of the printed output kind).
1997-05-30 01:03:09 +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
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
3de5b08eda
Adapt to rc.conf file format.
1997-04-28 10:31: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