opnsense-ports/sysutils/personality/files/pkg-message.in
Franco Fichtner 8cb1a96ede ports: pull in a snapshot of the FreeBSD ports tree
Taken from:	https://github.com/freebsd/freebsd-ports.git
Commit id:	5070672073b68be364139bc6b3a89100bd17d331
2014-11-09 14:03:21 +01:00

8 lines
378 B
Text

To change the personality of your system at system boot
you have to add the following line into the /etc/rc script.
[ -x %%PREFIX%%/sbin/personality ] && %%PREFIX%%/sbin/personality menu 60
Make sure that you add this after mounting of the ufs filesystems.
If you prefer you can use other values than 60 seconds.
After 60 seconds the system boots with the last configuration.