04-28-2016, 11:36 PM
An easy way since you already have a working aarch64 Centos is to temporarily change the repository to Fedora's aarch64 one and then do a Minimal Install into a folder.
If you don't have Centos you can install the 32 bit Fedora and do the same.
sudo nano /etc/yum.repos.d/CentOS-Base.repo
[base]
name=FedoraOS-$releasever - Base
baseurl=http://dl.fedoraproject.org/pub/fedora-secondary/releases/23/Everything/aarch64/os/
gpgcheck=0
mkdir FedoraRootFS
sudo yum groupinstall "Minimal Install" --installroot=/home/testuser/FedoraRootFS/
If you don't have Centos you can install the 32 bit Fedora and do the same.
sudo nano /etc/yum.repos.d/CentOS-Base.repo
[base]
name=FedoraOS-$releasever - Base
baseurl=http://dl.fedoraproject.org/pub/fedora-secondary/releases/23/Everything/aarch64/os/
gpgcheck=0
mkdir FedoraRootFS
sudo yum groupinstall "Minimal Install" --installroot=/home/testuser/FedoraRootFS/