OSDN Git Service

Tweaks to messages
authornatemaia <natemaia10@gmail.com>
Tue, 27 Aug 2019 08:17:23 +0000 (01:17 -0700)
committernatemaia <natemaia10@gmail.com>
Tue, 27 Aug 2019 08:17:23 +0000 (01:17 -0700)
archlabs-installer

index 43d1465..e2b0c06 100755 (executable)
@@ -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 ) &