The following changes were made:
* Configuration moved to new CONFIG directory to separate from usher * Made various improvements to most init scripts * Added dependency to perl for update-rc
This commit is contained in:
7
CONFIG/etc/default/halt
Normal file
7
CONFIG/etc/default/halt
Normal file
@@ -0,0 +1,7 @@
|
||||
# Default configuration for halt
|
||||
|
||||
# set to either halt or poweroff
|
||||
HALT=poweroff
|
||||
|
||||
# set to no to prevent shutting down network interfaces
|
||||
NETDOWN=yes
|
||||
23
CONFIG/etc/default/rcS
Normal file
23
CONFIG/etc/default/rcS
Normal file
@@ -0,0 +1,23 @@
|
||||
# Default settings for early boot (sourced for scripts in /etc/rcS.d)
|
||||
|
||||
# Valid LOGLEVEL values range from 1 to 8. 1 will limit kernel
|
||||
# messages on the console to emergencies only while 8 enables
|
||||
# full verbosity
|
||||
LOGLEVEL=1
|
||||
|
||||
# Set to yes to enable more verbose output for scripts that support it
|
||||
# VERBOSE=no
|
||||
|
||||
# checkfs - set to yes to pass -y to fsck and automatically repair all errors
|
||||
# FSCKFIX=no
|
||||
|
||||
# cleanfs - space separated list of temp directories to be cleaned on boot
|
||||
CLEANDIRS="/tmp"
|
||||
|
||||
# hwclock - set to no if the hardware clock is not UTC (default is yes)
|
||||
# UTC=yes
|
||||
|
||||
# mountvirtfs - These values determine the sizes of temporary filesystems
|
||||
# Values can be in kilobytes or as a percentage
|
||||
# DEVSIZE=10240
|
||||
# RUNZISE=10%
|
||||
Reference in New Issue
Block a user