There is a problem in this example script. Setting ftp=time.cdrom.com

is useless, we should set _ftpPath=blah.

PR:		misc/29587
Submitted by:	David Yeske <dyeske@yahoo.com>
This commit is contained in:
Murray Stokely 2001-09-06 10:04:27 +00:00
parent 810fd59fbb
commit 5693049227

View File

@ -20,7 +20,7 @@ netmask=255.255.255.240
################################
# Which installation device to use - ftp is pointed directly at my local
# machine and the installation device is my WD8013 ethernet interface.
ftp=ftp://time.cdrom.com/pub
_ftpPath=ftp://time.cdrom.com/pub
netDev=ed0
mediaSetFTP
################################