diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2022-10-04 05:19:24 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2022-10-04 06:17:08 +0200 |
commit | ef2675f247d4343fffa4ad4d86911cb17a33b2a4 (patch) | |
tree | c74e45144c6b2732b1a5373f3c868904aa7882a1 /bootstrap | |
parent | 899741eefb59f4d368324a618cc7c79092373d51 (diff) |
Add ipxe-qemu package for aarch64
It provides ROM for virtio-net-pci.
Diffstat (limited to 'bootstrap')
-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 |