summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2020-05-27 08:36:59 +0300
committerLars Wirzenius <liw@liw.fi>2020-05-27 08:36:59 +0300
commitc7240c2249fdc823b73d46d4603b7da944b291b7 (patch)
treeb0e265043ad6345bf54b67dbf62ee0de63d5b809
parentf6522d9deff1e02ac34a094e66f24d2c35d3092c (diff)
downloadvmdb2-x220.tar.gz
disable mkconfigx220
-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,
[