summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2017-06-16 18:02:07 +0300
committerLars Wirzenius <liw@liw.fi>2017-06-16 18:02:07 +0300
commitc6018d49125b834b8f2157077d4ce68f50339de4 (patch)
treedd245d61883eaeea04daf4251e421e4a77d3eed5
parentf5e205bbefd0beccba7dd8a2eb0dc016ebcbc167 (diff)
downloadvmdb2-c6018d49125b834b8f2157077d4ce68f50339de4.tar.gz
Add: some hardcoded kernel params
-rw-r--r--vmdb/plugins/grub_plugin.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/vmdb/plugins/grub_plugin.py b/vmdb/plugins/grub_plugin.py
index 49a311b..9de94d2 100644
--- a/vmdb/plugins/grub_plugin.py
+++ b/vmdb/plugins/grub_plugin.py
@@ -147,6 +147,9 @@ class GrubStepRunner(vmdb.StepRunnerInterface):
'net.ifnames=0',
'consoleblank=0',
'systemd.show_status=true',
+ 'rw',
+ 'quiet',
+ 'systemd.show_status=false',
]
if console == 'serial':
kernel_params.extend([