--- progs/firstboot | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/progs/firstboot b/progs/firstboot index 05c2aec..ced29fc 100755 --- a/progs/firstboot +++ b/progs/firstboot @@ -73,6 +73,9 @@ if __name__ == '__main__': else: opts.theme_dir = os.path.join(THEME_DIR, 'default') + # XXX set the theme dir in config + config.themeDir = opts.theme_dir + frontend = None if 'DISPLAY' not in os.environ: frontend = firstboot.frontend.Frontend() -- 1.7.3.2 _______________________________________________ Anaconda-devel-list mailing list Anaconda-devel-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/anaconda-devel-list