about summary refs log tree commit diff
path: root/core-services/05-misc.sh
Commit message (Expand)AuthorAgeFilesLines
* Print message when seeding RNGJason A. Donenfeld2022-03-261-0/+1
* Use seedrng for seeding the random number generatorJason A. Donenfeld2022-03-251-2/+1
* fix(urandom): avoid uninitialized read during bootCameron Nemo2019-10-031-1/+0
* core-services/05-misc.sh: create utmp earlyLeah Neukirchen2019-09-061-0/+1
* core-services/05-misc.sh: log boot in wtmpLeah Neukirchen2019-09-061-0/+2
* urandom: don't seed/store in containersCameron Nemo2019-03-161-3/+5
* Don't output newline to /proc file when setting hostname.Christopher Brannon2015-11-111-1/+1
* Find out size of the saved random-seed via /proc/sys/kernel/random/poolsize. 20150511.1Juan RP2015-05-111-1/+1
* add a newline by default to msg and msg_warn outputSören Tempel2015-03-221-5/+5
* warn if hostname wasn't setSören Tempel2015-03-211-4/+4
* Use read to retrieve the hostnameSören Tempel2015-03-101-1/+1
* core-services/05-misc.sh: initialize random seed earlier.Juan RP2014-08-291-4/+4
* core-services: do not need to be executable.Juan RP2014-08-071-0/+0
* Make core-services just shell snippets and source them from 1; idea from @chn...Juan RP2014-08-071-4/+0
* Added "core" services that are run from scripts on stage 1.Juan RP2014-08-071-0/+25