summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorP. J. McDermott <pj@pehjota.net>2014-07-21 02:30:46 (EDT)
committer P. J. McDermott <pj@pehjota.net>2014-07-21 02:30:46 (EDT)
commitaf24a4196e183f0c4c0fe0d57dfb77d474d33f2d (patch)
tree8411fa62c1d50dfeaf0d22b00287c9de90a11207
parent1d9e752927969799bd76f7bed4d14b2c9ff4b91e (diff)
installers/pc: Add "Select a platorm" message
-rw-r--r--installers/pc.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/installers/pc.sh b/installers/pc.sh
index 26ae258..52525e2 100644
--- a/installers/pc.sh
+++ b/installers/pc.sh
@@ -37,6 +37,8 @@ main()
root="${1}"
install_arch="$(detect_arch)"
+ printf '\nSelect a platorm'
+ printf '\n================\n\n'
read host_arch host_plat <<-EOF
$(prompt_plat)
EOF