--- firstboot/constants.py | 19 +++++++++++++++++++ 1 files changed, 19 insertions(+), 0 deletions(-) diff --git a/firstboot/constants.py b/firstboot/constants.py index 64a0f68..c90b57c 100644 --- a/firstboot/constants.py +++ b/firstboot/constants.py @@ -25,3 +25,22 @@ RESULT_SUCCESS = 1 RESULT_JUMP = 2 BASEDIR = "/usr/share/firstboot/" + + +# new constants +MODULE_DIR = '/usr/share/firstboot/modules' +THEME_DIR = '/usr/share/firstboot/themes' + +I18N = '/etc/sysconfig/i18n' +DISPLAY = ':9' +VT = 'vt1' + +WMS = ('metacity', + 'kwin', + 'xfwm4', + 'openbox') + +XRES = '/etc/X11/Xresources' + +MODCLASS = 'moduleClass' + -- 1.7.3.2 _______________________________________________ Anaconda-devel-list mailing list Anaconda-devel-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/anaconda-devel-list