installer: copy host void rsa pubkey to the target rootfs.
This commit is contained in:
parent
1f55bbb29d
commit
c3c67ad641
@ -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..." \
|
||||
|
Loading…
x
Reference in New Issue
Block a user