Hi,
I've been trying to build some custom aarch64 Fedora30 images. I tried using imagefactory, but I ran into problems with that since I am virtualizing my build server and there no support yet for aarch64 nested virtualization.
I am now trying to use livemedia-creator with the --no-virt option and getting the following error while beginning the installation:
2020-02-10 18:24:17,327: 1) [x] Language settings 2) [x] Time settings 2020-02-10 18:24:17,328: (English (United States)) (America/New_York timezone) 2020-02-10 18:24:17,329: 3) [x] Installation source 4)[x] Software selection 2020-02-10 18:24:17,329: (https://mirrors.fedoraproject.o (Custom software selected) 2020-02-10 18:24:17,330: rg/mirrorlist?repo=rawhide&arch= 2020-02-10 18:24:17,330: $basearch) 2020-02-10 18:24:17,331: 5) [!] Installation Destination 2020-02-10 18:24:17,331: (Kickstart insufficient)
The kickstart I am using is almost exactly the result from using ksflatten on fedora-arm-minimal.ks from https://pagure.io/fedora-kickstarts. I have just added a user account, root password, and activated the network.
I am using the following command to attempt to create the image: livemedia-creator --make-disk --ks $1 --image-only --no-virt --resultdir /home/rpi/build/image --releasever 30 --image-name Fedora30BuildTEST
Any advice on fixing this issue? Or maybe this is not the approach I should be using?
Thank you,
Elliot