Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 24 Sep 2010 19:53:55 +0000 (UTC)
From:      Pawel Jakub Dawidek <pjd@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/etc/rc.d Makefile gptboot
Message-ID:  <201009241954.o8OJsIEX076558@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
pjd         2010-09-24 19:53:55 UTC

  FreeBSD src repository

  Modified files:
    etc/rc.d             Makefile 
  Added files:
    etc/rc.d             gptboot 
  Log:
  SVN rev 213137 on 2010-09-24 19:53:55Z by pjd
  
  Add gptboot script that is responsible for:
  - looking for partition with 'bootonce' attribute alone (without 'bootme'
    attribute), removing it and logging that we successfully booted from this
    partition.
  - looking for partitions with 'bootfailed' attribute, removing it and
    logging that we failed to boot from this partition.
  
  Reviewed by:    arch (Message-ID: <20100917234542.GE1902@garage.freebsd.pl>)
  Obtained from:  Wheel Systems Sp. z o.o. http://www.wheelsystems.com
  MFC after:      2 weeks
  
  Revision  Changes    Path
  1.106     +1 -1      src/etc/rc.d/Makefile
  1.1       +76 -0     src/etc/rc.d/gptboot (new)



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