summaryrefslogtreecommitdiffstats
path: root/pyanaconda/bootloader.py
diff options
context:
space:
mode:
Diffstat (limited to 'pyanaconda/bootloader.py')
-rw-r--r--pyanaconda/bootloader.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/pyanaconda/bootloader.py b/pyanaconda/bootloader.py
index 1333c751c..a8c969e51 100644
--- a/pyanaconda/bootloader.py
+++ b/pyanaconda/bootloader.py
@@ -2013,6 +2013,10 @@ class ZIPL(BootLoader):
if not self.stage1_name:
raise BootLoaderError("could not find IPL device")
+ # do the reipl
+ message = iutil.reIPL(self.stage1_name)
+ log.info(message)
+
class SILO(YabootSILOBase):
name = "SILO"
_config_file = "silo.conf"