source: bootscripts-standard/boot-scripts/clfs/sysconfig/boot-scripts @ 77aff82

Last change on this file since 77aff82 was 77aff82, checked in by William Harrington <kb0iic@…>, 10 years ago

Add directory housing the scripts for the boot-method currently used in the systemd book.

  • Property mode set to 100644
File size: 564 bytes
Line 
1########################################################################
2# Begin /etc/sysconfig/boot-scripts
3#
4# Description : Boot-scripts Config System
5#
6# Authors     :
7#
8# Version     : 00.00
9#
10# Notes       : Controls different aspects of the boot-scripts.
11#
12########################################################################
13
14# Enable/disable interactive Prompts
15# Enable        - INTERACTIVE=y
16# Disable       - INTERACTIVE=
17INTERACTIVE=y
18
19# Enable/disable Logging of bootup
20# Enable        - LOGGING=y
21# Disable       - LOGGING=
22LOGGING=y
23
24# End /etc/sysconfig/boot-scripts
Note: See TracBrowser for help on using the repository browser.