Tweaks to messages
This commit is contained in:
parent
5ebf34f4d6
commit
b5f9504ec8
@ -1716,7 +1716,7 @@ install_mirrorlist()
|
|||||||
|
|
||||||
install_background()
|
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 -a /run/archiso/sfs/airootfs/ $MNT/ &
|
||||||
RSYNC_PID=$!
|
RSYNC_PID=$!
|
||||||
( install_mirrorlist "$MNT/etc/pacman.d/mirrorlist" >>/tmp/bg_out 2>&1 ) &
|
( install_mirrorlist "$MNT/etc/pacman.d/mirrorlist" >>/tmp/bg_out 2>&1 ) &
|
||||||
|
Reference in New Issue
Block a user