| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
|
|
| |
digit beyond your time.
Various sysinstall dependencies (e.g. libftpio, libdisk, libodialog, etc.)
will be cleaned up in coming days. Some will take longer than others due to
a few other consumers (tzsetup and sade).
Notes:
svn path=/head/; revision=225937
|
| |
|
|
| |
Notes:
svn path=/head/; revision=153231
|
| |
|
|
| |
Notes:
svn path=/head/; revision=105104
|
| |
|
|
|
|
|
|
|
|
|
|
| |
names suggest, they perform methods on Device's. In addition, they
check that the pointer passed to them is valid; if it isn't, they
pretend that the action failed. This fixes some crashes due to NULL
dereferences (e.g., PR 26509).
Approved by: jkh (some time ago)
Notes:
svn path=/head/; revision=79065
|
| |
|
|
|
|
|
|
|
| |
non-standard ftp servers.
PR: 21856
Notes:
svn path=/head/; revision=74242
|
| |
|
|
|
|
|
|
|
|
| |
Allow user to change proxy server
Allow user to change ftp path
Submitted by: pho
Notes:
svn path=/head/; revision=69647
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
really doesn't make any sense, what was I smoking) and allow
the more canonical usage of "any" for either side of the comparison
for release name or architecture (meaning you can also set CD_VERSION=any
in a cdrom.inf file to cause sysinstall to always match it and likewise
with the architecture, if specified).
Sensibly suggested by: Makoto MATSUSHITA <matusita@jp.FreeBSD.org>
Notes:
svn path=/head/; revision=66225
|
| |
|
|
| |
Notes:
svn path=/head/; revision=66059
|
| |
|
|
|
|
|
|
|
|
|
|
| |
Now, if a release is specified, instead of just looking for a directory
with the same name as the release, try several possible directories (each
suffixed with the release name) relative to the base directory including
".", "releases/MACHINE", "snapshots/MACHINE", and each of those prefixed
with "pub/FreeBSD/". This will allow us to remove the evil symlinks under
pub/FreeBSD/releases/MACHINE/ to the snapshots on the ftp site.
Notes:
svn path=/head/; revision=63859
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
IPv6 configuration is only done by rtsol. Does someone really
need manual configuration? :-)
You can specify IPv6 DNS server as well.
We have only one server ftp7.jp.freebsd.org that speaks IPv6
in this time. ftp7.jp speaks IPv4 as well and also listed as
Japan #7.
Approved by: jkh
Notes:
svn path=/head/; revision=63118
|
| |
|
|
| |
Notes:
svn path=/head/; revision=50479
|
| |
|
|
|
|
|
|
| |
Also make mountpoint for each media type easier to change.
Also reshuffled some menus for easier usage.
Notes:
svn path=/head/; revision=42005
|
| |
|
|
| |
Notes:
svn path=/head/; revision=32845
|
| |
|
|
| |
Notes:
svn path=/head/; revision=30074
|
| |
|
|
|
|
|
|
| |
with when running multi-user and we actually have one.
Suggested by: Joao Carlos Mendes Luis <jonny@coppe.ufrj.br>
Notes:
svn path=/head/; revision=30067
|
| |
|
|
| |
Notes:
svn path=/head/; revision=22988
|
| |
|
|
| |
Notes:
svn path=/head/; revision=22883
|
| |
|
|
|
|
|
| |
in which case we should simply log in again.
Notes:
svn path=/head/; revision=22858
|
| |
|
|
| |
Notes:
svn path=/head/; revision=22113
|
| |
|
|
|
|
|
| |
Also redirect stderr to Debug when running multiuser.
Notes:
svn path=/head/; revision=22102
|
| |
|
|
|
|
|
|
| |
configurable (you can now set the timeout interval), fix a crash-bug
when no network device was attached.
Notes:
svn path=/head/; revision=21855
|
| |
|
|
|
|
|
|
| |
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).
Notes:
svn path=/head/; revision=21792
|
| |
|
|
|
|
|
|
|
| |
all (closes PR#2296).
Print better FTP failure diagnostics
Do better media failure checking in install.
Notes:
svn path=/head/; revision=21730
|
| |
|
|
|
|
|
|
|
| |
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.
Notes:
svn path=/head/; revision=21710
|
| |
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
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.
Notes:
svn path=/head/; revision=21170
|
| |
|
|
| |
Notes:
svn path=/head/; revision=20335
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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>
Notes:
svn path=/head/; revision=20315
|
| |
|
|
| |
Notes:
svn path=/head/; revision=17380
|
| |
|
|
|
|
|
| |
possible minute? :-)
Notes:
svn path=/head/; revision=17007
|
| |
|
|
|
|
|
| |
I'm testing it.
Notes:
svn path=/head/; revision=15439
|
| |
|
|
|
|
|
| |
Approved (in spirit) by: jkh
Notes:
svn path=/head/; revision=12661
|
| |
|
|
| |
Notes:
svn path=/head/; revision=9202
|
| |
|
|
| |
Notes:
svn path=/head/; revision=8881
|
| |
|
|
|
|
|
|
|
| |
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.
Notes:
svn path=/head/; revision=8837
|
| |
|
|
| |
Notes:
svn path=/head/; revision=8790
|
| |
|
|
|
|
|
|
|
| |
/etc with good things(tm).
Fire off ppp with all the proper initial options set.
Notes:
svn path=/head/; revision=8768
|
| |
|
|
|
|
|
| |
ftp.c: Clean up debug, improve error handling.
Notes:
svn path=/head/; revision=8746
|
| |
|
|
| |
Notes:
svn path=/head/; revision=8732
|
| |
|
|
| |
Notes:
svn path=/head/; revision=8729
|
| |
|
|
| |
Notes:
svn path=/head/; revision=8728
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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.
Notes:
svn path=/head/; revision=8727
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
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.
Notes:
svn path=/head/; revision=8726
|
| |
|
|
| |
Notes:
svn path=/head/; revision=8722
|
| |
|
|
|
|
|
|
| |
for it. The ftp installation method is working well enough to test.
Many more bug fixes, says Gary.
Notes:
svn path=/head/; revision=8715
|
|
|
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.
Notes:
svn path=/head/; revision=8705
|