Re: RFC: support for "first boot" rc.d scripts

From: Hiroki Sato <hrs_at_FreeBSD.org>
Date: Mon, 14 Oct 2013 21:07:26 +0900 (JST)
Colin Percival <cperciva_at_freebsd.org> wrote
  in <525B258F.3030403_at_freebsd.org>:

cp> I've attached a very simple patch which makes /etc/rc:

cp> +if ! [ -e /var/db/firstboot ]; then
cp> +	skip="$skip -s firstboot"
cp> +fi

 At this stage, it is possible that /var/db does not exist because it
 is before rc.d/mountcritlocal.

-- Hiroki

Received on Mon Oct 14 2013 - 10:09:12 UTC

This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:40:42 UTC