aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-06-01init: use link function to link IO devicesCem Keylan
2020-06-01rc.lib: drop -m flag from 'mkdir'Cem Keylan
2020-06-01init: make mnt function similar to KISSCem Keylan
2020-06-01rc.shutdown: seperate functionsCem Keylan
2020-05-23rc.boot: use device_helper functionsCem Keylan
2020-05-23rc.lib: add device_helper, change out/err functions, sort functions afterCem Keylan
2020-05-23rc.lib: define logger at the beginning (if it exists)Cem Keylan
2020-05-23rc.conf: drop log_dir variableCem Keylan
2020-05-23rc.lib: drop log_file variableCem Keylan
2020-05-22init: move mnt function rc.libCem Keylan
2020-05-21init: read rc.conf only if it existsCem Keylan
2020-05-21rc.lib: enable setting loglevel from the kernel command lineCem Keylan
2020-05-20add option to log boot and shutdown to a fileCem Keylan
2020-05-20rc.boot: read /proc/mounts only if it existsCem Keylan
2020-05-20init: primitive parsing of the command lineCem Keylan
2020-05-16shalt: don't check for rootCem Keylan
2020-05-16init: allow installing hooks to lib directoryCem Keylan
2020-05-16init: set PATH in rc.libCem Keylan
2020-05-16Makefile: use cp instead of installCem Keylan
2020-05-16rc.shutdown: hardcode init directoryCem Keylan
2020-05-16rc.shutdown: use available path if it existsCem Keylan
2020-05-16rc.lib/shutdown: disable shellcheck errorsCem Keylan
2020-05-16rc.boot: drop the usage of findCem Keylan
2020-05-16rc.shutdown: remove cryptsetupCem Keylan
2020-05-16rc.shutdown: simplify caseCem Keylan
2020-05-16rc.shutdown: use run_hook functionCem Keylan
2020-05-16rc.lib: fix error messageCem Keylan
2020-05-16init: multiple changesCem Keylan
2020-05-16init: change default hostnameCem Keylan
2020-05-16init: remove rc.local file from the repositoryCem Keylan
2020-05-16rc.boot: add deprecation notice for 'rc.local'Cem Keylan
2020-05-16init: multiple changesCem Keylan
2020-05-16rc.lib: simplifyCem Keylan
2020-05-16init: change emergency-shell to shell, minor changesCem Keylan
2020-05-16init: remove crypttab parsingCem Keylan
2020-05-16rc.lib: updateCem Keylan
2020-05-16rc.boot: remove welcome message from libCem Keylan
2020-05-16rc.boot: get pre-existing PATHCem Keylan
2020-05-16rc.boot: don't set old_ifsCem Keylan
2020-05-16rc.boot: hard-code init directoryCem Keylan
2020-05-16init: move mnt function to rc.bootCem Keylan
2020-05-05rc.boot: use /usr/local/binCem Keylan
2020-03-25don't print errors if runit is not installed or not used.Cem Keylan
2020-03-24add simple halt utility0.7.0Cem Keylan
2020-03-07remove dist and versionCem Keylan
2020-03-02only announce functions if they are meant to runCem Keylan
2020-03-02add shellcheck disablesCem Keylan
2020-03-02update emergency_shellCem Keylan
2020-03-02change message functionsCem Keylan
2020-03-02add parse_crypttab to rc.libCem Keylan