aboutsummaryrefslogtreecommitdiff
path: root/bootstrap
diff options
context:
space:
mode:
Diffstat (limited to 'bootstrap')
-rwxr-xr-xbootstrap9
1 files changed, 9 insertions, 0 deletions
diff --git a/bootstrap b/bootstrap
index 5d560b7..1d3421d 100755
--- a/bootstrap
+++ b/bootstrap
@@ -112,6 +112,15 @@ esac
extra_pkgs=""
+case "$arch" in
+ x86_64)
+ #extra_pkgs+=""
+ ;;
+ aarch64)
+ extra_pkgs+="ipxe-qemu"
+ ;;
+esac
+
# Options.
#
stage=1