diff options
author | Jeremy Katz <katzj@redhat.com> | 2004-02-24 23:59:56 +0000 |
---|---|---|
committer | Jeremy Katz <katzj@redhat.com> | 2004-02-24 23:59:56 +0000 |
commit | 55b4aaa461641837dedfa4b57beaceb55f8d7058 (patch) | |
tree | 6bee916dda14a627a8e6310b813aee371b1d6c31 /installclass.py | |
parent | cdde4a471eb2f4b9468e7d98e6f0ea5da09f4c07 (diff) | |
download | anaconda-55b4aaa461641837dedfa4b57beaceb55f8d7058.tar.gz anaconda-55b4aaa461641837dedfa4b57beaceb55f8d7058.tar.xz anaconda-55b4aaa461641837dedfa4b57beaceb55f8d7058.zip |
add a new step for setting the file contexts so that it can be after the
boot loader is installed. move to using my function in isys instead of calling
setfiles. have to fork and chroot for the actual run so that the regexes
match :/
Diffstat (limited to 'installclass.py')
-rw-r--r-- | installclass.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/installclass.py b/installclass.py index c81d0f0ad..06233b8ee 100644 --- a/installclass.py +++ b/installclass.py @@ -156,6 +156,7 @@ class BaseInstallClass: "writeksconfig", "bootdisk", "methodcomplete", + "setfilecon", "complete" ) |