On Fri, May 15, 2015, at 04:41 PM, Colin Walters wrote: > I'll file a bug with Anaconda.
https://bugzilla.redhat.com/show_bug.cgi?id=1222132 However, I think I found a workaround: diff --git a/fedora-docker-base.ks b/fedora-docker-base.ks index c9da8f2..07d3049 100644 --- a/fedora-docker-base.ks +++ b/fedora-docker-base.ks @@ -16,7 +16,7 @@ # cmdline -bootloader --location=none +bootloader --disabled timezone --isUtc --nontp Etc/UTC rootpw --lock --iscrypted locked user --name=none Doing a bit more testing. BTW, I did add some docs to the kickstart file in rawhide showing how to use ImageFactory locally: https://git.fedorahosted.org/cgit/spin-kickstarts.git/tree/fedora-docker-base.ks#n6 That's how I've been hacking on the base image, it's not too bad. Particularly once you see you can get anaconda's logs from the image itself.
