Skip to content
Snippets Groups Projects
Commit ed5d1f24 authored by Natanael Copa's avatar Natanael Copa
Browse files

scripts/mkimg.standard.sh: add standard aarch64 iso

users should be able to boot it with efi
parent b4a50a4b
No related branches found
No related tags found
No related merge requests found
...@@ -6,7 +6,7 @@ profile_standard() { ...@@ -6,7 +6,7 @@ profile_standard() {
profile_base profile_base
profile_abbrev="std" profile_abbrev="std"
image_ext="iso" image_ext="iso"
arch="x86 x86_64 ppc64le s390x" arch="aarch64 x86 x86_64 ppc64le s390x"
output_format="iso" output_format="iso"
kernel_cmdline="nomodeset" kernel_cmdline="nomodeset"
kernel_addons="xtables-addons" kernel_addons="xtables-addons"
...@@ -71,7 +71,7 @@ profile_virt() { ...@@ -71,7 +71,7 @@ profile_virt() {
desc="Similar to standard. desc="Similar to standard.
Slimmed down kernel. Slimmed down kernel.
Optimized for virtual systems." Optimized for virtual systems."
arch="x86 x86_64" arch="aarch64 x86 x86_64"
kernel_addons= kernel_addons=
kernel_flavors="virt" kernel_flavors="virt"
kernel_cmdline="console=tty0 console=ttyS0,115200" kernel_cmdline="console=tty0 console=ttyS0,115200"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment