diff options
-rwxr-xr-x | bootstrap | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -112,6 +112,15 @@ esac extra_pkgs="" +case "$arch" in + x86_64) + #extra_pkgs+="" + ;; + aarch64) + extra_pkgs+="ipxe-qemu" + ;; +esac + # Options. # stage=1 |