diff options
author | Pierre Schmitz <pierre@archlinux.de> | 2012-06-18 19:00:50 +0200 |
---|---|---|
committer | Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar> | 2012-06-24 21:47:07 -0300 |
commit | d7e790df232041da3794cb04d8822fb286757fc5 (patch) | |
tree | c4b9a32c51314ee525454c5cc94456f7bec4588d /configs/releng/root-image/etc/rc.conf | |
parent | dd368b5a81e42d0e68faab9e4debe02fbae03cae (diff) | |
download | archiso32-d7e790df232041da3794cb04d8822fb286757fc5.tar.xz |
Initialize pacman keyring on bootup
This will allow users to install packages within the live environment.
We use the haveged daemon to increase entropy from CPU timings.
See http://www.issihosts.com/haveged/ for details.
Signed-off-by: Pierre Schmitz <pierre@archlinux.de>
Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>
Diffstat (limited to 'configs/releng/root-image/etc/rc.conf')
-rw-r--r-- | configs/releng/root-image/etc/rc.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/releng/root-image/etc/rc.conf b/configs/releng/root-image/etc/rc.conf index 6a640f5..d8dedec 100644 --- a/configs/releng/root-image/etc/rc.conf +++ b/configs/releng/root-image/etc/rc.conf @@ -30,4 +30,4 @@ USELVM="no" HOSTNAME="archiso" -DAEMONS=(hwclock syslog-ng) +DAEMONS=(hwclock syslog-ng haveged pacman-init) |