Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 27 Jan 2006 21:00:31 +0000 (UTC)
From:      Jung-uk Kim <jkim@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/usr.sbin/sysinstall dispatch.c media.c sysinstall.8 sysinstall.h
Message-ID:  <200601272100.k0RL0Vse057856@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
jkim        2006-01-27 21:00:31 UTC

  FreeBSD src repository

  Modified files:
    usr.sbin/sysinstall  dispatch.c media.c sysinstall.8 
                         sysinstall.h 
  Log:
  Add `mediaOpen' function.  This function mounts selected media device.
  
  For example, you can dynamically generate and load configuration file
  depending on the hardware configuration with the following template:
  
          mediaSetCDROM
          mediaOpen
          command='/dist/rescue/sh /dist/scripts/install.sh'
          system
          mediaClose
          configFile=/tmp/generated.cfg
          loadConfig
  
  Now we have full access to files on the media before installation begins.
  
  Revision  Changes    Path
  1.48      +8 -0      src/usr.sbin/sysinstall/dispatch.c
  1.122     +8 -0      src/usr.sbin/sysinstall/media.c
  1.72      +5 -0      src/usr.sbin/sysinstall/sysinstall.8
  1.267     +1 -0      src/usr.sbin/sysinstall/sysinstall.h



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