core/src/Makefile
Franco Fichtner 6fd1fd0d74 pkg: move rc to /etc/rc.opnsense; closes #2416
Move /usr/local/etc/rc to /etc/rc.opnsense in order to be able
to boot without /usr mounted.  Move the /boot files along with
it since they require the same type of /usr/local-escapting.

1. This needs further testing.  :)
2. Inspect rc script for commands depend on /usr tools

Our rc.shutdown stays where it is, if we can shutdown we should be
able to access it.  If not, it's not grabbed via /etc/rc.shutdown.
2018-10-27 22:12:04 +02:00

10 lines
174 B
Makefile

TREES= etc man opnsense root sbin wizard www
ROOT= /usr/local
ROOT_man= /usr/local/share
ROOT_root= /
EXTRAS= bootstrap
TREES_bootstrap=etc/pkg
.include "../Mk/core.mk"