summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorzhangzhihan <[email protected]>2020-06-11 13:18:05 +0800
committerzhangzhihan <[email protected]>2020-06-11 13:18:05 +0800
commitf3076ea577282dd5c5756bae80f884688709da55 (patch)
tree0acd8931c295acbba0c677ba6d458ba96221c50b
parente0d3ff7927f43c4fa1a03694a5c61ea7a2a2c2a1 (diff)
update
-rw-r--r--roles/kernel-ml/files/grub8
1 files changed, 8 insertions, 0 deletions
diff --git a/roles/kernel-ml/files/grub b/roles/kernel-ml/files/grub
new file mode 100644
index 0000000..0bb60ad
--- /dev/null
+++ b/roles/kernel-ml/files/grub
@@ -0,0 +1,8 @@
+GRUB_TIMEOUT=5
+GRUB_DISTRIBUTOR="$(sed 's, release .*$,,g' /etc/system-release)"
+GRUB_DEFAULT=saved
+GRUB_DISABLE_SUBMENU=true
+GRUB_TERMINAL="serial console"
+GRUB_SERIAL_COMMAND="serial --speed=115200"
+GRUB_CMDLINE_LINUX="crashkernel=auto console=ttyS0,115200 intel_iommu=on iommu=pt pci=realloc,assign-busses"
+GRUB_DISABLE_RECOVERY="true"