1 *ident "%Z%%M% %I% %E% SMI" /* SVR4 1.5 */
2 *
3 * CDDL HEADER START
4 *
5 * The contents of this file are subject to the terms of the
6 * Common Development and Distribution License, Version 1.0 only
7 * (the "License"). You may not use this file except in compliance
8 * with the License.
9 *
10 * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
11 * or http://www.opensolaris.org/os/licensing.
12 * See the License for the specific language governing permissions
13 * and limitations under the License.
14 *
15 * When distributing Covered Code, include this CDDL HEADER in each
16 * file and include the License file at usr/src/OPENSOLARIS.LICENSE.
17 * If applicable, add the following below this CDDL HEADER, with the
18 * fields enclosed by brackets "[]" replaced with your own identifying
19 * information: Portions Copyright [yyyy] [name of copyright owner]
20 *
21 * CDDL HEADER END
22 *
23 *
24 * SYSTEM SPECIFICATION FILE
25 *
26
27 * moddir:
28 *
29 * Set the search path for modules. This has a format similar to the
30 * csh path variable. If the module isn't found in the first directory
31 * it tries the second and so on. The default is /kernel /usr/kernel
32 *
33 * Example:
34 * moddir: /kernel /usr/kernel /other/modules
35
36
37
38 * root device and root filesystem configuration:
39 *
40 * The following may be used to override the defaults provided by
41 * the boot program:
42 *
43 * rootfs: Set the filesystem type of the root.
44 *
45 * rootdev: Set the root device. This should be a fully
46 * expanded physical pathname. The default is the
|
1 *
2 * CDDL HEADER START
3 *
4 * The contents of this file are subject to the terms of the
5 * Common Development and Distribution License, Version 1.0 only
6 * (the "License"). You may not use this file except in compliance
7 * with the License.
8 *
9 * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
10 * or http://www.opensolaris.org/os/licensing.
11 * See the License for the specific language governing permissions
12 * and limitations under the License.
13 *
14 * When distributing Covered Code, include this CDDL HEADER in each
15 * file and include the License file at usr/src/OPENSOLARIS.LICENSE.
16 * If applicable, add the following below this CDDL HEADER, with the
17 * fields enclosed by brackets "[]" replaced with your own identifying
18 * information: Portions Copyright [yyyy] [name of copyright owner]
19 *
20 * CDDL HEADER END
21 *
22 *
23 * SYSTEM SPECIFICATION FILE
24 *
25
26 * !!!!!!!!!!!!!!!!!!!!!!!!!!!!!! NOTE !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
27 *
28 * It is not recommended to edit this file directly but rather
29 * to deliver configuration fragments into files under /etc/system.d;
30 * files in /etc/system.d are combined in alphabetical order and read by
31 * the kernel before this file (/etc/system) is processed.
32 *
33 * Refer to the system(4) manual page for more information and
34 * recommendations on naming fragment files.
35 *
36 * !!!!!!!!!!!!!!!!!!!!!!!!!!!!!! NOTE !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
37
38 * moddir:
39 *
40 * Set the search path for modules. This has a format similar to the
41 * csh path variable. If the module isn't found in the first directory
42 * it tries the second and so on. The default is /kernel /usr/kernel
43 *
44 * Example:
45 * moddir: /kernel /usr/kernel /other/modules
46
47
48
49 * root device and root filesystem configuration:
50 *
51 * The following may be used to override the defaults provided by
52 * the boot program:
53 *
54 * rootfs: Set the filesystem type of the root.
55 *
56 * rootdev: Set the root device. This should be a fully
57 * expanded physical pathname. The default is the
|