OSDN Git Service

decrease sleep
authorpaperbenni <paperbenni@gmail.com>
Mon, 15 Jun 2020 21:38:58 +0000 (23:38 +0200)
committerpaperbenni <paperbenni@gmail.com>
Mon, 15 Jun 2020 21:38:58 +0000 (23:38 +0200)
archinstall.sh
askdisk.sh
askutils.sh
lang/locale.sh
localinstall.sh
postinstall.sh

index 6ff0d2d..6fabe10 100755 (executable)
@@ -16,7 +16,6 @@ fi
 if [ -e /usr/share/liveutils ]; then
     echo "preparing isntallation
 OK" | instantmenu -c -bw 4 -l 2 &
-    sleep 1
 else
     # print logo
     echo ""
@@ -103,6 +102,4 @@ fi
 
 echo "installation finished"
 
-sleep 2
-
 [ -e /tmp/instantosreboot ] && reboot
index 4dd29f2..f8c5eda 100755 (executable)
@@ -41,7 +41,6 @@ The Bootloader requires
 
     EDITDISK="$(fdisk -l | grep -i '^Disk /.*:' | imenu -l 'choose disk to edit> ' | grep -o '/dev/[^:]*')"
     echo "editing disk $EDITDISK"
-    sleep 2
     if guimode; then
         if command -v st; then
             st -e bash -c "cfdisk $EDITDISK"
@@ -134,7 +133,6 @@ chooseroot() {
         if imenu -c "This will erase all data on that partition. Continue?"; then
             ROOTCONFIRM="true"
             echo "instantOS will be installed on $PARTROOT"
-            sleep 1
         fi
         echo "$PARTROOT" | iroot i partroot
     done
index 94dfadd..c11cd7a 100755 (executable)
@@ -160,6 +160,7 @@ askmirrors() {
             cat /tmp/topmirrors
             sleep 2
             cat /tmp/topmirrors >/etc/pacman.d/mirrorlist
+            sleep 2
             clear
         fi
 
index 1063e45..3dd371b 100755 (executable)
@@ -6,7 +6,7 @@
 cat /root/instantARCH/data/lang/locale/"$(iroot locale)" >>/etc/locale.gen
 
 echo "" >>/etc/locale.gen
-sleep 1
+sleep 0.3
 locale-gen
 
 if ! [ -e /usr/bin/liveutils ]; then
index 450a3c5..4e12579 100755 (executable)
@@ -6,4 +6,4 @@ escript init/init "configuring time"
 escript disk/disk "partitioning disk"
 escript disk/mount "mounting partitions"
 escript pacstrap/pacstrap "installing base packages"
-sleep 1
+sleep 0.5
index cb81a6d..cdda985 100755 (executable)
@@ -6,5 +6,5 @@
 cd /root/instantARCH
 
 bash ./lang/xorg.sh
-sleep 1
+sleep 0.5
 bash ./lang/locale.sh