Poul-Henning Kamp
6444ef3b82
Add a undocumented '-d' flag to set debugging.
1995-05-21 19:31:09 +00:00
Gary Palmer
8a3e807f06
I've just been told that I'm rooted on the hard disk at this point, not
...
on the boot floppy. Alter the paths to reflect this
1995-05-21 19:29:17 +00:00
Jordan K. Hubbard
c420fc79ed
Check status of the device init routine properly.
1995-05-21 19:28:05 +00:00
Gary Palmer
21859ed425
Sync in my latest changes to try and find a problem with the mounting
...
of the CDROM
1995-05-21 19:22:43 +00:00
Jordan K. Hubbard
586ed33afa
Nuke out all the NEWVERS stuff; we don't need or use it anymore.
...
Add Gary's info files to the cpio floppy.
1995-05-21 18:39:42 +00:00
Søren Schmidt
ad828abe4b
Fixed problem with "char" cursor..
...
Submitted by: ache
1995-05-21 18:30:05 +00:00
Jordan K. Hubbard
17137d3f85
1. Remove the scripts from the boot floppy - we don't need them anymore
...
and it saves us a fair bit of space.
2. Remove adduser and tzsetup as well - they're not needed.
3. Move ft from the boot floppy to the cpio floppy.
1995-05-21 18:29:51 +00:00
Jordan K. Hubbard
19d7c5761e
Try AGAIN to get the disklabel editor to do the right thing.
...
This is getting ridiculous. I may have to put the clear() back
and take the performance penalty, Poul.
Tweak the TCP/IP setup menu to look a little nicer.
Add lp0 to the list of available network devices (it was found before
but simply not described properly).
1995-05-21 18:24:34 +00:00
Gary Palmer
52a3f86a74
Close a file descriptor leak.
1995-05-21 17:56:13 +00:00
Jordan K. Hubbard
c824c08b3c
Stick in another strategic clear().
1995-05-21 17:53:27 +00:00
Jordan K. Hubbard
18be8f143c
Do my best to translate this into english.. :-)
...
Some parts were so incomprehensible that I had to excise them
entirely, but I did my best with the material provided.
1995-05-21 17:32:35 +00:00
Jordan K. Hubbard
23cb914708
1. Start syncing up the network strategy code so that folks like Poul and
...
Justin can see it.
2. Attempt to fix the redisplay problems in label.c some more. Not clearing
the screen each time is certainly faster, but it's causing all sorts of
problems.
1995-05-21 15:40:54 +00:00
Jordan K. Hubbard
01610d47f2
Add the ft program to the boot floppy.
1995-05-21 13:54:02 +00:00
Jordan K. Hubbard
59bd8aaa69
Correct a stupid typo I introduced in adding CD devices.
1995-05-21 13:36:13 +00:00
Jordan K. Hubbard
c853fdb82d
Change device name from cua01 to cuaa0. I'm going to use this doc in
...
the installation, so it was necessary.
1995-05-21 10:52:05 +00:00
Jordan K. Hubbard
cbe35e915a
Add device entries for CDROM devices to boot floppy.
...
Increase number of inodes slightly.
1995-05-21 10:33:20 +00:00
Jordan K. Hubbard
7ef31df267
Correct a display bug that Poul introduced with his last round
...
of optimizations. Add a check to make sure that root filesystems
are at least 20MB in size (this is just a thumbnail approximation,
and we can revise it later if necessary).
1995-05-21 10:16:10 +00:00
Jordan K. Hubbard
f7ef77e04f
Reverse a boolean condition that prevented the user from disabling
...
a distribution fetch.
1995-05-21 10:05:17 +00:00
Poul-Henning Kamp
c5cc77ec44
Fix a typo, now there should always be an active slice.
1995-05-21 07:47:24 +00:00
Poul-Henning Kamp
6285c26802
The latest batch from me. Still some screen anomalies (One could consider
...
the entire libdialog one such :-( ) but functionally ok I think.
1995-05-21 06:12:44 +00:00
Poul-Henning Kamp
d553eefb52
label.c: wizard mode now returns;
...
disks.c: clrtobot() so that deleted stuff disappears.
disks.c: offset is signed (for OnTrack diskmanager)
system.c: don't setbuf(stdout,0), it's too slow.
1995-05-21 04:34:12 +00:00
Poul-Henning Kamp
75e21a4e1e
Now I could finally test this change: bad144 is now relative to the
...
partition.
1995-05-21 03:27:13 +00:00
Poul-Henning Kamp
e841846b60
Make a fixit.flp target too.
...
Improve the search code for the -u # argument to newfs.
1995-05-21 03:20:05 +00:00
Poul-Henning Kamp
0cee912e58
Make newfs options work on rootfs.
...
Add size argument to new_part, so it can come up with a good default for newfs.
Fix (possibly) a dialog botch after label.c's wizard mode.
Make vsystem even smarter abour crunched binaries (what a speedup!)
(You need to recompile crunchgen !)
1995-05-21 01:56:03 +00:00
Poul-Henning Kamp
7d150b7705
Added a crunched_here(char *path) function so crunched programs can find out
...
who they share bed and breakfast with.
1995-05-21 01:50:13 +00:00
Poul-Henning Kamp
3525074d14
Now cpio works for me. (it was Mostly confusion about when the chroot
...
happened)
Make vsystem crunch aware in an intelligent fashion.
make the boot.flp target more specific (and faster).
1995-05-20 23:33:14 +00:00
Gary Palmer
96fe1684f2
#if 0 out PHK's code until we can find a way of making it crunchgen
...
dependant so that standalone builds aren't hosed.
1995-05-20 22:47:43 +00:00
Jean-Marc Zucconi
f7fda1a3c9
configuration files are in /etc/uucp and spool files are in /var/spool/uucp
1995-05-20 21:25:25 +00:00
Jordan K. Hubbard
6593420ad1
1. Add MBR type menu to take it off of Poul's "gripe sheet".
...
2. Syntax correction from Andrey.
Good night! :-)
1995-05-20 20:30:12 +00:00
Jordan K. Hubbard
cc1f1b8814
Don't clear the screen for every redraw in the disklabel and
...
partition editors (ugh). Fix an utterly bogus message (no arguments :)
in dist.c. This should all make Poul a little happier and slide in
before the next CTM update window.
1995-05-20 19:22:21 +00:00
Poul-Henning Kamp
9f857b511d
Change vsystem to know that the shell is crunched in.
...
Sanitize a couple of messages.
1995-05-20 19:12:13 +00:00
Poul-Henning Kamp
13da1b0612
Do not allocate the first track.
1995-05-20 19:11:44 +00:00
Andrey A. Chernov
7b9728ce0b
Don't chdir to subdirs before formatting, non-native manpages
...
assume it for .so directive
Submitted by: Wolfram Schneider <wosch@cs.tu-berlin.de>
1995-05-20 19:02:53 +00:00
Gary Palmer
93449d4bbb
Bring in my latest changes. The CDROM strategy should now work, and a
...
(hopefully) generic fs extraction system is in place. Now the other
methods :-(
1995-05-20 18:38:39 +00:00
Jordan K. Hubbard
f5f9a92b2f
Fix a few message bogons.
1995-05-20 18:37:03 +00:00
Jordan K. Hubbard
71502538f6
Misc cpio evil. I think I'm going to start working locally and just deal
...
with the diff/CVS hassles - this represents far too many CVS commit
messages for you folks, and trying to document each and every iteration
of the code is a hassle (and not very useful at that).
1995-05-20 16:22:42 +00:00
Jordan K. Hubbard
c2948a7b51
Hmmm. Try the raw floppy device! This failure mode is a bit strange.
1995-05-20 15:49:53 +00:00
Jordan K. Hubbard
88c97d3785
Whoops - copy_self() was going to the wrong place!
...
Use proper floppy device names.
1995-05-20 15:47:19 +00:00
Jordan K. Hubbard
e6684cda7a
Use ppp0 for all serial devices. It's somewhat kludge, but at
...
least accurate (we only have one ppp device on the floppy).
1995-05-20 14:36:39 +00:00
Jordan K. Hubbard
7fe566d31b
Try again to get cpio_extract() to work. Also fix the bogon
...
I introduced with msgNotify() again. Sigh. I'll get it looking
correct someday!
1995-05-20 14:05:31 +00:00
Jordan K. Hubbard
0aa9f139dd
Make Gary happy.
1995-05-20 13:52:53 +00:00
Jordan K. Hubbard
e36d47de12
Reviewed by:
...
Submitted by:
Obtained from:
1995-05-20 13:49:47 +00:00
Jordan K. Hubbard
519501fed0
Correct the name of the release notes file.
1995-05-20 13:36:44 +00:00
Jordan K. Hubbard
6387e9b058
Clear the screen on msgNotifys.
...
Don't notify in vsystem() - it obscures the original message.
Put some debugging code into cpio_extract() so that I can see
why it doesn't work now. :(
1995-05-20 13:24:35 +00:00
Jordan K. Hubbard
7b74963e46
The problem is the returned salt, while the freebsd man pages asks that the
...
crypt salt string begin with a '_', no other crypt's do. If you remove the
initialization of $salt to '_' in sub salt(), everything works as advertised.
Submitted by: Charles Henrich <henrich@crh.cl.msu.edu>
1995-05-20 13:05:22 +00:00
Jordan K. Hubbard
8568ba4e73
Don't call mediaVerify() in quite so many places.
1995-05-20 11:13:58 +00:00
Jordan K. Hubbard
8f1fd59b90
Fix the DOS discovery code to now re-allocate another virtual device if
...
it's called multiple times in a row. Add a new device type "DEVICE_TYPE_DOS"
so that we can look up an previous results.
1995-05-20 11:10:35 +00:00
Jordan K. Hubbard
f10eb488f6
1. Fix a pathological bug I introduced in msgInfo(). Right idea, wrong
...
implementation.
2. Totally rework device registration. It's about half the size and
more powerful now.
3. Add DOS discovery.
4. Start filling in some of the strategy routines.
5. Another clean-up pass over the menus.
6. Make wizard code use Disk typedef.
If I can get the first strategy routine finished tonite, we should have a working
install (from ftp, at least) this weekend.
1995-05-20 10:33:14 +00:00
Jordan K. Hubbard
2cf252e087
Totally re-work cpio_extract.
...
Erase the annoying "Command output is on debugging screen" message
when it's time to switch back.
1995-05-20 08:31:43 +00:00
Jordan K. Hubbard
dad012f2c6
Correct a few wording bogons in the menus.
...
Make notify NOT wipe the dialog off right after putting
it up. Whoops. Kinda defeated the purpose! :-)
1995-05-20 07:50:20 +00:00