Last change
on this file since 04bc108 was 7125722, checked in by Jim Gifford <clfs@…>, 17 years ago |
Import of Bootscripts
|
-
Property mode
set to
100644
|
File size:
560 bytes
|
Rev | Line | |
---|
[7125722] | 1 | ########################################################################
|
---|
| 2 | # Begin /etc/sysconfig/bootscripts
|
---|
| 3 | #
|
---|
| 4 | # Description : Bootscripts Config System
|
---|
| 5 | #
|
---|
| 6 | # Authors :
|
---|
| 7 | #
|
---|
| 8 | # Version : 00.00
|
---|
| 9 | #
|
---|
| 10 | # Notes : Controls different aspects of the bootscripts.
|
---|
| 11 | #
|
---|
| 12 | ########################################################################
|
---|
| 13 |
|
---|
| 14 | # Enable/disable interactive Prompts
|
---|
| 15 | # Enable - INTERACTIVE=y
|
---|
| 16 | # Disable - INTERACTIVE=
|
---|
| 17 | INTERACTIVE=y
|
---|
| 18 |
|
---|
| 19 | # Enable/disable Logging of bootup
|
---|
| 20 | # Enable - LOGGING=y
|
---|
| 21 | # Disable - LOGGING=
|
---|
| 22 | LOGGING=y
|
---|
| 23 |
|
---|
| 24 | # End /etc/sysconfig/bootscripts
|
---|
Note:
See
TracBrowser
for help on using the repository browser.