Have objects in one version subclass objects in a previous version. Not
[pykickstart.git] / pykickstart / constants.py
blob049e9d08abbe3589b3ce2d88d10a4c7f98702b67
2 # Chris Lumens <clumens@redhat.com>
4 # Copyright 2005 Red Hat, Inc.
6 # This software may be freely redistributed under the terms of the GNU
7 # general public license.
9 # You should have received a copy of the GNU General Public License
10 # along with this program; if not, write to the Free Software
11 # Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
13 CLEARPART_TYPE_LINUX = 0
14 CLEARPART_TYPE_ALL = 1
15 CLEARPART_TYPE_NONE = 2
17 DISPLAY_MODE_CMDLINE = 0
18 DISPLAY_MODE_GRAPHICAL = 1
19 DISPLAY_MODE_TEXT = 2
21 FIRSTBOOT_DEFAULT = 0
22 FIRSTBOOT_SKIP = 1
23 FIRSTBOOT_RECONFIG = 2
25 KS_MISSING_PROMPT = 0
26 KS_MISSING_IGNORE = 1
28 SELINUX_DISABLED = 0
29 SELINUX_ENFORCING = 1
30 SELINUX_PERMISSIVE = 2
32 KS_SCRIPT_PRE = 0
33 KS_SCRIPT_POST = 1
34 KS_SCRIPT_TRACEBACK = 2
36 KS_WAIT = 0
37 KS_REBOOT = 1
38 KS_SHUTDOWN = 2
40 KS_INSTKEY_SKIP = -99