diff options
Diffstat (limited to 'pyanaconda/install.py')
-rw-r--r-- | pyanaconda/install.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pyanaconda/install.py b/pyanaconda/install.py index ac5fe4259..3f43007c9 100644 --- a/pyanaconda/install.py +++ b/pyanaconda/install.py @@ -73,6 +73,7 @@ def doInstall(storage, payload, ksdata, instClass): # Now run the execute methods of ksdata that require an installed system # to be present first. + ksdata.firstboot.execute(storage, ksdata, instClass) ksdata.services.execute(storage, ksdata, instClass) ksdata.keyboard.execute(storage, ksdata, instClass) |