summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorP. J. McDermott <pj@pehjota.net>2014-07-21 02:27:29 (EDT)
committer P. J. McDermott <pj@pehjota.net>2014-07-21 02:27:29 (EDT)
commit1d9e752927969799bd76f7bed4d14b2c9ff4b91e (patch)
tree96b972913612cb90bc71a0173c0e0ac706b8bff5
parent268e71042b5ae7ce20689ac056da8e4fbfa697b4 (diff)
installers/pc: Add "Installing base system" msg
-rw-r--r--installers/pc.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/installers/pc.sh b/installers/pc.sh
index 447ea86..26ae258 100644
--- a/installers/pc.sh
+++ b/installers/pc.sh
@@ -43,6 +43,9 @@ main()
host_arch="${host_arch}-${install_arch#*-}"
check_arch_compat "${install_arch}" "${host_arch}"
+ printf '\nInstalling base system'
+ printf '\n======================\n\n'
+
"${0%installers/pc.sh}./miniprokit.sh" install \
-a "${host_arch}" -P "${host_plat}" \
${mirror:+-m} ${mirror} "${root}"