From 41265d17441f01f8d0fdabd796c799ea796d6191 Mon Sep 17 00:00:00 2001 From: udeved Date: Mon, 5 Jun 2017 20:26:08 +0200 Subject: [PATCH] basestrap: set the branch i pm.cof after pacman --- bin/basestrap.in | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bin/basestrap.in b/bin/basestrap.in index 6389b38..30d7b3e 100644 --- a/bin/basestrap.in +++ b/bin/basestrap.in @@ -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