Unix and Linux Discussions Tagged with system |
|
Thread / Thread Starter |
Last Post |
Replies |
Views |
Forum |
|
|
|
5 |
49,738 |
Shell Programming and Scripting |
|
|
|
0 |
15,544 |
UNIX for Beginners Questions & Answers |
|
|
|
3 |
13,001 |
OS X (Apple) |
|
|
|
14 |
32,690 |
Programming |
|
|
|
9 |
15,969 |
UNIX for Beginners Questions & Answers |
|
|
|
27 |
36,515 |
Linux |
|
|
|
9 |
6,075 |
UNIX for Beginners Questions & Answers |
|
|
|
5 |
6,358 |
UNIX for Beginners Questions & Answers |
|
|
|
1 |
5,256 |
UNIX for Beginners Questions & Answers |
|
|
|
2 |
11,290 |
Shell Programming and Scripting |
|
|
|
2 |
5,340 |
UNIX for Beginners Questions & Answers |
|
|
|
3 |
12,551 |
UNIX for Beginners Questions & Answers |
|
|
|
1 |
15,491 |
Programming |
|
|
|
1 |
25,648 |
Solaris |
|
|
|
3 |
26,471 |
Solaris |
|
|
|
3 |
8,394 |
Cybersecurity |
|
|
|
2 |
26,850 |
Solaris |
|
|
|
1 |
8,002 |
UNIX for Beginners Questions & Answers |
|
|
|
2 |
14,026 |
HP-UX |
|
|
|
13 |
14,573 |
AIX |
|
|
|
0 |
4,094 |
Shell Programming and Scripting |
|
|
|
1 |
4,742 |
What is on Your Mind? |
|
|
|
1 |
6,594 |
AIX |
|
|
|
3 |
3,023 |
UNIX for Beginners Questions & Answers |
|
|
|
6 |
9,725 |
Solaris |
|
|
|
2 |
18,712 |
Programming |
|
|
|
10 |
6,765 |
UNIX for Beginners Questions & Answers |
|
|
|
2 |
3,278 |
UNIX for Beginners Questions & Answers |
|
|
|
7 |
13,854 |
Red Hat |
|
|
|
1 |
14,671 |
Answers to Frequently Asked Questions |
|
|
|
2 |
6,037 |
UNIX for Beginners Questions & Answers |
|
|
|
0 |
6,494 |
What is on Your Mind? |
|
|
|
4 |
7,288 |
What is on Your Mind? |
|
|
|
48 |
31,854 |
Web Development |
|
|
|
38 |
19,096 |
What is on Your Mind? |
|
|
|
8 |
6,476 |
Shell Programming and Scripting |
|
|
|
33 |
36,655 |
Solaris |
|
|
|
1 |
5,161 |
AIX |
|
|
|
4 |
2,748 |
Shell Programming and Scripting |
|
|
|
2 |
4,634 |
Shell Programming and Scripting |
create_sysfile(1M) create_sysfile(1M)
NAME
create_sysfile - create a kernel system file
SYNOPSIS
[outfile]
DESCRIPTION
The command creates a kernel configuration description file (system file) which can be used as input to the commands kconfig(1M) or mk_ker-
nel(1M). The system file that is generated is of type version 1 (see system(4)) and is built according to the drivers required by the cur-
rent system hardware. This command is intended for use during the install process when the system does not have a system file.
The command uses the ioscan(1M) command to scan the system hardware and adds all drivers it can identify to run the existing hardware. If
outfile is specified, the resulting system file is sent to outfile. If outfile is not specified, the output is placed in the file
RETURN VALUE
Upon completion, returns with one of the following exit values:
0 Successful.
1 One or more errors were reported.
DIAGNOSTICS
Errors are sent to stderr. Most of the diagnostic messages from are self-explanatory. Errors cause to halt immediately.
WARNINGS
is obsolete and will be removed in a future version of HP-UX.
AUTHOR
was developed by HP.
SEE ALSO
ioscan(1M), kconfig(1M), mk_kernel(1M), system(4), kconfig(5).
create_sysfile(1M)