[basestrap] some msg cosmetics

This commit is contained in:
udeved 2015-05-15 16:59:48 +02:00
parent aa0760f37b
commit bd53ba9884

View file

@ -92,7 +92,7 @@ mkdir -m 0555 -p "$newroot"/{sys,proc}
# mount API filesystems
chroot_api_mount "$newroot" || die "failed to setup API filesystems in new root"
msg 'Installing packages to %s' "$newroot"
msg2 'Installing packages to %s' "$newroot"
if ! pacman -r "$newroot" -Sy "${pacman_args[@]}"; then
die 'Failed to install packages to new root'
fi