Jordan K. Hubbard
89972e50e4
Allow user to delete as well as install packages from the package
...
installer menu.
Fix status line code so informationals show up properly again.
1997-01-29 22:35:05 +00:00
Jordan K. Hubbard
4c5f552d9a
Cosmetic tweaks.
...
Also redirect stderr to Debug when running multiuser.
1997-01-29 21:45:30 +00:00
Jordan K. Hubbard
431285ea2b
Fix broken layout help (this is what broke the TCP help screen).
...
Allow DITEM_NO_ECHO to be encoded in layout field types and make
user.c use it for the password item.
1997-01-29 21:16:07 +00:00
Jordan K. Hubbard
1c5237db6f
Make media re-init a user choice.
1997-01-29 03:30:24 +00:00
Jordan K. Hubbard
ad26f87d59
Do media initialization at correct time for upgrade too.
...
Update /stand.
1997-01-29 01:23:05 +00:00
Jordan K. Hubbard
18a4cf7400
Update Russian FTP sites according to Mikhail A. Sokolov's current
...
configuration.
1997-01-29 01:13:27 +00:00
Jordan K. Hubbard
b2b2fe4577
Death to another bad idea: Don't auto-mount CDROM on startup.
1997-01-29 00:14:17 +00:00
Jordan K. Hubbard
aa5b6f64ea
DTRT with a release string of "none" and use the correct (updated)
...
mountpoint name for fixit.
Submitted-By: joerg
1997-01-27 09:51:56 +00:00
Jordan K. Hubbard
6a484ce557
Add new Portugal mirror.
1997-01-27 00:16:15 +00:00
Jordan K. Hubbard
7ce6b270fd
Allow both types of XFree86 setup script to be run at user choice.
1997-01-24 20:20:12 +00:00
Jordan K. Hubbard
d733b8a9fb
I need to learn to read man pages more closely. readlink() does NOT null
...
append the return string (bleah!) so you need to do it yourself. This
explains why Bus and PS/2 meece weren't displayed in the Mouse selection
menu.
1997-01-24 19:31:53 +00:00
Jordan K. Hubbard
5214787fd5
OK, I've got two ideas to file in the "really seemed like a good idea
...
at the time, but on further reflection..." bucket with these changes.
1. Checking the media before frobbing the disks was a fine idea, and
I wish it could have worked, but that leads to a rather difficult
situation when you need to mount the media someplace and you're about
to:
a) Chroot away from your present root.
b) Newfs the root to be.
You're basically screwed since there's no place to stick the mount
point where it will be found following the newfs/chroot (and eliminating
the chroot in favor of just using the "root bias" feature would work
great for the distributions but not the pkg_add calls done by the
package installer).
2. Automatic timeout handling. I don't know why, but alarm() frequently
returns no residual even when the alarm didn't go off, which defies
the man page but hey, since when was that so unusual? Take out timeouts
but retain the code which temporarily replaces the SIGINT handler in
favor of a more media-specific handler. This way, at least, if it's hanging
you can at least whap it. I think the timeout code would have been losing
over *really slow* links anyway, so it's probably best that it go.
This should fix NFS, tape & CDROM installs again (serves me right for getting
complacent and using just the FTP installs in my testing).
1997-01-24 19:24:51 +00:00
Jordan K. Hubbard
76d01c999a
This is a patch that makes some of the "partitions" --> "slice" to be
...
more consistant in our use of the terms for differentiation between PC
partitions and traditional BSD partitions.
Submitted-By: obrien@cs.ucdavis.edu (David O'Brien)
1997-01-24 07:47:17 +00:00
Jordan K. Hubbard
63eb3ecd42
Update russian mirrors.
1997-01-24 07:03:15 +00:00
David E. O'Brien
ae462d03db
Change from using chunk_n to slice_type_name().
...
Reviewed by: jkh
1997-01-24 02:26:42 +00:00
Jordan K. Hubbard
7e698f84f0
*groan*. I broke tape extraction with the same optimization.
...
Fix that too.
1997-01-22 00:27:22 +00:00
Jordan K. Hubbard
898f607a63
Argh! Moving the media initialization to before the disk scribbling
...
section was a good thing, since it made it possible to detect media problems
*before* the installation started, but it also caused various things to
be mounted BEFORE the chroot() call, which definitely messes things up.
Fix this by detecting the pre-chroot() case and mounting into a subdir.
1997-01-22 00:15:51 +00:00
Jordan K. Hubbard
6dfa1330e5
A couple of cosmetic tweaks to tape install method and fstab file format.
...
Submitted-By: Flemming Jacobsen <fj@schizo.dk.tfs.com>
1997-01-20 19:36:31 +00:00
Jordan K. Hubbard
2e59a10476
Rearrange the timeout code and also (whoops) provide for timeouts during
...
file opens, not just during file reads.
1997-01-20 19:26:44 +00:00
Jordan K. Hubbard
0f18f7f84e
Add extra variables for the configuration of all packages, not just
...
the lynx browser.
Submitted-By: David O'Brien <obrien@cs.ucdavis.edu>
1997-01-20 16:13:43 +00:00
Jordan K. Hubbard
b4045b65fe
Correct a real brain-o in my check for when a "fixup" should be run.
...
Don't recreate parent menus just for submenus - it's irritating.
1997-01-19 10:27:12 +00:00
Jordan K. Hubbard
0ebf0addab
Use alarm's return status to more properly denote timeout rather than keeping
...
an icky global around.
1997-01-19 09:55:37 +00:00
Jordan K. Hubbard
a0e47058d0
Fix a variety of problems with my timeout handling, make it more
...
configurable (you can now set the timeout interval), fix a crash-bug
when no network device was attached.
1997-01-18 19:18:26 +00:00
Jordan K. Hubbard
740e9a8981
Implement compiled-in config file handling a little better - now
...
that there's no filesystem on the boot.flp image we need to prompt
for the configuration floppy.
1997-01-18 16:37:15 +00:00
Jordan K. Hubbard
c7bdc98ef3
Be more aggressive about timeouts.
1997-01-17 19:00:38 +00:00
Jordan K. Hubbard
135c95a582
Add timeout support to sysinstall's general media handling,
...
allow SIGINT to stand for "time out now!" in certain cases.
1997-01-17 15:58:58 +00:00
Jordan K. Hubbard
f8ea17db2b
Add device entries and documentation for Intel EtherExpress Pro/10 driver.
1997-01-17 14:18:10 +00:00
Jordan K. Hubbard
79e6e0e3a2
Whoops! Fix an infinite loop I lovingly introduced into this code
...
with a previous commit.
1997-01-17 14:05:37 +00:00
Jordan K. Hubbard
45680321c0
Pass LOAD_CONFIG_FILE variable through, if set (makes Paul Traina's life
...
easier). Only run install.cfg if running as init. It's something of
a security hole otherwise. :)
1997-01-17 10:57:26 +00:00
Jordan K. Hubbard
3b9b7e6177
Now that I know which parts of the installation really need it (since
...
there's no menu display bug to work around now), be far more selective
in my use of DITEM_RECREATE (which is slow and involves much screen I/O).
1997-01-17 08:47:13 +00:00
Jordan K. Hubbard
306e292622
Fix mishandling of extraction return status in commit.
1997-01-16 15:00:25 +00:00
Jordan K. Hubbard
2974f2c077
Cope with Open_Disk() failure much more gracefully.
1997-01-16 14:42:21 +00:00
Jordan K. Hubbard
b449e9a83e
Damn! Forgot to update lynx also.
1997-01-16 10:51:53 +00:00
Jordan K. Hubbard
2bd4114e2a
Minor cleanup, adjust for latest version of apache web server.
1997-01-16 10:48:00 +00:00
Jordan K. Hubbard
37c16c5340
Clean up a long-standing bug in the scripting code. You could set variables,
...
but you couldn't call functions! Now you can do both.
Guard against whitespace pollution in variable names.
1997-01-16 10:24:09 +00:00
Jordan K. Hubbard
69bab6f567
Use a better dialog for flagging field validation errors.
...
Pointed-Out-By: msmith
1997-01-16 09:45:35 +00:00
Jordan K. Hubbard
d42e16a0d6
Keep our serial ports distinct so that first device is not found for
...
all (closes PR#2296).
Print better FTP failure diagnostics
Do better media failure checking in install.
1997-01-15 16:21:10 +00:00
Jordan K. Hubbard
c5e12995c6
Put upgraded files in their own directory - using the suffix was a bad idea.
1997-01-15 15:32:04 +00:00
Jordan K. Hubbard
615d72264e
Register SLIP/PPP devices properly again.
...
Make the /etc resurrection more sensible for upgrade. No longer
quite so annoying.
1997-01-15 13:39:50 +00:00
Jordan K. Hubbard
840c833532
Add some missing parameters to msgConfirm() which produced the effects
...
noted in PR#2454
1997-01-15 11:48:37 +00:00
Jordan K. Hubbard
6f1cc2d697
Don't call systemShutdown() from signal handler so that the media device
...
is closed. The FTP library doesn't expect to be called recursively from
an interrupt. :)
1997-01-15 08:01:10 +00:00
Jordan K. Hubbard
4b5985f238
Make upgrade allow reselection of failed media.
1997-01-15 07:28:25 +00:00
Jordan K. Hubbard
3f0d701c2d
Make the bindist-only checks actually work.
...
Add code which theoretically should let you get a disk up from
start to finish while running multiuser, using your existing /dev
entries.
1997-01-15 07:06:39 +00:00
Jordan K. Hubbard
4a57e2940f
Make the FTP installation codepath a lot more defensive. Trap
...
bogus path and FTP I/O errors much earlier, offer retry possibilities
at steps along the way so you don't have to resume from the very beginning
again on a hard error.
1997-01-15 06:30:50 +00:00
Jordan K. Hubbard
9b1696b002
Fix several problems:
...
1. Bus mouse selection didn't show up properly in mouse menu.
2. U&G management screen didn't respect cancel properly.
3. Novice not prompted to add users or set root password during installation.
4. Username length changes screw up user management form.
1997-01-15 03:57:50 +00:00
Jordan K. Hubbard
9e5c9c0856
Set defaults more rationally through the item selection loop.
1997-01-15 03:24:44 +00:00
Jordan K. Hubbard
91188fac62
Accept emacs-style editing keys for traversal and ESC as an abort character.
1997-01-15 02:52:00 +00:00
Jordan K. Hubbard
1130b656e5
Make the long-awaited change from $Id$ to $FreeBSD$
...
This will make a number of things easier in the future, as well as (finally!)
avoiding the Id-smashing problem which has plagued developers for so long.
Boy, I'm glad we're not using sup anymore. This update would have been
insane otherwise.
1997-01-14 07:20:47 +00:00
Jordan K. Hubbard
60191fe961
Add more protection when running as init and don't do stupid things.
...
Fix looping in fixit cdrom selection by adding a missing break.
Move unmount of cdrom down to proper place.
1997-01-12 11:13:43 +00:00
Jordan K. Hubbard
fb25893d57
Add extra tweak for -current compilation and some debugging.
1997-01-06 11:32:44 +00:00
Jordan K. Hubbard
29d851f6c2
Do a better job of CDROM detection.
...
Use consistent spelling throughout.
Remove unmount in fixit_common() since that's bogus in the CDROM case and
properly "shut down" the media device instead.
1997-01-06 11:10:25 +00:00
Jordan K. Hubbard
719de2bced
Clean up device handling WRT slip and ppp devices. An incomplete transition
...
from one convention to another had things pretty fouled up in here.
1997-01-04 13:29:10 +00:00
Jordan K. Hubbard
6befaa491c
Add a few strategic screen clears in network setup.
...
Disable saving of SCSI device parameters in userconfig saving in hopes
of working around a reported problem in the no-device case; there's no
point in saving this information here anyway.
2nd patch submitted-by: "Eric L. Hernes" <erich@lodgenet.com>
1997-01-04 12:36:39 +00:00
Jordan K. Hubbard
a686b628ba
Adjust the maximum displayed length.
...
Submitted-By: Tatsumi Hosokawa <hosokawa@mt.cs.keio.ac.jp>
1997-01-03 06:41:41 +00:00
Jordan K. Hubbard
e5b09b7d10
Do something I've wanted to do for quite some time - collapse all the
...
common layout code into some work functions and make all the layout-using
routine adopt them. Also reorganize includes and generally clean up.
1997-01-03 06:32:39 +00:00
Jordan K. Hubbard
434a0eeb38
1. Correct bogon in cdromInit when running multi-user which took cdrom offline
...
if wrong version.
2. Make sure network device is initialized in ftpInit
3. Eliminate bogus size values in the menus. For now, we'll have to admit
that nobody's added it up yet. In the future, these menus should be
build dynamically anyway, not declared static.
4. Add more debugging to networking code to chase the mystery ppp device
problem.
1997-01-01 12:36:09 +00:00
David E. O'Brien
1a728844c1
Added the package catagories astro, chinese, mbone, and vietnamese;
...
along with applicable descriptions.
1996-12-31 14:37:06 +00:00
Jordan K. Hubbard
18926d84a6
Support the use of the 2nd CDROM as a fixit aid. Also put the EHS
...
into a submenu in case you need to start it again (or at some other point
in the installation).
Submitted-By: joerg
1996-12-29 05:51:40 +00:00
Jordan K. Hubbard
38597f2be6
Add a "catpages" distribution for the catman stuff.
...
Submitted-By: joerg
1996-12-29 05:28:41 +00:00
Mike Pritchard
f52a35b581
Fix some spelling errors.
...
Jordan, I'll let you merge this into 2.2o that I don't
stomp on you.
1996-12-26 21:53:11 +00:00
Jordan K. Hubbard
9f2e984973
Clean up some calls to close().
1996-12-26 21:03:04 +00:00
Jordan K. Hubbard
0495d47f7e
Fix fixit floppy.
1996-12-26 03:32:50 +00:00
Jordan K. Hubbard
3cce01a416
1. Engage brain. 2. Write macro. Previous commit attempted to perform
...
2 before 1.
1996-12-17 00:00:15 +00:00
Jordan K. Hubbard
50aaa93770
make note of which /etc files need upgrading in installUpgrade rather
...
than asking the user to keep track of the list himself.
1996-12-15 18:14:37 +00:00
Joerg Wunsch
833e0176e3
Increase the size of the vector that is allocated for execv(). Jordan
...
apparently forgot this when adding the password feature.
1996-12-15 11:22:37 +00:00
Jordan K. Hubbard
507372af02
Now that I've got my source tree sorted out, bring all the things
...
I've been committing into 2.2 directly all this time.
1996-12-14 23:09:10 +00:00
Jordan K. Hubbard
d17f0c47d4
Fix some very minor cosmetic cruft I couldn't help tweaking when
...
I went over the code.
Add shortcuts for addUser and addGroup, documenting same.
Add a password field for adduser and use no-echo string field for it.
This requires my latest libdialog changes (in RELENG_2_2 or -current) to work.
1996-12-14 16:24:01 +00:00
Jordan K. Hubbard
af3bab3687
700 now. :)
1996-12-12 23:12:44 +00:00
Jordan K. Hubbard
177baf1802
Fix trunctation of domainname.
1996-12-12 22:44:22 +00:00
Jordan K. Hubbard
3cd31ab739
Add some additional smarts for XFree86 configuration.
...
Fix a bogon I thought I fixed in the last commit.
1996-12-12 22:38:41 +00:00
Jordan K. Hubbard
40e60c63b3
Update these docs to more closely reflect reality.
1996-12-12 20:03:35 +00:00
Jordan K. Hubbard
6258ab4afc
smart-alec error checking.
1996-12-12 16:55:37 +00:00
Jordan K. Hubbard
a674766556
Whups, remove relic from close method going away.
1996-12-12 08:36:25 +00:00
Jordan K. Hubbard
0da9521b5a
Undo one of my memory optimization hacks - it actually made things more
...
complicated.
1996-12-12 08:33:38 +00:00
Jordan K. Hubbard
d62f165304
Fix some bogons in my close() handling.
1996-12-12 08:23:51 +00:00
Jordan K. Hubbard
0a0e709620
Cosmetic tweaks, initialize a few variables, fix a reversed conditional.
1996-12-11 19:35:26 +00:00
Jordan K. Hubbard
86767547be
Be more efficient in how we use memory (stumbled across while looking for
...
something else) for attributes and variables.
Remove stack-stomper in sstrncpy().
1996-12-11 18:23:19 +00:00
Jordan K. Hubbard
0fd6d431cf
Do a few things I've been threatening to do for a long time:
...
1. Don't use the MSDOSFS code for accessing FreeBSD distribution data.
Use Robert Nordier's stand-alone DOS I/O library for the purpose.
It this works as well as Robert says it does, it should drastically reduce
(or even eliminate) our "I can't install from my DOS partition!" calls.
2. As a result of the above, go to stdio file descriptors for all
media types.
3. Taking advantage of #2 , start using libftpio for FTP transfers instead
of maintaining our own parallel version of the FTP transfer code.
Yay! I ripped something out for a change!
#1 Submitted-By: Robert Nordier <rnordier@iafrica.com>
1996-12-11 09:35:06 +00:00
Joerg Wunsch
c381383f32
Update to benefit from David's recent changes to pw(8). The most
...
obvious effects are that most of the automagically chosen defaults
will now be displayed while going through the menu, and an improved
error handling thanks to the more detailed error status reporting.
2.2 fodder, but i'll leave it to Jordan's review.
1996-12-10 02:16:06 +00:00
Jordan K. Hubbard
a4ba0988d9
Set timeout interval to 0 in ppp so connections don't hang up while
...
we're doing something lengthy with the disk.
1996-12-09 15:16:36 +00:00
Joerg Wunsch
b0b4f32a68
Slightly improve the wording of a ``not yet there'' message.
1996-12-09 14:08:26 +00:00
Jordan K. Hubbard
00b69db338
As Paul has just pointed out, much of my strncpy() usage was either
...
bogus or overly complex and really needed to be done more consistently
and sanely throughout - no question about it. Done.
Suggested-By: Paul Traina <pst@Shockwave.COM>
1996-12-09 08:22:19 +00:00
Jordan K. Hubbard
3f266859a3
Whups, missed two strcpy()s.
1996-12-09 06:45:03 +00:00
Jordan K. Hubbard
5153026dfc
Eliminate great evil in the networking code. That's all I'm gonna say.
1996-12-09 06:37:46 +00:00
Jordan K. Hubbard
325403f959
Add Joerg's user management screen for David Nugent's pw(8) program, something
...
which will also need to be brought in before this screen will work.
Add some commentary about how the slip startup code is bogus.
Steal Joerg's loop for more properly closing all files and graft it into
the EHS startup. My loop was functional but more bogus.
1996-12-09 06:02:36 +00:00
Jordan K. Hubbard
ba5555f0e6
Several areas of improvement:
...
o Incorporate some of Tatsumi's bug fixes.
o Remove the xperimnt and commerce distribution items; they haven't
been actual distributions for awhile.
o Try to sanitize the device checking code a little more.
o Cosmetic work on the network code.
1996-12-08 12:27:58 +00:00
Jordan K. Hubbard
b4a24ca1f0
Don't run routed by default.
...
Virtually-Demanded-At-Gunpoint-By: joerg
1996-12-02 05:01:02 +00:00
Jordan K. Hubbard
a2a3d9f413
Move configResolv() to *after* the chroot(). This is what was causing
...
NFS installation to fail the first time. This will go into 2.2.
1996-12-01 12:27:36 +00:00
Jordan K. Hubbard
ab9a6af1c4
Change boolean nature of "router" variable since it's not a boolean
...
anymore.
Noticed-By: joerg
1996-11-29 23:52:20 +00:00
Poul-Henning Kamp
f8d8dfe86e
Try to impreve DD mode.
...
Try to make 4Mb floppies work again.
1996-11-27 22:52:34 +00:00
Jordan K. Hubbard
d8c4fd0c82
Correct some typos relating to PC98 server selection.
...
Submitted-By: HOSOKAWA Tatsumi <hosokawa@mt.cs.keio.ac.jp>
1996-11-27 12:44:43 +00:00
Joerg Wunsch
4b8d17f492
Open devices read-only to test whether they are available. This
...
allows to use write-protected tapes...
1996-11-27 01:01:52 +00:00
Joerg Wunsch
7ef22d9129
Provide a symlink for /bin/sh when the fixit floppy is mounted, so
...
scripts using #!/bin/sh (like /mnt2/dev/MAKEDEV) will work.
Observed by: andreas
1996-11-16 22:42:13 +00:00
Jordan K. Hubbard
532c723611
Add vx to list of devices.
1996-11-15 19:53:08 +00:00
Jordan K. Hubbard
5c3507a872
"over 600 packages" (geeze, this has been sitting uncommitted in my
...
source tree for 5 days! :-( ).
1996-11-14 05:46:22 +00:00
Jordan K. Hubbard
01f8d17065
Bring forward doc changes from 2.2. Much will need changing for 3.0,
...
which is where this is headed, but it's better than the 2.2-SNAP
docs.
1996-11-13 12:35:17 +00:00
Jordan K. Hubbard
9378cb736f
Only save userconfig changes if the boot floppy version and the
...
installed version match.
Pointed-out-by: hosokawa@mt.cs.keio.ac.jp (HOSOKAWA Tatsumi)
1996-11-12 18:39:35 +00:00
Jordan K. Hubbard
d3400928da
Disgusting kludge to make depend rule work again in the fact of
...
Joerg's keymap.[ch] changes. If there's a better way, I'd like to know.
1996-11-09 20:50:23 +00:00
Jordan K. Hubbard
27fc704092
Whups, we need the VGA16 server by default too.
1996-11-09 19:47:24 +00:00
Jordan K. Hubbard
d5d267d104
1. Saner ldconfig path.
...
2. Choose DIST_XF86_CFG in defaults; XF86Setup isn't happy otherwise.
1996-11-09 19:26:01 +00:00
Jordan K. Hubbard
2ce9c19184
1. Take out console setup in options now that Joerg has moved it into
...
the main menu.
2. Conditionalized a few small things which needed it.
3. Put PC98 X servers in their own menu, there are so many of them now.
4. Rampaged on the menus.c file in general, reformatting and cleaning up.
1996-11-09 18:12:17 +00:00
Joerg Wunsch
9b23ef93f3
Sysinstall now offers the installation of a keymap early in the game!
...
Not all mappings are supported, most languages come only with one
encoding since this should be sufficient to get up & running in using
sysinstall, and we are already pretty tight on space. (My previous
commit has already bumped the boot MFS size by another 50 KB for
this.)
This feature requires the `kbdcontrol -L' i've just committed. Plain
text keymaps and the entire scanner are overkill for sysinstall.
Also updated the list of available keymaps while i was at it.
Reviewed by: jkh
1996-11-09 16:47:08 +00:00
Joerg Wunsch
518c7f2a9a
Several improvements to the `fixit' configuration:
...
. Don't gzip the crunched binary by now; it just fits, and execution is
a lot faster this way (it's truly demand-paged again).
. Add more(1), ft(8), protocols(5), a stripped down services(5).
. Improve the .profile, and make sysinstall actually use it again.
Still no go for a 4 MB configuration though. :-(
1996-11-09 16:25:47 +00:00
Joerg Wunsch
1553b61593
If mounting the fixit floppy fails in the first place, warn the user
...
but make a second attempt using MNT_FORCE, just in case it has been
unclean from a previous crash. That's dangerous, but far better than
keeping the despaired user standing in the rain...
(Experienced admins can still fsck it then, and remount. Others will
either totally crash, or incidentally succeed, without much further
help possible...)
Btw., mount(2) misses the description of MNT_FORCE for the mount
syscall.
1996-11-09 11:57:40 +00:00
Jordan K. Hubbard
0108501f0f
1. Eliminate the sendmail.cw bogon again. Peter fixed it correctly.
...
2. Preload the ldconfig cache before calling X setup.
1996-11-08 05:38:27 +00:00
Jordan K. Hubbard
eee8f917c7
More cosmetic tweaks, get the prefixes adjusted properly to XFree86 3.2's
...
new packaging scheme.
1996-11-07 18:30:59 +00:00
Jordan K. Hubbard
8882073d4a
Make sure current_chunk is 0 each time we enter the editor.
1996-11-07 16:40:10 +00:00
Jordan K. Hubbard
fddc8f18c1
This warning is too annoying now. Kill it.
1996-11-07 16:34:12 +00:00
Jordan K. Hubbard
f283407434
Install an evil work-around for /etc/sendmail.cw
...
[same as from 2.2]
1996-11-07 15:45:59 +00:00
Jordan K. Hubbard
4cb0381943
Complete switch-over to XF86 3.2.
1996-11-07 15:35:48 +00:00
Jordan K. Hubbard
f038904906
Properly clear FTP site selection info when network init fails; the
...
site name may have been wrong, or need to be specified by IP.
1996-11-07 14:17:09 +00:00
Jordan K. Hubbard
663b45cb90
Joerg's changes to add screen font and screenmap setting.
...
Some changes of my own to make screen saver configuration a little
more sane, and also make it easier to get to the keyboard/screen
setup from the options menu.
1996-11-07 08:03:29 +00:00
Jordan K. Hubbard
46a414ffbb
Update to XFree86 3.2
1996-11-06 19:15:30 +00:00
Poul-Henning Kamp
01961df54d
Remove a bogon from version 1.69. Just because we say "use all disk"
...
doesn't mean that our geometry can be flushed down the drain.
1996-11-05 19:53:20 +00:00
Jordan K. Hubbard
d57b472224
Placate Joerg some more by making screen savers get a reasonable default
...
timeout.
2.2-RELEASE candidate, like all the work here in release/sysinstall.
1996-11-04 17:42:22 +00:00
Jordan K. Hubbard
5def50038a
Use macros for package names so it's easier to update them in one
...
place (sysinstall.h) when packages change rev.
Change the way that the routing daemon is configured entirely, to
placate Joerg. Also auto-load gated if it's specified, while we're at it.
1996-11-04 12:56:33 +00:00
Jordan K. Hubbard
3c669c7ea7
Make it clearer that DNS has succeeded for your host choice.
1996-11-04 02:12:49 +00:00
Jordan K. Hubbard
232c762e37
Fix a bogus decent into the network setup screen when running
...
multi-user.
Don't clear media on dist failure - this was one of those "seemed like a good
idea at the time" sorts of features.
1996-11-02 19:50:32 +00:00
Wolfram Schneider
88f04d6fce
fix FAQ URL. Note for Jordan: don't merge this change into 2.1.6!
1996-10-23 22:28:56 +00:00
Jordan K. Hubbard
11fcd0ba76
Don't casually blow away FTP site settings now that it's easy for user
...
to override them.
1996-10-14 21:50:38 +00:00
Jordan K. Hubbard
e738250b89
Remove the now-unusable ports configuration code. Swapping CDs is bogus.
1996-10-14 21:32:39 +00:00
Jordan K. Hubbard
d2322fc6ac
Be less draconian about distribution extraction errors - still write
...
/etc file changes out.
1996-10-12 23:48:33 +00:00
Eric L. Hernes
b14765b3ed
Get the pysical address for id_maddr when opening an -incore kernel.
...
This fixes the kernel panic when propagating userconfig changes to
arbitrary kernels.
Remove obsoleted `#include <tcl.h>' added a few <stdio.h> where
necessary.
Fix getting scsi bus information from an -incore kernel.
Turned on SAVE_USERCONFIG by default.
1996-10-12 20:23:26 +00:00
Jordan K. Hubbard
0383bc6a90
Some cosmetic tweaks, attempt to fix package wait problem by checking
...
for error return as well (not sure if this is it, but it's one possible
explanation).
1996-10-12 19:30:26 +00:00
Jordan K. Hubbard
04f11c618f
Ahem. It might be nice if I included /usr/src/contrib in with the other
...
src dists. This alone is a good reason to re-roll the SNAP before putting
it on CD.
1996-10-10 09:22:37 +00:00
Jordan K. Hubbard
b11806da8c
DTRT if ESC is hit in a Yes/No dialog.
...
Noticed-by: jfieber
1996-10-09 09:53:41 +00:00
Jordan K. Hubbard
7bea4afad3
Sigh. There are still some weird boundry cases (argh!). Turn
...
off SAVE_USERCONFIG again until Eric comes back from his trip.
1996-10-06 16:31:12 +00:00
Jordan K. Hubbard
ae58bac757
Detect the zero-chunks case properly, now that I've reversed the order
...
of the distribution probes over ftp.
Properly #ifdef the SAVE_USERCONFIG code.
1996-10-06 14:45:57 +00:00
Jordan K. Hubbard
b9403756ad
Correctly re-adjust current slice # when slices are deleted.
...
Beautify the code a little.
1996-10-06 11:40:31 +00:00
Jordan K. Hubbard
1f3a0ea7fd
Turn SAVE_USERCONFIG on again - I found the bug.
1996-10-06 03:20:12 +00:00
Jordan K. Hubbard
48addbfd79
Better PKG_TMPDIR handling.
1996-10-06 03:18:55 +00:00
Jordan K. Hubbard
60e7f875ed
Be more paranoid about clearing the FTP path when we have the slightest
...
reason to doubt its authenticity.
1996-10-06 02:10:54 +00:00
Jordan K. Hubbard
f5e8e60f1f
Make the save_userconfig() stuff conditional and turned off by default
...
(for now - still a few more wrinkles here). Add more debugging code
and some cosmetic tweaks.
1996-10-05 16:33:05 +00:00
Jordan K. Hubbard
e783f4c9a8
Wait for any stray processes we might be sent while running as init.
...
I have cautious hopes that this will fix the package installer zombie
accumulation problem.
1996-10-05 12:28:36 +00:00
Jordan K. Hubbard
3a781673de
Correct check for ensuring that the network configuration isn't fiddled with
...
when running multi-user.
1996-10-05 12:16:49 +00:00
Jordan K. Hubbard
2ac528a98f
1. Change device probing so that high speed network devices are found before
...
SLIP/PPP devices, putting them before the others in the network device
selection menu.
2. Change "Other" to "URL" so as not to conflict with the keyboard accellerator
for the "OK" button in FTP site selection menu.
3. Detect the NULL last symbol in the name list and initialize the other
members correctly.
1996-10-05 11:56:50 +00:00
Jordan K. Hubbard
d50a30076c
Multiple changes stacked as one commit since they all depend on one another.
...
First, change sysinstall and the Makefile rules to not build the kernel
nlist directly into sysinstall now. Instead, spit it out as an ascii
file in /stand and parse it from sysinstall later. This solves the chicken-n-
egg problem of building sysinstall into the fsimage before BOOTMFS is built
and can have its symbols extracted. Now we generate the symbol file in
release.8.
Second, add Poul-Henning's USERCONFIG_BOOT changes. These have two
effects:
1. Userconfig is always entered, rather than only after a -c
(don't scream yet, it's not as bad as it sounds).
2. Userconfig reads a message string which can optionally be
written just past the boot blocks. This string "preloads"
the userconfig input buffer and is parsed as user input.
If the first command is not "USERCONFIG", userconfig will
treat this as an implied "quit" (which is why you don't need
to scream - you never even know you went through userconfig
and back out again if you don't specifically ask for it),
otherwise it will read and execute the following commands
until a "quit" is seen or the end is reached, in which case
the normal userconfig command prompt will then be presented.
How to create your own startup sequences, using any boot.flp image
from the next snap forward (not yet, but soon):
% dd of=/dev/rfd0 seek=1 bs=512 count=1 conv=sync <<WAKKA_WAKKA_DOO
USERCONFIG
irq ed0 10
iomem ed0 0xcc000
disable ed1
quit
WAKKA_WAKKA_DOO
Third, add an intro screen to UserConfig so that users aren't just thrown
into this strange screen if userconfig is auto-launched. The default
boot.flp startup sequence is now, in fact, this:
USERCONFIG
intro
visual
(Since visual never returns, we don't need a following "quit").
Submitted-By: phk & jkh
1996-10-05 10:44:07 +00:00
Jordan K. Hubbard
c358d51efd
Add stuff to CLEANFILES.
1996-10-05 06:04:03 +00:00
Jordan K. Hubbard
48a13090be
Various cosmetic tweaks.
1996-10-04 14:53:52 +00:00
Jordan K. Hubbard
46a7b8131d
Syncronize my tree so Eric can access the latest code.
1996-10-04 13:33:49 +00:00
Jordan K. Hubbard
2705b229fc
Temporarily disable userconfig saving until I figure out why uc_open()
...
loops internally for BOOTMFS (not being able to run gdb on sysinstall
when it's running as init is a real pain!).
1996-10-03 08:54:37 +00:00
Jordan K. Hubbard
7ae3b92f0d
Check return values from uc_open() correctly. Note: This seems to work
...
really well when running the GENERIC kernel but not with the BOOTMFS kernel.
Further work is needed.
1996-10-03 08:17:16 +00:00
Jordan K. Hubbard
11a7f9359b
Fix the "missing nameserver value" bug. Simplify some unnecessarily
...
crufty code, here and there.
1996-10-03 07:50:09 +00:00
Jordan K. Hubbard
f4cd25007b
First cut at a "copy userconfig changes from installation kernel to installed
...
kernel" mechanism. This is just the foundation - more work follows
and will be committed over the next few hours.
Submitted-by: "Eric L. Hernes" <erich@lodgenet.com> & jkh
1996-10-03 06:01:44 +00:00
Jordan K. Hubbard
4bf9c8cd84
One small policy tweak to something I like better.
1996-10-02 10:44:31 +00:00
Jordan K. Hubbard
5c38fa57b2
More strategic screen clears().
1996-10-02 10:32:28 +00:00
Jordan K. Hubbard
e3e0a7a433
Fixes and a place-holder for future work.
1996-10-02 08:25:11 +00:00
Jordan K. Hubbard
4dcc16b986
Catch a clear() I missed.
1996-10-02 02:19:35 +00:00
Jordan K. Hubbard
a54f2b1abb
Don't annoyingly reconfigure the network when you don't have to.
1996-10-02 02:02:18 +00:00
Jordan K. Hubbard
899469e32a
More tweaks to FTP reselection code - allow "none" to stand for
...
"no specific release - use anything you can find"
1996-10-02 01:30:37 +00:00
Jordan K. Hubbard
a1d6d1bcd5
Try to get the info file before the whole file - it eliminates
...
a gratuitous fetch attempt in most situations.
1996-10-02 00:52:38 +00:00
Jordan K. Hubbard
8b3d07b538
Make FTP site reselection work the way it always should have.
1996-10-02 00:41:40 +00:00
Jordan K. Hubbard
7972a1c191
Round 2.5
1996-10-01 14:08:28 +00:00
Jordan K. Hubbard
23c0fda959
Installation cleanup, round II.
1996-10-01 12:13:29 +00:00
Jordan K. Hubbard
3e19bb8220
Saner screen refresh changes, part I.
1996-10-01 04:56:34 +00:00
Jordan K. Hubbard
36122d2d57
Correct a minor misspelling.
...
Noticed-by: der
1996-09-29 10:03:30 +00:00
Paul Traina
c8de1e0212
Rate limit the "xxx bytes read from" message to a maximum of one per
...
chunk or one per second, whichever is less. Outputting this message once every
couple of K was really crazy on a 9600bps serial console.
1996-09-26 22:12:07 +00:00
Paul Traina
41b018dd0b
If we're running through the FTP setup dialog the *first* time, skip
...
the FTP path if we've already configured one (this allows preconfigured ftp
servers).
1996-09-26 22:07:32 +00:00
Paul Traina
09bef27f97
If we're unable to open /dev/ttyv0, assume that we're on a single tty system
...
and use /dev/console.
I really think the proper test is to determine which device has been configured
to be the console (remember the RB_SERIAL flag?) and use it instead of always
trying to open /dev/ttyv0 first.
1996-09-26 21:07:11 +00:00
Paul Traina
5319e113eb
If /install.cfg exists on the local floppy (or if LOAD_CONFIG_FILE is defined
...
and the user inserts a floppy), read the config file to pre-define variables
for a custom installation.
[Note: I fixed one bug in LOAD_CONFIG_FILE code, but it's still not perfect.]
1996-09-26 21:03:35 +00:00
Jordan K. Hubbard
3e8947d7aa
Remove some gratutious screen saves.
1996-09-22 00:48:55 +00:00
Jordan K. Hubbard
932fd2b2c2
Don't call copySelf() when upgrading.
1996-09-18 18:40:37 +00:00
Jordan K. Hubbard
4f68a706f2
Remove some bogosities I introduced with the init file hack (not serious,
...
just bogus). Also turn off by default - whoops!
1996-09-15 23:55:23 +00:00
Jordan K. Hubbard
60b522b0a6
Various minor improvements.
1996-09-08 01:39:25 +00:00
Jordan K. Hubbard
1b455eeb3f
Close a security hole in anonymous ftp setup.
...
Submitted-By: Jason Garman <garman@phs.k12.ar.us>
1996-09-06 05:58:27 +00:00
Jordan K. Hubbard
dc8b2dd7d1
Simplify some dialogs on the basis of my changes to ui_objects.c in libdialog.
...
Also update copyright notices.
1996-09-01 08:17:14 +00:00
Jordan K. Hubbard
fc8cb16597
Conditionalize some annoying debug statements, update the docs.
1996-08-23 07:56:06 +00:00
Jordan K. Hubbard
96a9d7fb41
Try to make screen update more efficient (less flickering) by more
...
judicious use of dialog_clear_norefresh().
1996-08-03 10:11:56 +00:00
Jordan K. Hubbard
9a8104ec99
Make the same fix to the disk partition editor screen.
1996-08-03 05:29:24 +00:00
Jordan K. Hubbard
f48bd9cf9e
Fix an embarassing bogon in the key input code. I'll roll another snap
...
boot floppy for this one..
1996-08-03 05:25:56 +00:00
Jordan K. Hubbard
fa05dcb5ee
Whoops! VTYs return zero values for TIOCGSIZE! Work around this.
1996-08-01 13:47:03 +00:00
Jordan K. Hubbard
a0779fbe20
Don't query DNS if we haven't got it configured.
1996-08-01 12:59:54 +00:00
Jordan K. Hubbard
caa8175236
Handle SIGPIPE in a couple of crucial places.
1996-08-01 12:35:51 +00:00
Jordan K. Hubbard
4bd2df3a33
Purely cosmetic tweaks.
1996-08-01 12:02:26 +00:00
Jordan K. Hubbard
137a1bde43
Clean up the results from getch().
1996-08-01 11:39:49 +00:00
Jordan K. Hubbard
a19596c5a8
Close PR#1542. Don't just assume 24 lines, get the tty size.
...
Some things may still display text on the 24th line, but that's because
they've always been screens designed to fit into a minimal real-estate
and have hardwired assumptions about the dimensions. They'll be a little
harder to make dynamic.
1996-08-01 10:58:54 +00:00
Jordan K. Hubbard
d47f2ceb53
Add a required save/restore
1996-07-31 14:49:20 +00:00
Jordan K. Hubbard
d4a5028b0c
Try again.
1996-07-31 10:55:19 +00:00
Jordan K. Hubbard
e8ebf53742
Don't munge keystrokes.
1996-07-31 09:29:35 +00:00
Jordan K. Hubbard
764f59345d
Prevent Geometry warning messages when the disk is already "dedicated"
1996-07-31 09:10:39 +00:00
Jordan K. Hubbard
09e5a706b7
More minor tweaks (that I'm trying to get into the SNAP).
1996-07-31 06:41:29 +00:00
Jordan K. Hubbard
e5034f83b0
Detect which partitions have already been created with `auto' so as not to create them
...
twice.
Various cosmetic tweaks.
1996-07-31 06:20:59 +00:00
Jordan K. Hubbard
c6a977a04d
Fix some bogus argument handling - whups! James was right..
1996-07-22 18:43:21 +00:00
Jordan K. Hubbard
94dfd13efe
1. Fix the CD installation bogon for Novice install I mentioned.
...
2. Add some code for dealing with a ports collection on the second CD now.
1996-07-16 17:11:45 +00:00
Jordan K. Hubbard
e35a083cf9
Damn - looks like upgrade got broken along the way and it's not something
...
I usually test, so... :-( Guess we'll have to slide the tag forward on
these two files - Peter, could you do the honors? I've been up for the last
30 hours or so and I just *know* that any attempt on my part to do this would
probably end up deleting the entire repository somehow. :-)
1996-07-14 01:54:39 +00:00
Jordan K. Hubbard
6bcca21f51
Make CD version clash non-fatal.
1996-07-13 05:48:44 +00:00
Jordan K. Hubbard
a420652230
Back out my change for Peter which did transfer timings based on current
...
chunk rather than distribution - it's just caused the numbers to fluctuate
too wildly, sorry Peter! ;-(
1996-07-13 05:44:51 +00:00
Jordan K. Hubbard
5cec7fa56a
Fix a bogon in the Novice mode CD auto-selection.
1996-07-13 05:13:25 +00:00
Jordan K. Hubbard
f6d3326b0c
Fix EBUSY checking in devices.c - DTRT when it's detected on a CD.
1996-07-13 05:09:29 +00:00
Jordan K. Hubbard
dab0e70808
Remove some suspect sector size calculations which are also the source
...
of some confusing messages from newfs (just judging by the number of people
who point them out, anyway).
1996-07-12 15:24:49 +00:00
Jordan K. Hubbard
10712e5198
Fix something I broke with CDROM installation (well, I knew my first
...
test CD would turn at least one bug up :-).
1996-07-12 11:14:15 +00:00
Jordan K. Hubbard
bd5706a78a
Make the menu height calculation actually work.
...
Make a menu more self-explanatory at user request.
1996-07-11 18:37:48 +00:00
Jordan K. Hubbard
a0e34b44a2
Better error checking in helpfile expander.
...
Tart up some of the output a little.
1996-07-10 11:38:29 +00:00
Jordan K. Hubbard
8d8c0ae3e6
Document new GENERIC
1996-07-10 09:41:18 +00:00
Jordan K. Hubbard
7e2ea12650
Try to prevent the status line from jumping around quite so much.
1996-07-09 16:57:14 +00:00
Jordan K. Hubbard
2126fabccf
Take compat dists out of the canned set - they seem to do more harm
...
than good, actually, and those who actually need them can select them.
1996-07-09 16:29:00 +00:00
Jordan K. Hubbard
758aa0bcd0
Update docs to match.
1996-07-09 14:34:58 +00:00
Jordan K. Hubbard
8658743f95
A number of improvements in the way statistics are printed, add a "chroot"
...
option for installing distributions and/or packages to somewhere other than /,
say for a case where you're installing to an external disk on some other
machine's behalf. More miscellaneous fixes to various problems I stumbled
across while adding this stuff.
1996-07-09 14:28:22 +00:00
Jordan K. Hubbard
b03b2096b8
Don't freak out at the lack of root/swap/usr if we're running multiuser
...
and simply adding another disk.
1996-07-09 07:17:03 +00:00
Jordan K. Hubbard
bbb2e49792
Eradicate more lurking bogons.
1996-07-09 03:07:51 +00:00
Jordan K. Hubbard
359433b8c1
Update the documentation here and there.
1996-07-08 12:00:47 +00:00
Jordan K. Hubbard
16e63bb830
Same tweak.
1996-07-08 11:07:08 +00:00
Jordan K. Hubbard
de4342fa44
Fix even more lurking bogons - why do I never find these until the last
...
possible minute? :-)
1996-07-08 10:08:22 +00:00
Jordan K. Hubbard
cf1647cd2f
Whoops! Now that I'm decompressing docs into /tmp, it's important to
...
make sure that /tmp is there first! :-) While I'm at it, clean up the
somewhat inexplicably bogus Mkdir() function.
1996-07-08 08:54:36 +00:00
Jordan K. Hubbard
2dc1c61598
Support compressed doc files again.
...
Add a few strategic screen clears.
Do a lot less wasted screen I/O in restoring screen contents that don't need
restoring.
Use tar instead of cp to back up /etc in installUpdate.
Don't panic when upgrade shell exits.
1996-07-05 08:36:02 +00:00
Jordan K. Hubbard
bd8a3bdca2
Update docs (more specifically to -current).
1996-07-05 01:24:41 +00:00
Jordan K. Hubbard
b95fc60906
Fix some minor reported bogons from the BETA
1996-07-04 23:12:05 +00:00
Jordan K. Hubbard
dd74699f76
Untabify.
1996-07-02 10:59:26 +00:00
Jordan K. Hubbard
fdc0e7826c
Document shortcuts.
...
Fix a bug which prevented variables from working properly
1996-07-02 10:57:58 +00:00
Jordan K. Hubbard
9accf5ed92
Add an extra /etc/hosts entry per advice of Joerg.
1996-07-02 09:12:34 +00:00
Jordan K. Hubbard
3b307053cb
Make it plainer how to exit.
1996-07-02 01:03:55 +00:00
Jordan K. Hubbard
66e36f2fac
Update the Lynx version number.
1996-06-29 03:49:39 +00:00
Jordan K. Hubbard
210b37a437
Put my changes back - Thanks, Peter! Boy, an errant Tag sure can mess
...
you up! :-)
1996-06-29 03:43:25 +00:00
Jordan K. Hubbard
d08b90a2c6
Sync with 2.1-stable (I commited my changes there first by mistake due to
...
an errant CVS tag file).
1996-06-29 02:53:09 +00:00
Jordan K. Hubbard
16805608c8
Copy the documentation files up into the release area - I've been doing
...
this by hand all along. Silly.
1996-06-29 02:22:48 +00:00
Jordan K. Hubbard
446321c613
Add 3rd South Africa mirror.
1996-06-27 07:03:44 +00:00
Jordan K. Hubbard
0006fae5d6
Allow argv[0] to be a command also.
1996-06-26 09:09:30 +00:00
Jordan K. Hubbard
48800325a6
Make "Fake" turn off more potentially system-nuking options.
1996-06-25 18:41:10 +00:00
Jordan K. Hubbard
d3688aae1c
Handle tabs in INDEX files.
...
Display full, un-truncated version of description in status line.
1996-06-25 04:28:23 +00:00
Jordan K. Hubbard
79bde569ad
ack - left in a typo. Time for bed!
1996-06-17 23:04:24 +00:00
Jordan K. Hubbard
ce4e6b1773
Init network at proper time.
1996-06-17 21:48:33 +00:00
Jordan K. Hubbard
6da0e3ac2e
Whups! Slight adjustment.
1996-06-17 19:33:27 +00:00
Jordan K. Hubbard
271d660404
Add more items to the glossary menu and reformat it slightly.
1996-06-17 19:31:34 +00:00
Jordan K. Hubbard
e5ce154ce5
Add a top level function index.
1996-06-16 23:17:35 +00:00
Jordan K. Hubbard
62a613ae43
Check network status earlier in FTP/NFS installs in order to reduce
...
user frustration.
1996-06-16 21:57:35 +00:00
Jordan K. Hubbard
5dd5cdca60
Change default user/group to ones that actually exist in default passwd
...
file.
1996-06-15 17:58:51 +00:00
Jordan K. Hubbard
59fed81d91
Make the CDROM auto-detection code a little more flexible about accepting
...
old CDs.
1996-06-14 18:23:26 +00:00
Jordan K. Hubbard
bd71bd2513
Don't use some of the low-contrast text attributes I was using before - they
...
apparently look bad on some LCD screens. While I'm in there, tweak and adjust
a number of other minor interface details which have been bothering me for
awhile.
1996-06-14 14:34:03 +00:00
Jordan K. Hubbard
16bf435eeb
Make the editor work again and we're done.
1996-06-13 17:36:28 +00:00
Jordan K. Hubbard
0447d04bb0
Uh, this is what I was really thinking when I made the device registration
...
changes - honest! :-)
1996-06-13 17:07:41 +00:00
Jordan K. Hubbard
6104d72491
Correct some embarassing 3am english.
1996-06-13 13:45:16 +00:00
Jordan K. Hubbard
78dc4171c3
Dispense with the special case handling of cuaa* devices by synthesizing
...
separate entries for sl0 and ppp0 on each device.
1996-06-12 17:09:34 +00:00
Jordan K. Hubbard
56a94b026b
Some stuff I left out of the last commit - make toggle options toggle
...
again instead of simply letting you set them and staying that way forever.
1996-06-12 14:20:20 +00:00
Jordan K. Hubbard
061e2fb9a6
Fix a truly stupid bug which broke the package installation menu
...
for everything _but_ the multi-user case now (it was the opposite before :-).
That means adding packages with the 2.2-960511-SNAP boot floppy is busted. Feh.
1996-06-12 14:02:13 +00:00
Jordan K. Hubbard
7c8d89b09b
handle a message box which can potentially go past 80 cols.
1996-06-12 07:03:44 +00:00
Jordan K. Hubbard
5d9009a72c
Put in a strategic dialog_clear() to prevent screen corruption reported
...
by Joerg.
1996-06-11 13:07:57 +00:00
Jordan K. Hubbard
62c09b388a
Change some verbiage slightly.
1996-06-11 10:16:53 +00:00
Jordan K. Hubbard
824934f901
A slight error in my logic had me using color text attributes on Hercules
...
monochrome displays. Whoops! Fix.
1996-06-11 09:47:30 +00:00
Jordan K. Hubbard
bcb0ff9887
Misc doc cleanup.
1996-06-11 08:02:09 +00:00
Jordan K. Hubbard
3ee8cec854
Come up with a scheme for stamping the FreeBSD version number on CDs,
...
allowing sysinstall to automagically detect, mount and select an
appropriate FreeBSD CDROM as the installation media. Defining "appropriate"
also requires that you check the version numbers since an older FreeBSD
CD could be in the drive, which is the purpose of this patch.
1996-06-11 05:06:32 +00:00
Jordan K. Hubbard
dabbacad12
Implement selective text attributes for the syscons vty / vt100 emulator
...
selection since an attribute which looks good on a color console doesn't
necessarily look good in an xterm.
1996-06-08 09:08:51 +00:00
Jordan K. Hubbard
bb707f6d7e
Put back some changes I inadvertantly spammed with a cvs update.
1996-06-08 08:01:52 +00:00
Jordan K. Hubbard
58fa43d11f
Merge changes from HEAD.
1996-06-08 07:15:55 +00:00
Jordan K. Hubbard
7b0a4c23a4
Make CDROMs automagically select as the default media type.
...
If you're running multi-user, check off items in the packages menu
based on whether or not they're actually installed.
1996-06-08 07:02:21 +00:00
Jordan K. Hubbard
8e2068180c
Fix some minor formatting dreck.
1996-05-29 03:27:31 +00:00
Jordan K. Hubbard
b53e8a34e6
Sha-ZAM!
...
The root floppy is now gone. I shall not mourn its passing.
Everything we need is on boot.flp or the bindist.
1996-05-29 01:35:33 +00:00
Jordan K. Hubbard
e738132001
Very small semantic change.
1996-05-28 23:31:20 +00:00
Jordan K. Hubbard
8a4078c35e
Only look at command-line args if we're not running as init - duh!
...
Thanks, David.
1996-05-28 18:30:30 +00:00
Jordan K. Hubbard
02ba3f92c8
Catch and DTRT with SIGPIPE
1996-05-27 22:12:05 +00:00
Bruce Evans
cee931a411
Fixed oops in previous change.
1996-05-24 15:35:36 +00:00