[util] add msg when branch is set in chroot mirrorlist

This commit is contained in:
udeved 2016-03-02 18:20:23 +01:00
parent dacf0994e2
commit 2e39400723

View file

@ -187,6 +187,7 @@ get_branch(){
# $1: chroot
# $2: branch
set_branch(){
info "Setting mirrorlist branch: %s" "$2"
sed -e "s|/stable|/$2|g" -i "$1/etc/pacman.d/mirrorlist"
}