index
:
init
master
Init scripts for Carbs Linux
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
rc.shutdown
Age
Commit message (
Collapse
)
Author
2020-09-13
init: add unmount hooks
Cem Keylan
2020-08-13
rc.shutdown: sync before unmounting file systems
Cem Keylan
2020-07-20
shalt: change coding style, add response, parse arguments with arg.h
Cem Keylan
2020-06-01
rc.shutdown: seperate functions
Cem Keylan
2020-05-21
init: read rc.conf only if it exists
Cem Keylan
2020-05-20
add option to log boot and shutdown to a file
Cem Keylan
2020-05-16
init: set PATH in rc.lib
Cem Keylan
2020-05-16
rc.shutdown: hardcode init directory
Cem Keylan
2020-05-16
rc.shutdown: use available path if it exists
Cem Keylan
2020-05-16
rc.lib/shutdown: disable shellcheck errors
Cem Keylan
2020-05-16
rc.shutdown: remove cryptsetup
Cem Keylan
2020-05-16
rc.shutdown: simplify case
Cem Keylan
2020-05-16
rc.shutdown: use run_hook function
Cem Keylan
2020-05-16
init: multiple changes
Cem Keylan
- added a random function for random seed - if svctl exists, kill sysmgr services
2020-05-16
init: multiple changes
Cem Keylan
- kill runit services only if sv is available on the system - add run_hook function - add early-boot hook
2020-03-25
don't print errors if runit is not installed or not used.
Cem Keylan
2020-03-24
add simple halt utility
0.7.0
Cem Keylan
2020-01-15
remove halt -w
Cem Keylan
2020-01-15
Echo the file being executed
Cem Keylan
2020-01-13
fix typo
Cem Keylan
2020-01-13
remove run_hooks function for sinit option parsing
Cem Keylan
2020-01-13
allow user hooks and make it more portable
0.4.0
Cem Keylan
2020-01-09
change configuration location to /etc/init
0.3
Cem Keylan
2019-12-27
rc.shutdown: get configuration from rc.conf
Cem Keylan
2019-12-18
add makefile
Cem Keylan