mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-05 20:36:40 +02:00
scripts/mkimg.standard.sh: add standard aarch64 iso
users should be able to boot it with efi
This commit is contained in:
parent
b4a50a4bde
commit
ed5d1f24bc
@ -6,7 +6,7 @@ profile_standard() {
|
||||
profile_base
|
||||
profile_abbrev="std"
|
||||
image_ext="iso"
|
||||
arch="x86 x86_64 ppc64le s390x"
|
||||
arch="aarch64 x86 x86_64 ppc64le s390x"
|
||||
output_format="iso"
|
||||
kernel_cmdline="nomodeset"
|
||||
kernel_addons="xtables-addons"
|
||||
@ -71,7 +71,7 @@ profile_virt() {
|
||||
desc="Similar to standard.
|
||||
Slimmed down kernel.
|
||||
Optimized for virtual systems."
|
||||
arch="x86 x86_64"
|
||||
arch="aarch64 x86 x86_64"
|
||||
kernel_addons=
|
||||
kernel_flavors="virt"
|
||||
kernel_cmdline="console=tty0 console=ttyS0,115200"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user