| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
| |
entirely, as promised earlier (it's outdated now and doesn't really belong
in sysinstall).
Notes:
svn path=/head/; revision=25989
|
|
|
|
|
|
|
| |
puppies.
Notes:
svn path=/head/; revision=23588
|
|
|
|
|
|
|
|
| |
sysinstall was already broken (I think there's a PR for this somewhere).
This will require some additional changes elsewhere, like bringing in pw.
Notes:
svn path=/head/; revision=22388
|
|
|
|
|
|
|
|
|
| |
the lynx browser.
Submitted-By: David O'Brien <obrien@cs.ucdavis.edu>
Notes:
svn path=/head/; revision=21897
|
|
|
|
|
|
|
|
|
|
|
| |
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.
Notes:
svn path=/head/; revision=21673
|
|
|
|
|
|
|
|
| |
common layout code into some work functions and make all the layout-using
routine adopt them. Also reorganize includes and generally clean up.
Notes:
svn path=/head/; revision=21243
|
|
|
|
|
|
|
|
|
|
| |
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>
Notes:
svn path=/head/; revision=20247
|
|
|
|
|
|
|
|
|
|
| |
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.
Notes:
svn path=/head/; revision=19385
|
|
|
|
|
|
|
| |
Also update copyright notices.
Notes:
svn path=/head/; revision=17985
|
|
|
|
|
|
|
| |
judicious use of dialog_clear_norefresh().
Notes:
svn path=/head/; revision=17404
|
|
|
|
| |
Notes:
svn path=/head/; revision=17157
|
|
|
|
|
|
|
| |
file.
Notes:
svn path=/head/; revision=16395
|
|
|
|
|
|
|
| |
one (we're out of space for putting this on the floppy).
Notes:
svn path=/head/; revision=16224
|
|
|
|
| |
Notes:
svn path=/head/; revision=15451
|
|
|
|
|
|
|
|
| |
Make FTP re-initializion work.
Fix fix fix.
Notes:
svn path=/head/; revision=15419
|
|
|
|
|
|
|
| |
to work on.
Notes:
svn path=/head/; revision=15417
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
I still have a _very very annoying_ display bug which occurs when a menu
item causes a submenu to be displayed - the screen repaints for the original
menu (which is restored upon return from the submenu) are off by about 4
characters. I've tried restoring the screen, the cursor position, you name
it - same deal. Grrrr! This commit is my first step in trying to get someone
else to help me look into this one since I'm just tearing my hair out at this
point!
Notes:
svn path=/head/; revision=15355
|
|
|
|
|
|
|
|
| |
2. Change more of the menu code over to new system.
3. Streamline label editor.
Notes:
svn path=/head/; revision=15242
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
1. Use new dialog menu hacks (no strings, just arrays of dialogMenuItem structs)
so that I can create composite menus with radio/checkbox/... items in them,
removing some long-standing UI bogons in various menus. This work isn't
finished yet, but will be done in two phases. This is phase one.
2. Remove all the script installation stuff. I never got time to document it,
it was arcane and it just complicated much of the code. There are better
ways of doing this if I want to do auto-driven installations later.
3. Remove much dead code and otherwise attempt to remove as much historical
grot as possible so that this code is easier to hack on. This is also
a two-stage process, phase one of which is now complete.
Notes:
svn path=/head/; revision=15091
|
|
|
|
| |
Notes:
svn path=/head/; revision=14764
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
1. Revamp package installer to use new dependency lists and also
pkg_add's new `read from stdin' mode to prevent a copy of the package
from hitting the disk unnecessarily.
2. More fixes for running "not as init" - don't get upset if CDROM already
mounted, do the right thing instead.
3. If running as init, assume first-time install and _don't show the
(W)rite option in the fdisk screen.
4. Many other little tweaks, some of which will have to wait for fuller testing
until I can create a boot floppy (testing certain system-destroying
features of sysinstall can be a royal pain). Expect some more commits.
Notes:
svn path=/head/; revision=14670
|
|
|
|
|
|
|
| |
libdialog features).
Notes:
svn path=/head/; revision=14321
|
|
|
|
|
|
|
| |
Submitted by: Coranth Gryphon <gryphon>
Notes:
svn path=/head/; revision=13540
|
|
|
|
| |
Notes:
svn path=/head/; revision=12244
|
|
|
|
| |
Notes:
svn path=/head/; revision=12085
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
1. Fix the bogon I introduced that made some root filesystems fail to be
made with `unable to make filesystem on sd1s1a' or some such error
message.
2. Latest installment in the never-ending chapter on making FTP do the right
thing on a cruel internet.
3. Make `express install' a truly express install and split off what it used
to do into a `novice install' that's even more geared to the novice
by asking questions in order, rather than forcing them through the menu
interface.
4. Make anonymous FTP setup truly DTRT.
5. Build lndir directly into sysinstall and make the novice install offer
to set up the ports tree. Also make the ports setup truly explanatory
about what it's doing, and always link the ports destination to /usr/ports
if necessary so that bsd.port.mk doesn't need to be tweaked.
Notes:
svn path=/head/; revision=12025
|
|
|
|
|
|
|
|
|
|
| |
Add support for wcd0 back in.
Incorporate some of Frank Durda's doc fixes.
Other miscellany.
Submitted by: SNAP testers & myself.
Notes:
svn path=/head/; revision=11931
|
|
|
|
|
|
|
| |
default.
Notes:
svn path=/head/; revision=11847
|
|
|
|
|
|
|
| |
of the sample page it sets up.
Notes:
svn path=/head/; revision=11838
|
|
|
|
|
|
|
| |
enough along to worry about such things!).
Notes:
svn path=/head/; revision=11834
|
|
|
|
| |
Notes:
svn path=/head/; revision=11804
|
|
|
|
|
|
|
|
|
|
| |
o Lots of documentation fixes.
o Rename FTP active to "FTP" and explain passive mode better.
o Make tcpip screen a bit more friendly.
o Literally dozens of nits.
Notes:
svn path=/head/; revision=11799
|
|
|
|
|
|
|
| |
Make the apache setup try to load the package first..
Notes:
svn path=/head/; revision=11691
|
|
2. Fix an infinite recursion bug in FTP retry. Tricky, this FTP install!
3. Add messaging routines for scripts.
4. Fix yet more bogons. I think I'm fixing them faster than they're growing,
but it's hard to say. I'm really glad we're throwing this code away for
2.2!
Notes:
svn path=/head/; revision=11685
|