about summary refs log tree commit diff
path: root/installer.sh.in
diff options
context:
space:
mode:
authorJuan RP <xtraeme@gmail.com>2014-02-03 21:10:25 +0100
committerJuan RP <xtraeme@gmail.com>2014-02-03 21:10:25 +0100
commitc3c67ad641cc33f7a182bbe21d25cfe30bfbd5d9 (patch)
treef24e2ead9778e670cb26c0eabd314064f40c8697 /installer.sh.in
parent1f55bbb29d7fa06a5f1514e0cac44696e70379f3 (diff)
downloadhrmpf-c3c67ad641cc33f7a182bbe21d25cfe30bfbd5d9.tar.gz
hrmpf-c3c67ad641cc33f7a182bbe21d25cfe30bfbd5d9.tar.xz
hrmpf-c3c67ad641cc33f7a182bbe21d25cfe30bfbd5d9.zip
installer: copy host void rsa pubkey to the target rootfs.
Diffstat (limited to 'installer.sh.in')
-rw-r--r--installer.sh.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/installer.sh.in b/installer.sh.in
index d87f976..f4ef93c 100644
--- a/installer.sh.in
+++ b/installer.sh.in
@@ -725,6 +725,8 @@ install_packages() {
         _grub="grub"
     fi
 
+    mkdir -p $TARGETDIR/var/db/xbps/keys
+    cp /var/db/xbps/keys/*.plist $TARGETDIR/var/db/xbps/keys
     mkdir -p $TARGETDIR/boot/grub
     stdbuf -oL xbps-install  -r $TARGETDIR -Sy base-system ${_grub} 2>&1 | \
         DIALOG --title "Installing base system packages..." \