summaryrefslogtreecommitdiffstats
path: root/bootstrap-stage1-install.sh
diff options
context:
space:
mode:
authorP. J. McDermott <pjm@nac.net>2013-06-01 08:01:02 (EDT)
committer P. J. McDermott <pjm@nac.net>2013-06-01 08:01:02 (EDT)
commit175d8d7c4197185c4c0eb2b2c876f7c12950d66e (patch)
tree5c970aac25b015a24b6ccdda321eaa4fe7c11966 /bootstrap-stage1-install.sh
parent5f8fdfa425a77247ac6bbe95dd33209ffa26ecf8 (diff)
bootstrap-stage1-install.sh: Set PLAT parameter.
Diffstat (limited to 'bootstrap-stage1-install.sh')
-rwxr-xr-xbootstrap-stage1-install.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/bootstrap-stage1-install.sh b/bootstrap-stage1-install.sh
index f25bfab..983bcf8 100755
--- a/bootstrap-stage1-install.sh
+++ b/bootstrap-stage1-install.sh
@@ -3,10 +3,12 @@
set -e
ARCH=
+PLAT=
main()
{
ARCH="$(cat /etc/proteanos_arch)"
+ PLAT="$(cat /etc/proteanos_plat)"
cat <<-EOF
Installing packages in stage 1...