PERFORCE change 110940 for review

soc-andrew soc-andrew at FreeBSD.org
Sun Dec 3 02:17:46 PST 2006


http://perforce.freebsd.org/chv.cgi?CH=110940

Change 110940 by soc-andrew at 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
 


More information about the p4-projects mailing list