jkh
0a77c04420
Some additional optimizations for using DHCP.
1999-07-18 10:18:06 +00:00
jkh
d65a08ff66
Re-enable DHCP client support again (but optional and turned off by default
...
for the time being) for debugging purposes.
Fix bug in options selection.
1999-07-16 11:13:09 +00:00
jkh
82a3adae67
Don't ask about Linux emulation on the alpha (for now).
1999-07-06 09:19:36 +00:00
jkh
1cb9b86e52
Add an option for more fully enabling linux compatibility.
1999-07-06 08:45:40 +00:00
markm
0783e41813
Add bits of PAO that are non-controversial.
...
Submitted by: Tatsumi HOSOKAWA
1999-06-17 19:04:56 +00:00
jkh
c60ae3a8de
Do a clean-up pass on error/warning messages.
1999-05-27 10:32:50 +00:00
jkh
95973a7b6f
Completely change the way package_add() does its work. Now we
...
handle dependencies at a lower level and use package add for this.
Also made index searches stricter.
1999-05-12 09:02:37 +00:00
jkh
9d41e993f1
Make saving kernel configuration info disable-able (may be useful in certain
...
situations).
1999-05-07 11:02:58 +00:00
jkh
a3bc4e512d
Another round of updates for -current and 3.2
1999-05-05 11:34:03 +00:00
jkh
1c3da0388c
Deal with new loader syntax in determining how/when to load a userconfig
...
script.
Submitted by: "Daniel C. Sobral" <dcs@newsguy.com>
Avoided by: jkh
Demanded by: The Users
1999-04-28 10:51:01 +00:00
jkh
a16d10d610
o Make package matching for specific package loading use the Latest/
...
feature of packages now so that no version info is embedded.
o Add a default X desktop menu offering afterstep, enlightenment, KDE, GNOME
and Windowmaker desktops instead of the boring twm(1) based one if the
user so chooses. This will require a little testing.
1999-04-27 14:33:29 +00:00
jkh
2d3f68eb3d
Remove the registration stuff; we're redoing this and the emailed
...
registrations have a high failure rate for various reasons.
1999-04-24 01:53:55 +00:00
jkh
798143c96b
Make proper symlinks for fixit mode and ELF binaries.
...
Noticed by: jdp
1999-03-11 09:38:06 +00:00
jkh
98443a91bd
Unbreak the fixit floppy.
...
Clean up some of the media handling to use common routines.
1999-02-15 00:49:33 +00:00
jkh
9783bd5729
Fix incorrect initial state for two variables.
1999-02-14 21:26:29 +00:00
jkh
bf919900eb
Write changes out to /etc/rc.conf again; rc.conf.site is dead!
1999-02-09 22:18:10 +00:00
jkh
28cf43f876
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
jkh
928901c13d
More support for Alpha installs.
...
Submitted by: dfr
1999-01-29 11:39:04 +00:00
jkh
cba5742bc6
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
jkh
554d705752
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
jkh
7eaf680c7a
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
jkh
bcc10fc6f1
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
jkh
ecf852edc5
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
jkh
0a62e4c47b
Adios version.h / RELEASE_NAME hack. Do this right.
1998-11-24 00:18:57 +00:00
jkh
14ab54ebff
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
jkh
45aa486588
fix spelling error.
...
Submitted by: Pomegranate <daver@flag.blackened.net>
1998-10-23 10:27:50 +00:00
jkh
b2d762a967
fix brainos in earlier commit.
1998-10-13 10:07:43 +00:00
jkh
bfbf31f841
Whoops; fix my X11R6 fixup. Now the package should be marked
...
as installed correctly.
1998-10-12 23:47:50 +00:00
jkh
e45a92cf4b
Make floppy media code more generic so that fixit floppy can use it.
1998-10-12 23:45:07 +00:00
jkh
54e2dffb39
More save_userconfig to a more appropriate spot.
1998-09-30 20:33:56 +00:00
jkh
3bac1a9583
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
jkh
39f10e9784
Always do fixups, even if some minor dist failed to install.
...
Noticed by: luigi
1998-09-29 05:12:39 +00:00
jkh
aa64d4241e
Don't set the router_enable variable by default.
1998-08-31 17:47:52 +00:00
jkh
db59c4fa8f
MF22: Paul Traina's changes.
1998-07-18 09:42:02 +00:00
jkh
0f9ff28fbc
Sync with 2.2-stable branch.
1998-03-24 09:51:58 +00:00
jkh
ee08fc2995
MF22: installEnvironment() fix, reshuffle, vidcontrol on correct vty.
1998-03-10 13:42:05 +00:00
jkh
2781618c37
Remove deprecated XIG support - that project never
...
happened.
1998-03-09 15:01:02 +00:00
jkh
e0583dc8d8
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
27024938d5
Adapt to new mount(2) argument syntax.
...
Submitted by: bde
1998-01-16 15:07:55 +00:00
jkh
b8338e12a1
gateway -> gateway_enable
...
Pointed out by: Susie Ward <sward@voltage.net>
1997-12-29 20:07:17 +00:00
jkh
edb02f0869
Ask for extra confirmation if a newfs has been requested during
...
an upgrade.
PR: 3368
1997-10-13 17:32:29 +00:00
jkh
8c8de91c06
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
38ceede30c
Add an extra sanity check to previous commit.
1997-10-06 08:36:12 +00:00
jkh
e1bb3693fd
This should put boot.help in its rightful place (finally!)
1997-10-06 08:34:56 +00:00
jkh
dc30a0fc62
Get boot.help from a different place.
1997-10-03 14:14:40 +00:00
jkh
5c71e8316a
Install boot.help a little more skillfully; now it works without a src
...
dist installed. :)
1997-09-03 11:19:56 +00:00
jkh
a8ebfa1086
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
4a6261e486
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
jkh
f034b5f116
Repair missing quote.
1997-07-16 15:22:18 +00:00
jkh
01f808a119
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