summaryrefslogtreecommitdiff
path: root/configs/profile-openrc/airootfs/etc/local.d/pacman-init.start
diff options
context:
space:
mode:
authorDavid P <megver83@parabola.nu>2020-01-18 03:11:31 -0300
committerDavid P <megver83@parabola.nu>2020-01-18 03:13:09 -0300
commitc4819c5db83925f906c2a273f92248b84cb5815f (patch)
treee70d460d6f5b3a2bc6e6e0c5b43d1156e6ffcc16 /configs/profile-openrc/airootfs/etc/local.d/pacman-init.start
parent46b2347d51ea780be0524aed8a05f8312fbabc95 (diff)
openrc configs: replace pacman-init initscript with a local.d script
and remove haveged from pkglist Signed-off-by: David P <megver83@parabola.nu>
Diffstat (limited to 'configs/profile-openrc/airootfs/etc/local.d/pacman-init.start')
-rwxr-xr-xconfigs/profile-openrc/airootfs/etc/local.d/pacman-init.start5
1 files changed, 5 insertions, 0 deletions
diff --git a/configs/profile-openrc/airootfs/etc/local.d/pacman-init.start b/configs/profile-openrc/airootfs/etc/local.d/pacman-init.start
new file mode 100755
index 0000000..5ab34f7
--- /dev/null
+++ b/configs/profile-openrc/airootfs/etc/local.d/pacman-init.start
@@ -0,0 +1,5 @@
+#!/bin/bash
+if ! [ -d /etc/pacman.d/gnupg ]; then
+ pacman-key --init
+ pacman-key --populate archlinux archlinux32 parabola
+fi