basestrap: set the branch i pm.cof after pacman

This commit is contained in:
udeved 2017-06-05 20:26:08 +02:00
parent 817720d798
commit 41265d1744

View file

@ -108,6 +108,8 @@ if ! pacman -r "$newroot" -Sy "${pacman_args[@]}"; then
die 'Failed to install packages to new root'
fi
set_branch "$newroot" "${branch}"
if ${copykeyring};then
copy_keyring "$newroot"
fi