freebsd-ports/sysutils/personality/pkg-message
Andreas Klemm 6b34a8a9ea new port of Michael Smith's personality script
personality manages different system configurations
2001-03-25 20:34:50 +00:00

9 lines
378 B
Plaintext

To change the personality of your system at system boot
you have to add the following line into the /etc/rc script.
[ -x /usr/local/sbin/personality ] && /usr/local/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.