diff options
author | Ryan Finnie <ryan@finnie.org> | 2020-05-30 14:11:45 -0700 |
---|---|---|
committer | Ryan Finnie <ryan@finnie.org> | 2020-05-30 14:11:45 -0700 |
commit | 13cf0e9ebe30a5af217ef5c64c550b64a92bcaf9 (patch) | |
tree | eddb5e869f532749f258485d77edcd08e20b2d81 /scripts/build/binary_rootfs | |
parent | 263f84fe801f1664150673158495f26c9ce5ab32 (diff) | |
download | vyos-live-build-13cf0e9ebe30a5af217ef5c64c550b64a92bcaf9.tar.gz vyos-live-build-13cf0e9ebe30a5af217ef5c64c550b64a92bcaf9.zip |
Add initial ppc64el support
Note that this does not include grub-ieee1275 support so the images will
not be bootable, but it's a first step and produces ISOs without error.
Diffstat (limited to 'scripts/build/binary_rootfs')
-rwxr-xr-x | scripts/build/binary_rootfs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/build/binary_rootfs b/scripts/build/binary_rootfs index 02941e11b..a81c21fd5 100755 --- a/scripts/build/binary_rootfs +++ b/scripts/build/binary_rootfs @@ -37,7 +37,7 @@ case "${LB_ARCHITECTURE}" in LINUX="vmlinuz" ;; - powerpc) + powerpc|ppc64el) LINUX="vmlinux" ;; esac |