summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--vmdb/plugins/grub_plugin.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/vmdb/plugins/grub_plugin.py b/vmdb/plugins/grub_plugin.py
index 29af435..99d7f0e 100644
--- a/vmdb/plugins/grub_plugin.py
+++ b/vmdb/plugins/grub_plugin.py
@@ -179,7 +179,7 @@ class GrubStepRunner(vmdb.StepRunnerInterface):
if console == "serial":
self.add_grub_serial_console(chroot)
- vmdb.runcmd_chroot(chroot, ["grub-mkconfig", "-o", "/boot/grub/grub.cfg"])
+ # vmdb.runcmd_chroot(chroot, ["grub-mkconfig", "-o", "/boot/grub/grub.cfg"])
vmdb.runcmd_chroot(
chroot,
[