Hello,

I'm currently in the process of trying to generate a new image with some custom kickstarts for the raspberry pi. I'm basing these off of the fedora-arm-minimal kickstart and I've sunk a bunch of time chasing anaconda errors, I'm wondering if anyone has any insight into what I might be doing wrong? Here's the output from livemedia-creator:

```
<mock-chroot> sh-5.0# . ./generate_raw_xz.sh flat-fedora.ks 30
2019-11-01 10:45:51,965: livemedia-creator v30.19-1
2019-11-01 10:45:51,967: selinux is Disabled
2019-11-01 10:45:52,642: disk_img = /var/lmc/lmc-disk-_fnubs4g.img
2019-11-01 10:45:52,643: Using disk size of 1994MiB
2019-11-01 10:45:52,648: Running anaconda.
2019-11-01 10:46:06,824: Starting installer, one moment...
2019-11-01 10:46:06,826: terminal size detection failed, using default width
2019-11-01 10:46:06,827: anaconda 30.25.6-4.fc30 for Linux 29 (pre-release) started.
2019-11-01 10:46:06,828: /var/run/anaconda.pid already exists, exiting
2019-11-01 10:46:07,324: Running anaconda failed: process '['unshare', '--pid', '--kill-child', '--mount', '--propagation', 'unchanged', 'anaconda', '--kickstart', '/home/rpi/fedora-kickstarts/flat-fedora.ks', '--cmdline', '--loglevel', 'debug', '--image', '/var/lmc/lmc-disk-_fnubs4g.img', '--remotelog', '127.0.0.1:58155']' exited with status 1
2019-11-01 10:46:52,779: Install failed: novirt_install failed
2019-11-01 10:46:52,781: ERROR: Image creation failed: novirt_install failed
2019-11-01 10:46:52,782: Image creation failed: novirt_install failed
<mock-chroot> sh-5.0#
```

I've also looked at other ways of going about this process including:
https://fedoraproject.org/wiki/Architectures/ARM/Creating_Remixes
Which produced an image, but I wasn't able to get it to boot.

~Christopher Odom