Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 23 Apr 2001 12:21:37 -0500 (CDT)
From:      Alexander Langer <alex@usw4.freebsd.org>
To:        libh@FreeBSD.org
Subject:   cvs commit: libh/release/scripts cdrominstall.tcl choosedistrib.tcl ftpinstall.tcl instmethod.tcl setup.tcl
Message-ID:  <200104231721.f3NHLfn52129@usw4.freebsd.org>

next in thread | raw e-mail | index | archive | help
alex        2001/04/23 12:21:37 CDT

  Modified files:
    release/scripts      setup.tcl 
  Added files:
    release/scripts      cdrominstall.tcl choosedistrib.tcl 
                         ftpinstall.tcl instmethod.tcl 
  Log:
  New framework for a libh based setup:
  Source functions from different files.
  
  For now, choose between CDROM and FTP installation.
  
  Source files that provide an init function as well as a "setupfetch"
  function.
  
  init for CDROM should mount CDROM, FTP-init should setup network and FTP-
  server.
  
  setupfetch takes an argument:  relative file, that is wanted
  and returns the position where it is stored locally (eventually).
  For CDROM this returns the file's position on the CDROM (no need
  to retrieve it), for FTP it should place it into /tmp and
  return this position.
  
  Then this new file is sourced and the installation can proceed.
  
  This general framework can be used to abstract the whole file-access
  layer from the rest of the installation process.
  
  Revision  Changes    Path
  1.2       +25 -25    libh/release/scripts/setup.tcl


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-libh" in the body of the message




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