aboutsummaryrefslogtreecommitdiffstats
path: root/joes-arch-install.sh
diff options
context:
space:
mode:
Diffstat (limited to 'joes-arch-install.sh')
-rwxr-xr-xjoes-arch-install.sh20
1 files changed, 3 insertions, 17 deletions
diff --git a/joes-arch-install.sh b/joes-arch-install.sh
index eb8c1e0..f9d207b 100755
--- a/joes-arch-install.sh
+++ b/joes-arch-install.sh
@@ -330,7 +330,6 @@ sleep 2
#================================================================#
#------------------------- WIPING DISK --------------------------#
#================================================================#
-clear
dialog --title "IV. INSTALLING LINUX"\
--infobox "Partitioning filesystem"\
3 28
@@ -402,13 +401,9 @@ sleep 2
#================================================================#
#---------------------- MOUNT PARTITIONS ------------------------#
#================================================================#
-clear
-echo -e "${BMAGENTA}\
-#====== IV. INSTALLING LINUX =====#
-# #
-# 3. Mounting partitions #
-# #
-#=================================#${END}"
+dialog --title "IV. INSTALLING LINUX"\
+ --infobox "Mounting partitions"\
+ 3 28
mkdir /mnt/arch > /dev/null
swapon "$drv""2" > /dev/null
mount "$drv""3" /mnt/arch > /dev/null
@@ -426,15 +421,6 @@ clear
#================================================================#
#------------------------ BASE DOWNLOAD -------------------------#
#================================================================#
-echo -e "${BMAGENTA}\
-#====== IV. INSTALLING LINUX =====#
-# #
-# 4. Downloading base packages #
-# #
-# Please be patient, #
-# this may take a while #
-# #
-#=================================#${END}"
echo
jo_pacstrap base
jo_pacstrap base-devel