Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 3 Dec 2006 10:17:45 GMT
From:      soc-andrew <soc-andrew@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 110940 for review
Message-ID:  <200612031017.kB3AHj10048323@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=110940

Change 110940 by soc-andrew@soc-andrew_serv on 2006/12/03 10:17:15

	Add the start of a file fetcher. This gives the user the option of where to get the files from. At the moment it only works with a ``local'' file (ie. off a CD or existing NFS mount point and anything the fetch command can download. Planned is to be able to install from a user generated NFS mountpoint.

Affected files ...

.. //depot/projects/soc2005/bsdinstaller/src/libexec/bsdinstaller/lib/Fetch.lua#1 add
.. //depot/projects/soc2005/bsdinstaller/src/libexec/bsdinstaller/lib/Makefile#4 edit

Differences ...

==== //depot/projects/soc2005/bsdinstaller/src/libexec/bsdinstaller/lib/Makefile#4 (text+ko) ====

@@ -8,6 +8,7 @@
 		Partition.lua PartitionUI.lua StorageSystem.lua \
 		StorageSystemUI.lua Subpartition.lua
 
+FILES+=		Fetch.lua
 
 FILESDIR=       ${INST_DIR}/lib
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200612031017.kB3AHj10048323>