diff options
author | Andreas Klemm <andreas@FreeBSD.org> | 2001-03-25 20:34:50 +0000 |
---|---|---|
committer | Andreas Klemm <andreas@FreeBSD.org> | 2001-03-25 20:34:50 +0000 |
commit | 6b34a8a9ea3afef3629ceb2f5b268a1e328daa4b (patch) | |
tree | d1d6aaddc25db2df7c2e3e90fa296246fb0d4cc2 /sysutils/personality/pkg-message | |
parent | e995a513a159c44b565b1c8e11fbadc35106b642 (diff) |
new port of Michael Smith's personality script
personality manages different system configurations
Notes
Notes:
svn path=/head/; revision=40370
Diffstat (limited to 'sysutils/personality/pkg-message')
-rw-r--r-- | sysutils/personality/pkg-message | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/sysutils/personality/pkg-message b/sysutils/personality/pkg-message new file mode 100644 index 000000000000..68041d109a3c --- /dev/null +++ b/sysutils/personality/pkg-message @@ -0,0 +1,8 @@ +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. |