mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-13 16:14:40 +00:00
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.
10 lines
174 B
Makefile
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"
|