Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 25 Aug 2009 13:39:14 +0000 (UTC)
From:      Bruce M Simpson <bms@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/etc rc.initdiskless
Message-ID:  <200908251339.n7PDdNSm060520@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
bms         2009-08-25 13:39:14 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_7)
    etc                  rc.initdiskless 
  Log:
  SVN rev 196541 on 2009-08-25 13:39:14Z by bms
  
  MFC r179014:
   Add support for /conf/T/M/remount_optional.
  
   The rc.initdiskless functionality is used by NanoBSD to allow configuration
   files to live on a separate configuration slice, which acts as NVRAM, whilst
   the system image is mounted read-only.
  
   Normally, if the remount command fails during boot, this is regarded as
   a fatal error. If /conf/T/M/remount_optional is present, this error is
   non-fatal. If the file is not present, the default behaviour is unchanged.
  
   This is very useful for people building live CD images using FreeBSD,
   where the NVRAM lives somewhere completely differently from the system image,
   and may be present on removable media which is not present during the
   initial boot.
  
  Revision  Changes    Path
  1.52.2.1  +8 -0      src/etc/rc.initdiskless



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