diff options
| author | Alexander Eremin <a.eremin@nexenta.com> | 2018-12-17 08:42:40 +0000 |
|---|---|---|
| committer | Andy Fiddaman <omnios@citrus-it.co.uk> | 2019-02-11 17:20:31 +0000 |
| commit | 2b987d42b0ad07d74e39b18a2498709e5195d7e3 (patch) | |
| tree | f8de9dddd4498d866eea68b04328ce9622f8b96e /usr/src/cmd/nsadmin | |
| parent | 7d732bb0c50cbe80dedb2fdedd5ecfa51b90c302 (diff) | |
| download | illumos-joyent-2b987d42b0ad07d74e39b18a2498709e5195d7e3.tar.gz | |
9696 add /etc/system.d support
Portions contributed by: Andy Fiddaman <andy@omniosce.org>
Reviewed by: Hans Rosenfeld <hans.rosenfeld@joyent.com>
Reviewed by: Peter Tribble <peter.tribble@gmail.com>
Reviewed by: C Fraire <cfraire@me.com>
Reviewed by: Toomas Soome <tsoome@me.com>
Approved by: Dan McDonald <danmcd@joyent.com>
Diffstat (limited to 'usr/src/cmd/nsadmin')
| -rw-r--r-- | usr/src/cmd/nsadmin/system | 15 |
1 files changed, 13 insertions, 2 deletions
diff --git a/usr/src/cmd/nsadmin/system b/usr/src/cmd/nsadmin/system index f4b74d6168..29da0b787c 100644 --- a/usr/src/cmd/nsadmin/system +++ b/usr/src/cmd/nsadmin/system @@ -1,4 +1,3 @@ -*ident "%Z%%M% %I% %E% SMI" /* SVR4 1.5 */ * * CDDL HEADER START * @@ -24,6 +23,18 @@ * SYSTEM SPECIFICATION FILE * +* !!!!!!!!!!!!!!!!!!!!!!!!!!!!!! NOTE !!!!!!!!!!!!!!!!!!!!!!!!!!!!!! +* +* It is not recommended to edit this file directly but rather +* to deliver configuration fragments into files under /etc/system.d; +* files in /etc/system.d are combined in alphabetical order and read by +* the kernel before this file (/etc/system) is processed. +* +* Refer to the system(4) manual page for more information and +* recommendations on naming fragment files. +* +* !!!!!!!!!!!!!!!!!!!!!!!!!!!!!! NOTE !!!!!!!!!!!!!!!!!!!!!!!!!!!!!! + * moddir: * * Set the search path for modules. This has a format similar to the @@ -72,7 +83,7 @@ * * Cause these modules to be loaded at boot time, (just before mounting * the root filesystem) rather than at first reference. Note that -* forceload expects a filename which includes the directory. Also +* forceload expects a filename which includes the directory. Also * note that loading a module does not necessarily imply that it will * be installed. * |
