| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
the distfiles.
|
| |
|
|
|
|
|
|
| |
2. Fix the gauge.
3. Don't shut down the media device gratuitously after getting the root
floppy - it saves work later.
|
| |
|
|
|
|
|
|
| |
installation methods and provide a fairly robust set of menu options.
This should also fix a few more bugs on Poul-Henning's latest gripe
list.
|
| |
|
|
|
|
|
|
| |
control and signals and such. Thanks, Gary!
Clean up some miscellaneous bogons for Poul.
|
|
|
|
|
|
| |
number of inodes.
Fix various bugs reported by Poul. Implement VTY switching.
|
| |
|
|
|
|
| |
Update to Poul's latest gripe list fixes.
|
| |
|
| |
|
|
|
|
| |
respected now.
|
|
|
|
|
|
| |
routine.
2. Improve the tcpip menu slightly.
|
|
|
|
|
|
|
| |
multi part stuff centralized.
The final check is backwards or something so it always said it failed,
even it it didn't.
Fixed tcpip address check to not be stupid, 10.0.255.1 is legal.
|
|
|
|
| |
extraction and mediaGetFTP() handshaking to solve some unexpected complexities.
|
| |
|
| |
|
|
|
|
| |
Write /etc/hosts in the right place.
|
|
|
|
|
| |
Make TIOCCONS redirection for console messages work properly; we no longer
open /dev/console for all I/O - we use the VTYs directly.
|
|
|
|
|
|
| |
/etc with good things(tm).
Fire off ppp with all the proper initial options set.
|
|
|
|
| |
It was all a bit more complex than it first looked.
|
|
|
|
|
| |
so they don't just come back to a menu again 2 hours later with no idea
what happened with the operation(s) they had in progress.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Change root.flp from a new format CPIO archive to a tar archive.
Unless we're willing to change the main tarballs from tar format to
"newc" (or, even better, "crc") cpio format, we need to use one common
one for all and that's tar for now. Install will now grab "root floppy"
from an ftp site if that's what you've got set.
Fix even more gripes from Poul's list.
P.S. As soon as I get the distfiles copied over to freefall tomorrow
morning, those of you wishing to test minimal installs over ftp should
be able to do so by grabbing the boot floppy and nothing else. Keep
your eyes open for my announcement.
|
|
|
|
| |
Simply install procedure a bit.
|
|
|
|
|
|
|
|
| |
Root floppy (which actually may be able to go completely away at some point
soon!) is now loadable from ftp/nfs/dos as well as CDROM and (of course)
floppy.
Fix more problems on Poul's Gripe List.
|
|
|
|
| |
Submitted by: gpalmer
|
| |
|
| |
|
|
|
|
| |
shoot-down.
|
| |
|
|
|
|
|
| |
ttyv3 would work a lot better if I actually exec'd a shell! :-)
Reviewed by:
|
|
|
|
|
| |
2. Bring in Gary's prompt stuff in extractGeneric.
3. Add another global for telling when we're running as init.
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
1. Fix a few bugs in the ftp installation code and implement proper
ftp and network shutdown routines.
2. Clean up the menus a fair bit - add a FreeBSD configuration menu.
3. Eliminate the last of the "chaining" - the installation now does
the most obvious thing in the most obvious cases and doesn't present
you with more menus than you were expecting. This makes it necessary to be
a little more explicit in places, but it's still less confusing.
4. Add a few more safety nets for the user. Change a few hard-and-fast
limits to warnings (it now runs as non-root, Bruce).
5. Add descriptions for all the supported ethernet cards.
6. Make the cpio floppy extract put up a menu requesting the drive you wish
to use if you have more than one; don't just always assume drive A.
|
|
|
|
|
|
|
|
|
|
| |
Add testftp: target
ftp.c:
add more debugging output and fix a few more problems
media_strategy:
make the ftp system actually do something resembling common sense.
it now works after a fashion, although it soon falls over for some
reason.
|
| |
|
|
|
|
|
| |
for it. The ftp installation method is working well enough to test.
Many more bug fixes, says Gary.
|
|
|
|
|
|
| |
ftp installation method should now function. We'll know as soon as my
make release builds the floppies. I'm just committing this out of my
release tree now so that it doesn't get clobbered again.
|
|
|
|
|
|
|
|
|
|
| |
use them yet, but it's close (we're working on the last wrinkles
in the CD install for now).
2. Complete the CDROM installation strategy code.
3. Simplify the distribtuion loading code.
4. General error message cleanup.
5. Write the /etc/fstab file now and split those routines into config.c
6. Clean up the menus a little more.
|
|
|
|
|
|
| |
Clean up a few last display bugs.
Add sanity checking that makes sure user creates root and swap partitions.
Add swap partitions with swapon().
|
|
|
|
|
|
|
|
|
|
| |
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).
|
| |
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
|
|
| |
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).
|
|
|
|
| |
the entire libdialog one such :-( ) but functionally ok I think.
|
|
|
|
|
|
| |
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.
|
|
|
|
| |
Improve the search code for the -u # argument to newfs.
|
|
|
|
|
|
|
| |
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 !)
|
|
|
|
|
|
| |
happened)
Make vsystem crunch aware in an intelligent fashion.
make the boot.flp target more specific (and faster).
|