Tweaks to messages

This commit is contained in:
natemaia 2019-08-27 01:17:23 -07:00
parent 5ebf34f4d6
commit b5f9504ec8

View File

@ -1716,7 +1716,7 @@ install_mirrorlist()
install_background()
{
msg "Background Install" "\nInstall will now begin in the background?\n" 2
msg "Background Install" "\nInstall will now begin in the background\n" 1
rsync -a /run/archiso/sfs/airootfs/ $MNT/ &
RSYNC_PID=$!
( install_mirrorlist "$MNT/etc/pacman.d/mirrorlist" >>/tmp/bg_out 2>&1 ) &